/* =================================
------------------------------------
  EndGam - Gaming Magazine Template
  Version: 1.0
 ------------------------------------
 ====================================*/



/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #585858;
	line-height: 1.6;
	font-weight: 500;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	min-width: 186px;
	padding: 24px 30px;
	border-radius: 0;
	text-transform: uppercase;
	color: #081624;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.site-btn img {
	position: relative;
	left: 13px;
	width: auto !important;
	display: inline-block !important;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 9px;
	top: 10px;
	background: #b01ba5;
	z-index: -2;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
}

.site-btn:before {
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.site-btn:hover {
	color: #081624;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 15px 15px 0;
}

.header-warp {
	max-width: 1496px;
	margin: 0 auto;
}

.header-social p,
.footer-social p,
.geme-social-share p {
	display: inline-block;
	color: #9190a5;
	font-size: 16px;
	padding-top: 4px;
}

.header-social a,
.footer-social a,
.geme-social-share a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-left: 13px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-social a:hover,
.footer-social a:hover,
.geme-social-share a:hover {
	background: #b01ba5;
}

.header-bar-warp {
	background: #081624;
    padding: 20px 40px 10px;
    -webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
}

.site-logo {
	float: left;
}

.site-logo img {
    max-height: 110px;     /* perbesar di sini */
    width: auto;        /* biar proporsi tidak gepeng */
    display: block;
}

/* Biar di mobile nggak terlalu besar */
@media (max-width: 767px) {
    .site-logo img {
        max-height: 80px;
    }
}

.user-panel {
	float: right;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-top: 3px;
}

.user-panel a {
	color: #fff;
}

.user-panel a:hover {
	color: #b01ba5;
}

.main-menu {
	list-style: none;
	text-align: center;
	padding-top: 3px;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-right: 40px;
	padding-bottom: 28px;
	position: relative;
	padding-right: 20px;
}

.main-menu li a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	right: 0;
	top: 1px;
	background-image: url("../img/icons/arrow-down.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.main-menu li a i {
	color: #928d92;
	margin-left: 5px;
}

.main-menu li a:hover {
	color: #b01ba5;
}

.main-menu li a:hover:after {
	background-image: url("../img/icons/arrow-down-color.png");
}

.main-menu li a:hover i {
	color: #b01ba5;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu li:hover>a {
	color: #b01ba5;
}

.main-menu li:hover>a:after {
	background-image: url("../img/icons/arrow-down-color.png");
}

.main-menu li .sub-menu {
	position: absolute;
	list-style: none;
	text-align: left;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
}

.main-menu li .sub-menu li {
	display: block;
}

.main-menu li .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 8px 30px;
}

.main-menu li .sub-menu li a:after {
	display: none;
}

.main-menu li .sub-menu li a:hover {
	color: #b01ba5;
}

.slicknav_menu {
	display: none;
}

/*------------------
  Hero section
---------------------*/

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	left: calc(50% - 740px);
	bottom: 38px;
	position: relative;
	width: 1496px;
	position: absolute;
}

.hero-slider .owl-dots .owl-dot {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider .owl-dots .owl-dot.active {
	color: #e53935;
	border: 2px solid #661314;
}

.hero-slider .owl-nav {
	margin-top: -24px;
	display: block;
}

.hero-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 100px;
}

.hero-item {
	height: 921px;
	padding-top: 125px;
	border-bottom: 2px solid #b01ba5;
}

.hero-item h2 {
	font-size: 160px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-item p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	opacity: 0.39;
	margin-bottom: 70px;
	position: relative;
	top: 80px;
	opacity: 0;
}

.hero-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item p,
.hero-slider .owl-item.active .hero-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hero-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hero-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hero-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hero-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

/* ----------------
  Intro section
---------------------*/

.intro-section {
	background: #0c062e;
	padding: 115px 0;
}

.text-box .top-meta {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.text-box .top-meta a {
	color: #b01ba5;
}

.text-box h3 {
	margin-bottom: 40px;
	max-width: 370px;
}

.text-box p {
	font-size: 15px;
	font-weight: 500;
	color: #68647d;
	margin-bottom: 35px;
}

.text-box .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #00cbff;
}

.text-box .read-more img {
	margin-left: 13px;
}

/* ----------------
 Blog Section
---------------------*/

.blog-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.blog-section .section-title {
	margin-bottom: 25px;
}

.blog-filter {
	list-style: none;
	display: block;
}

.blog-filter li {
	display: inline-block;
}

.blog-filter li a {
	display: block;
	color: #fff;
	padding: 16px 36px;
	font-size: 16px;
	font-weight: 700;
	background: #6f2b95;
	line-height: 1.1;
	margin-right: 7px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.blog-filter li a:hover {
	background: #b01ba5;
}

.blog-item {
	margin-top: 86px;
}

.blog-item .blog-thumb {
	width: 362px;
	float: left;
	margin-right: 30px;
}

.blog-item .text-box {
	overflow: hidden;
}

.blog-item .text-box p {
	margin-bottom: 42px;
}

.widget-item {
	margin-bottom: 85px;
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	padding-left: 38px;
	margin-bottom: 48px;
}

.trending-widget .tw-item {
	margin-bottom: 38px;
}

.trending-widget .tw-item:last-child {
	margin-bottom: 0;
}

.trending-widget .tw-thumb {
	float: left;
	margin-right: 17px;
	overflow: hidden;
}

.trending-widget .tw-text .tw-meta {
	color: #68647d;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 7px;
}

.trending-widget .tw-text .tw-meta a {
	color: #b01ba5;
}

.trending-widget .tw-text h5 {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}

.categories-widget {
	background: #34164b;
	padding: 55px 0 25px;
}

.categories-widget ul {
	list-style: none;
	padding: 0 38px;
}

.categories-widget ul li {
	display: block;
}

.categories-widget ul li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 15px;
	padding-right: 19px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-image: url("../img/icons/double-arrow.png");
	background-repeat: no-repeat;
	background-position: right -120% center;
	background-size: 11px;
}

.categories-widget ul li a:hover {
	color: #b01ba5;
	background-position: right center;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #72628b;
	background: none;
	padding-right: 60px;
	color: #fff;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	color: #b01ba5;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
	cursor: pointer;
	background: none;
	border: none;
	text-transform: uppercase;
}

.latest-comments .lc-item {
	margin-bottom: 30px;
}

.latest-comments .lc-item:last-child {
	margin-bottom: 0;
}

.latest-comments .lc-item .lc-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	float: left;
	margin-right: 12px;
}

.latest-comments .lc-item .tw-text {
	padding-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.latest-comments .lc-item .tw-text a {
	color: #b01ba5;
}

.latest-comments .lc-item .tw-text span {
	color: #68647d;
}

/* --------------------
  Intro video section
-----------------------*/

.intro-video-section {
	height: 757px;
	position: relative;
}

.video-play-btn {
	position: absolute;
	left: calc(50% - 61px);
	top: calc(50% - 61px);
	width: 122px;
	height: 122px;
	text-align: center;
	padding-top: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
}

.video-text {
	margin-bottom: 80px;
	padding: 27px 0;
	padding-left: 25px;
	position: relative;
}

.video-text h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1px;
}

.video-text p {
	font-size: 18px;
	color: #a3a1b3;
	font-weight: 500;
	margin-bottom: 0;
}

.video-text:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 100%;
	left: -22px;
	top: 0;
	border-left: 3px solid #de46d6;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
}

/* ----------------
  Featured section
---------------------*/

.featured-section {
	position: relative;
	overflow: hidden;
}

.featured-bg {
	width: calc(50% - 156px);
	float: left;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
}

.featured-box {
	float: right;
	width: calc(50% + 156px);
	background: #fff;
	padding: 100px 50px 130px 79px;
}

.featured-box .text-box {
	max-width: 810px;
}

.featured-box .text-box .top-meta {
	color: #68647d;
}

.featured-box .text-box h3 {
	font-size: 60px;
	max-width: 100%;
}

.featured-box .text-box p {
	font-size: 16px;
}

.featured-box .text-box .read-more {
	color: #251e2f;
}

.gradient-bg,
.newsletter-section {
	background: #3e0f3d;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3e0f3d 0%, #1c0f3b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#3e0f3d), to(#1c0f3b));
	background: -o-linear-gradient(left, #3e0f3d 0%, #1c0f3b 100%);
	background: linear-gradient(to right, #3e0f3d 0%, #1c0f3b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e0f3d', endColorstr='#1c0f3b', GradientType=1);
	/* IE6-9 */
}

/* --------------------
  Newsletter section
----------------------*/

.newsletter-section {
	padding: 108px 0 95px;
	text-align: center;
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 73px;
}

.newsletter-form {
	padding-left: 56px;
}

.newsletter-form input {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	width: 787px;
	border: none;
	border-bottom: 2px solid #9b91a6;
	background: none;
	height: 63px;
	margin-right: 26px;
}

/* ----------------
  Footer section
---------------------*/

.footer-section {
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#330d38+0,190d36+100 */
	background: #330d38;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #330d38 0%, #190d36 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#330d38), to(#190d36));
	background: -o-linear-gradient(left, #330d38 0%, #190d36 100%);
	background: linear-gradient(to right, #330d38 0%, #190d36 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330d38', endColorstr='#190d36', GradientType=1);
	/* IE6-9 */
}

.footer-section .container {
	position: relative;
	padding: 60px 15px 25px;
}

.footer-left-pic {
	position: absolute;
	left: -13px;
	bottom: 19px;
}

.footer-right-pic {
	position: absolute;
	right: 50px;
	bottom: 19px;
}

.footer-menu {
	padding-top: 62px;
}

.footer-menu li:last-child a {
	margin-right: 0;
}

.footer-social {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer-social a:first-child {
	margin-left: 0;
}

.copyright {
	font-size: 12px;
	font-weight: 500;
	color: #9190a5;
	opacity: 0.20;
}

.copyright a {
	color: #9190a5;
}

.copyright a:hover {
	text-decoration: underline;
}

/* ----------------
  Other Pages
=====================
---------------------*/

.page-top-section {
	height: 355px;
	padding-top: 210px;
}

.page-info {
	max-width: 1496px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	padding-left: 60px;
}

.page-info h2 {
	color: #fff;
	font-size: 48px;
}

.site-breadcrumb a,
.site-breadcrumb span {
	font-style: italic;
	color: #fff;
	margin: 0 10px;
	font-weight: 700;
}

.site-breadcrumb a:first-child {
	margin-left: 0;
}

.site-breadcrumb span {
	color: #c313b7;
}

/* --------------
  Games Page
-----------------*/

.games-section {
	padding: 108px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.game-filter {
	list-style: none;
	margin-bottom: 82px;
}

.game-filter li {
	display: inline-block;
	width: 40px;
	height: 34px;
	background: #503c6e;
	border-radius: 17px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.game-filter li:hover {
	background: #c313b7;
}

.game-filter li a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 7px;
}

.game-item {
	margin-bottom: 80px;
}

.game-item h5 {
	font-size: 20px;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 20px;
}

.game-item .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #b01ba5;
}

.game-item .read-more img {
	margin-left: 13px;
}

.site-pagination {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a {
	width: 38px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-pagination a.active {
	width: 44px;
	margin: 0 10px;
	color: #b01ba5;
	border: 2px solid #b01ba5;
}

.site-pagination a.active:first-child {
	margin-left: 0;
}

.game-page-sideber .widget-item {
	margin-bottom: 55px;
}

/* ------------------
  Game single Page
---------------------*/

.games-single-page,
.review-section,
.blog-page,
.contact-page {
	padding: 104px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.game-single-preview {
	margin-bottom: 108px;
}

.game-single-content .gs-meta {
	font-size: 18px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 20px;
}

.game-single-content .gs-meta a {
	color: #b01ba5;
}

.game-single-content .gs-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 40px;
}

.game-single-content h4 {
	color: #b01ba5;
	margin-bottom: 20px;
}

.game-single-content p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 70px;
}

.rating-widget {
	background: #34164b;
	padding: 55px 0 30px;
}

.rating-widget ul {
	list-style: none;
	padding: 0 38px;
	margin-bottom: 30px;
}

.rating-widget ul li {
	display: block;
	font-size: 16px;
	color: #b01ba5;
	font-weight: 500;
	margin-bottom: 10px;
}

.rating-widget ul li span {
	float: right;
	color: #68647d;
}

.rating-widget h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.rating-widget h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.rating-widget h5 span {
	color: #b01ba5;
}

.testimonials-widget {
	background: #34164b;
	padding: 55px 0 50px;
}

.testimonials-widget .testim-text {
	padding: 0 30px;
}

.testimonials-widget .testim-text p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 40px;
}

.testimonials-widget .testim-text h6 {
	color: #68647d;
	padding-left: 15px;
}

.testimonials-widget .testim-text h6 span {
	color: #b01ba5;
}

.game-author-section {
	background: #3a1854;
	padding: 51px 0;
	overflow: hidden;
}

.game-author-pic {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	float: left;
	margin-right: 55px;
}

.game-author-info {
	overflow: hidden;
	padding-top: 10px;
}

.game-author-info h4 {
	color: #fff;
	margin-bottom: 20px;
}

.game-author-info h4 span {
	color: #b01ba5;
}

.game-author-info p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 0;
}

/* ----------------
  Review section
---------------------*/

.review-item {
	margin-bottom: 87px;
}

.review-content {
	position: relative;
}

.review-content h3 {
	max-width: 100%;
	margin-bottom: 35px;
}

.review-content p {
	margin-bottom: 40px;
}

.review-content .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.review-content .rating h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.review-content .rating h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.review-content .rating h5 span {
	color: #c313b7;
}

/* ------------------
	Blog Page
---------------------*/

.blog-page .blog-filter {
	margin-bottom: 77px;
}

.big-blog-item {
	margin-bottom: 65px;
}

.big-blog-item .blog-thumbnail {
	margin-bottom: 30px;
}

.big-blog-item .blog-content .top-meta {
	margin-bottom: 15px;
}

.big-blog-item .blog-content h3 {
	max-width: 100%;
	margin-bottom: 25px;
}

.big-blog-item .blog-content p {
	margin-bottom: 10px;
}

/* ----------------
  Contact page
---------------------*/

.map iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 104px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.54);
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 1;
}

.contact-form textarea {
	line-height: 1.4;
	height: 156px;
	margin-bottom: 48px;
}

.contact-form .site-btn img {
	left: 5px;
}

.contact-text h3 {
	margin-bottom: 25px;
}

.contact-text p {
	line-height: 1.9;
	color: #68647d;
	margin-bottom: 50px;
}

.cont-info {
	overflow: hidden;
	margin-bottom: 20px;
}

.cont-info .ci-icon {
	float: left;
	width: 32px;
	margin-right: 26px;
}

.cont-info .ci-text {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
}

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

@media (max-width: 1530px) {
	.hero-slider .owl-dots {
		width: 1170px;
		left: calc(50% - 585px);
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-item .blog-thumb {
		width: 250px;
	}

	.hero-item p {
		font-size: 22px;
	}

	.hero-slider .owl-nav .owl-next {
		right: 30px;
	}

	.hero-slider .owl-dots {
		width: 930px;
		left: calc(50% - 465px);
	}

	.newsletter-form {
		padding-left: 0;
	}

	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.game-filter li {
		width: 31px;
		height: 31px;
	}

	.game-filter li a {
		padding-top: 5px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-bar-warp {
		padding: 39px 15px 0;
	}

	.main-menu li a {
		margin-right: 10px;
	}

	.hero-item h2 {
		font-size: 110px;
	}

	.hero-item p {
		font-size: 16px;
		padding: 0 30px;
	}

	.hero-slider .owl-nav .owl-next {
		right: 0;
	}

	.hero-slider .owl-dots {
		width: 690px;
		left: calc(50% - 345px);
	}

	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.featured-bg {
		display: none;
	}

	.featured-box {
		float: none;
		width: 100%;
	}

	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.footer-right-pic {
		right: 15px;
	}

	.footer-left-pic {
		left: -44px;
	}

	.game-filter {
		text-align: center;
	}

	.game-filter li {
		margin-bottom: 5px;
	}

	.game-single-content .gs-title {
		font-size: 40px;
	}

	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}

	.contact-text {
		margin-bottom: 50px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-bar-warp {
		padding: 25px 20px 10px;
	}

	.main-menu.primary-menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
		background: #081624;
	}

	.slicknav_btn {
		margin-right: 10px;
		background: #3a3a3a;
	}

	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		background: #25394c;
		color: #fff;
	}

	.hero-item h2 {
		font-size: 70px;
	}

	.hero-item p {
		font-size: 18px;
	}

	.footer-right-pic,
	.footer-left-pic {
		display: none;
	}

	.hero-slider .owl-nav .owl-next {
		top: auto;
		bottom: 33px;
		right: 15px;
		z-index: 99;
	}

	.hero-slider .owl-dots {
		width: 100%;
		left: 0;
		padding-left: 15px;
	}

	.intro-text-box {
		margin-bottom: 40px;
	}

	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.sidebar {
		padding-top: 60px;
	}

	.featured-bg {
		display: none;
	}

	.featured-box {
		float: none;
		width: 100%;
	}

	.featured-box .text-box h3 {
		font-size: 45px;
	}

	.newsletter-form {
		padding-left: 0;
	}

	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.video-text:after {
		left: 0;
	}

	.page-top-section {
		height: 400px;
		padding-top: 250px;
	}

	.game-filter {
		text-align: center;
	}

	.game-filter li {
		margin-bottom: 5px;
	}

	.game-single-content .gs-title {
		font-size: 40px;
	}

	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}

	.contact-text {
		margin-bottom: 50px;
	}

	.review-content .rating {
		position: relative;
		margin-bottom: 20px;
	}

	.review-content .rating h5 {
		text-align: left;
		padding-right: 0;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-item h2 {
		font-size: 55px;
		margin-bottom: 20px;
	}

	.hero-item p {
		font-size: 15px;
	}

	.video-text h2 {
		font-size: 30px;
	}

	.video-play-btn {
		top: calc(30% - 61px);
	}

	.featured-box {
		padding: 100px 15px;
	}

	.featured-box .text-box h3,
	.newsletter-section h2 {
		font-size: 35px;
	}

	.main-menu li a {
		margin-right: 20px;
	}

	.game-author-pic {
		float: none;
		margin-bottom: 20px;
	}
}


/* Base card style */
.stat-card {
	background: rgba(10, 10, 10, 0.72);
	border-radius: 14px;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(6px);
	transition: 0.25s ease-in-out;
}

.stat-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
}

.stat-icon i {
	font-size: 45px;
}

/* Neon Glow Variants */
.neon-green {
	box-shadow: 0 0 10px #00ff66;
}

.neon-green:hover {
	box-shadow: 0 0 25px #00ff66;
}

.neon-blue {
	box-shadow: 0 0 10px #00ccff;
}

.neon-blue:hover {
	box-shadow: 0 0 25px #00ccff;
}

.neon-yellow {
	box-shadow: 0 0 10px #ffea00;
}

.neon-yellow:hover {
	box-shadow: 0 0 25px #ffea00;
}

.neon-purple {
	box-shadow: 0 0 10px #cc33ff;
}

.neon-purple:hover {
	box-shadow: 0 0 25px #cc33ff;
}


.neon-title {
	text-shadow: 0 0 12px #00eaff;
	font-weight: 700;
}

.text-light {
    color: #020910 !important;
}

.news-card {
	background: rgba(20, 20, 20, 0.85);
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	transition: 0.25s ease-in-out;
}

.news-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 20px #00eaff99;
}

.news-thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.news-body {
	padding: 20px;
}

.news-meta {
	font-size: 13px;
	opacity: 0.7;
}

.news-title {
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0 0 6px #00eaff44;
}

.news-btn {
	display: inline-block;
	margin-top: 10px;
	color: #00eaff;
	text-decoration: none;
	font-weight: 500;
}

.news-btn:hover {
	color: #00ffff;
	text-shadow: 0 0 10px #00eaff;
}

/* download games */
/* ======================== */
/*     DOWNLOAD SECTION     */
/* ======================== */

.download-section-custom {
	padding: 100px 0;
	background: linear-gradient(45deg, #501755, #2d1854);
}

.download-title {
	font-weight: 700;
	font-size: 36px;
	text-shadow: 0 0 12px rgb(4 0 0 / 94%) !important;
}

.download-box {
	background: rgba(20, 20, 20, 0.78);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: .25s;
	backdrop-filter: blur(5px);
}

.download-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 0 20px #00eaffaa;
}

.download-btn.full {
	display: block;
	width: 100%;
	background: #00eaff;
	padding: 12px;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	text-decoration: none;
	transition: .2s;
}

.download-btn.full:hover {
	background: #00ffff;
	box-shadow: 0 0 12px #00eaff;
}

.mirror-icon {
	width: 22px;
	margin-right: 7px;
}

.mirror-icon-lg {
	width: 60px;
	filter: drop-shadow(0 0 10px #00eaff);
}

.install-guide li {
	margin-bottom: 6px;
	font-size: 15px;
	color: #eee;
	text-align: left;
}

/* SHINE EFFECT */
.download-btn.full {
	position: relative;
	overflow: hidden;
}

/* Shine overlay */
.download-btn.full::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent,
			rgba(255, 255, 255, 0.5),
			transparent);
	transform: skewX(-25deg);
	transition: 0.7s;
}

/* Shine animation on hover */
.download-btn.full:hover::after {
	left: 120%;
}



/* DISCORD*/
.discord-section {
    position: relative;
    /* sama persis dengan .blog-section */
    background: #501755;
    background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
    background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
    background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
}

.discord-card {
    background: radial-gradient(circle at top left, rgba(88, 101, 242, 0.25), transparent 55%),
    rgba(10, 10, 20, 0.95);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
}

.discord-card-header {
    padding: 16px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(90deg, #5865F2, #4e5ad9);
    color: #fff;
}

.discord-logo {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 20px;
}

.discord-title {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.discord-subtitle {
    font-size: 0.8rem;
    opacity: 0.9;
}

.discord-online-label {
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.28);
    padding: 4px 10px;
    border-radius: 999px;
}

.discord-card-body {
    padding: 0;
    background: #0b0b16;
}

.discord-card-body iframe {
    display: block;
    border-radius: 0;
}

.discord-card-footer {
    padding: 18px 0 22px;
    background: radial-gradient(circle at bottom, rgba(88, 101, 242, 0.25), transparent 55%);
}

.btn-discord-main {
    display: inline-block;
    min-width: 160px;
    padding: 0.6rem 2.2rem;
    border-radius: 100px;
    border: 1px solid #5865F2;
    background: #5865F2;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.85rem;
    box-shadow: 0 0 18px rgba(88, 101, 242, 0.7);
    transition: all 0.18s ease-out;
}

.btn-discord-main:hover {
    background: #4752C4;
    color: #fff;
    box-shadow: 0 0 28px rgba(88, 101, 242, 0.9);
    transform: translateY(-1px);
}

.discord-member-count {
    font-size: 0.9rem;
    opacity: 0.9;
}

.discord-member-count .discord-total-counter {
    font-weight: 700;
    text-shadow: 0 0 8px rgba(88, 101, 242, 0.8);
}

.discord-error {
    font-size: 0.8rem;
    color: #ccc;
    opacity: 0.8;
}


/* ============================
   IMPERIUMPW RED THEME OVERRIDE
   (taruh PALING BAWAH file CSS)
   ============================ */

/* Palet baru:
   - Dark bg  : #190103
   - Red bg   : #4b0508
   - Bright   : #e53935
   - Gold     : #ffb547
*/

/* Background global section yang tadinya ungu */
.intro-section,
.blog-section,
.games-section,
.games-single-page,
.review-section,
.blog-page,
.contact-page {
    background: #4b0508;
    background: linear-gradient(45deg, #4b0508 0%, #190103 100%);
}

/* Header bar */
.header-bar-warp {
    background: #190103;
    box-shadow: 0 0 9px 3px rgba(229, 57, 53, 0.35);
}

/* Border & aksen utama yang tadinya #b01ba5 / #c313b7 */
.site-btn:after,
.hero-item,
.game-item .read-more,
.rating-widget ul li,
.rating-widget h5 span,
.review-content .rating h5 span,
.trending-widget .tw-text .tw-meta a,
.game-author-info h4 span,
.page-info .site-breadcrumb span {
    /* merah terang */
    color: #e53935;
    border-color: #e53935;
}

/* Tombol utama putih dengan shadow merah */
.site-btn:after {
    background: #e53935;
    box-shadow: 0 0 9px 3px rgba(229, 57, 53, 0.35);
}

/* Gradient ungu lain (newsletter + footer) → merah */
.gradient-bg,
.newsletter-section {
    background: #3c0508;
    background: linear-gradient(to right, #3c0508 0%, #190103 100%);
}

.footer-section {
    background: #300306;
    background: linear-gradient(to right, #300306 0%, #140103 100%);
}

/* Download section (dulunya ungu + neon biru) → merah */
.download-section-custom {
    background: linear-gradient(45deg, #4b0508, #190103);
}

.download-title {
    text-shadow: 0 0 12px #ffb547;
}

.download-box:hover {
    box-shadow: 0 0 20px rgba(229, 57, 53, 0.7);
}

.download-btn.full {
    background: #e53935;
}

.download-btn.full:hover {
    background: #ff7043;
    box-shadow: 0 0 12px #ff7043;
}

/* Neon title sebelumnya biru → merah emas */
.neon-title {
    text-shadow: 0 0 12px #ffb547;
}

/* Card stat glow: ganti jadi merah / emas */
.neon-green,
.neon-blue,
.neon-yellow,
.neon-purple {
    box-shadow: 0 0 10px rgba(229, 57, 53, 0.7);
}
.neon-green:hover,
.neon-blue:hover,
.neon-yellow:hover,
.neon-purple:hover {
    box-shadow: 0 0 25px rgba(229, 57, 53, 0.9);
}

/* News card hover glow → merah */
.news-card:hover {
    box-shadow: 0 0 20px rgba(229, 57, 53, 0.7);
}
.news-title {
    text-shadow: 0 0 6px rgba(255, 181, 71, 0.5);
}
.news-btn {
    color: #ffb547;
}
.news-btn:hover {
    color: #ffd54f;
    text-shadow: 0 0 10px rgba(255, 181, 71, 0.9);
}

/* Discord section: samakan dengan tema merah */
.discord-section {
    background: #4b0508;
    background: linear-gradient(45deg, #4b0508 0%, #190103 100%);
}

.discord-card {
    background: radial-gradient(circle at top left, rgba(229, 57, 53, 0.25), transparent 55%),
    rgba(10, 5, 8, 0.95);
}

.discord-card-header {
    background: linear-gradient(90deg, #7f1114, #4b0508);
}

.discord-card-footer {
    background: radial-gradient(circle at bottom, rgba(229, 57, 53, 0.25), transparent 55%);
}

.btn-discord-main {
    border-color: #e53935;
    background: #e53935;
    box-shadow: 0 0 18px rgba(229, 57, 53, 0.7);
}
.btn-discord-main:hover {
    background: #ff7043;
    box-shadow: 0 0 28px rgba(255, 112, 67, 0.9);
}


/* ===========================
   HEADER MODERN UPGRADE
   taruh PALING BAWAH
=========================== */

/* Biar header terasa premium */
.header-bar-modern{
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
    position: relative;
}

/* Logo spacing */
.site-logo{
    margin-right: 18px;
}
.site-logo img{
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

/* Top-nav layout */
.top-nav-area{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 18px;
}

/* User panel lebih rapi */
.user-panel-modern{
    padding-top: 0;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: .2px;
}
.user-panel-modern .sep{
    opacity: .55;
    margin: 0 8px;
}
.user-panel-modern a{
    position: relative;
    padding: 6px 2px;
}
.user-panel-modern a:hover{
    text-shadow: 0 0 10px rgba(255,181,71,.25);
}

/* Menu modern: hilangkan arrow-down default */
.main-menu-modern{
    padding-top: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 14px;
    flex-wrap: wrap;
}
.main-menu-modern li a{
    margin-right: 0;
    padding: 10px 14px;
    padding-right: 14px;     /* penting: hilangin space untuk arrow */
    padding-bottom: 10px;    /* jangan terlalu tinggi */
    border-radius: 12px;
    transition: .18s ease;
    font-weight: 800;
    letter-spacing: .3px;
}

/* Matikan arrow-down untuk link yang bukan dropdown */
.main-menu-modern li a:after{
    display:none !important;
}

/* Hover & active state (tema IMPERIUM red+gold) */
.main-menu-modern li a:hover{
    color: #ffb547;
    background: rgba(255,181,71,.10);
    box-shadow: 0 0 0 1px rgba(255,181,71,.12) inset;
}
.main-menu-modern li a.active{
    color: #0b0b10;
    background: linear-gradient(90deg, #ffb547, #ff7043);
    box-shadow: 0 10px 22px rgba(255,112,67,.22);
}

/* Mobile toggle */
.nav-toggle{
    margin-left:auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.06);
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    gap: 6px;
    cursor:pointer;
    transition: .18s ease;
}
.nav-toggle:hover{
    border-color: rgba(255,181,71,.35);
    box-shadow: 0 0 20px rgba(229,57,53,.22);
}
.nav-toggle span{
    display:block;
    width: 18px;
    height: 2px;
    background: rgba(255,255,255,.85);
    border-radius: 99px;
}

/* Mobile menu behavior */
@media (max-width: 991px){
    .top-nav-area{
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .user-panel-modern{
        order: 1;
        width: 100%;
        text-align: right;
        margin-bottom: 8px;
    }

    .main-menu-modern{
        order: 2;
        width: 100%;
        justify-content: flex-end;
        display:none; /* default hidden, dibuka via JS */
        padding-top: 10px;
        border-top: 1px solid rgba(255,255,255,.06);
        margin-top: 8px;
    }

    .main-menu-modern.is-open{
        display:flex;
    }
}


/* ============================
   ICE THEME OVERRIDE
   (gantikan blok "IMPERIUMPW RED THEME OVERRIDE")
   taruh PALING BAWAH file CSS
   ============================ */

/* Palet ICE:
   - Ice bg 1 : #f3fbff
   - Ice bg 2 : #cfeeff
   - Ice bg 3 : #98d9ff
   - Navy     : #071827
   - Navy 2   : #0b2436
   - Cyan     : #00c8ff
   - Azure    : #2aa7ff
   - Ice hl   : #dff7ff
*/

:root{
    --ice-bg-1: #f3fbff;
    --ice-bg-2: #cfeeff;
    --ice-bg-3: #98d9ff;

    --ice-dark: #071827;
    --ice-dark-2:#0b2436;

    --ice-accent:  #00c8ff;
    --ice-accent-2:#2aa7ff;

    --ice-hl: #dff7ff;
    --ice-text: #062235;
}

/* Background global section yang tadinya ungu/merah */
.intro-section,
.blog-section,
.games-section,
.games-single-page,
.review-section,
.blog-page,
.contact-page,
.discord-section,
.download-section-custom{
    background: linear-gradient(135deg, var(--ice-bg-1) 0%, var(--ice-bg-2) 45%, var(--ice-bg-3) 100%) !important;
}

/* Header bar */
.header-bar-warp{
    background: rgba(7,24,39,.82) !important;
    box-shadow: 0 0 18px rgba(0,200,255,.18) !important;
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
}

/* Hover social icons */
.header-social a:hover,
.footer-social a:hover,
.geme-social-share a:hover{
    background: linear-gradient(90deg, var(--ice-accent), var(--ice-accent-2)) !important;
}

/* User panel hover */
.user-panel a:hover{
    color: var(--ice-accent) !important;
    text-shadow: 0 0 10px rgba(0,200,255,.25);
}

/* Menu hover */
.main-menu li a:hover{
    color: var(--ice-accent) !important;
    text-shadow: 0 0 10px rgba(0,200,255,.25);
}
.main-menu li a:hover i{
    color: var(--ice-accent) !important;
}
.main-menu li:hover > a{
    color: var(--ice-accent) !important;
}

/* Border & aksen utama yang tadinya #b01ba5 / #c313b7 */
.site-btn:after,
.hero-item,
.game-item .read-more,
.rating-widget ul li,
.rating-widget h5 span,
.review-content .rating h5 span,
.trending-widget .tw-text .tw-meta a,
.game-author-info h4 span,
.page-info .site-breadcrumb span,
.text-box .top-meta a,
.game-single-content .gs-meta a,
.game-single-content h4{
    color: var(--ice-accent) !important;
    border-color: var(--ice-accent) !important;
}

/* Tombol utama putih dengan shadow cyan */
.site-btn:after{
    background: linear-gradient(90deg, var(--ice-accent), var(--ice-accent-2)) !important;
    box-shadow: 0 0 14px rgba(0,200,255,.35) !important;
}

/* Hero border bawah */
.hero-item{
    border-bottom: 2px solid rgba(0,200,255,.65) !important;
}

/* Hero dots active (yang tadinya merah) */
.hero-slider .owl-dots .owl-dot.active{
    color: var(--ice-accent) !important;
    border: 2px solid rgba(0,200,255,.55) !important;
}

/* Gradient ungu lain (newsletter + footer) -> ICE DARK */
.gradient-bg,
.newsletter-section{
    background: linear-gradient(to right, var(--ice-dark-2) 0%, var(--ice-dark) 100%) !important;
}
.footer-section{
    background: linear-gradient(to right, var(--ice-dark-2) 0%, #04121c 100%) !important;
}

/* Download section */
.download-section-custom{
    background: linear-gradient(135deg, var(--ice-bg-1), var(--ice-bg-2), var(--ice-bg-3)) !important;
}
.download-title{
    text-shadow: 0 0 12px rgba(0,200,255,.55) !important;
}

/* Download box hover glow */
.download-box:hover{
    box-shadow: 0 0 20px rgba(0,200,255,.45) !important;
}

/* Download button */
.download-btn.full{
    background: linear-gradient(90deg, var(--ice-accent), var(--ice-accent-2)) !important;
    color: #04121c !important;
    box-shadow: 0 0 16px rgba(0,200,255,.25);
}
.download-btn.full:hover{
    filter: brightness(1.08);
    box-shadow: 0 0 22px rgba(0,200,255,.42) !important;
}

/* Neon title */
.neon-title{
    text-shadow: 0 0 12px rgb(0 0 0) !important;
}

/* Card stat glow -> cyan */
.neon-green,
.neon-blue,
.neon-yellow,
.neon-purple{
    box-shadow: 0 0 10px rgba(0,200,255,.35) !important;
}
.neon-green:hover,
.neon-blue:hover,
.neon-yellow:hover,
.neon-purple:hover{
    box-shadow: 0 0 25px rgba(0,200,255,.55) !important;
}

/* News card hover glow -> cyan */
.news-card:hover{
    box-shadow: 0 0 20px rgba(0,200,255,.45) !important;
}
.news-title{
    text-shadow: 0 0 6px rgba(0,200,255,.25) !important;
}
.news-btn{
    color: var(--ice-accent) !important;
}

.news-btn:hover{
    color: var(--ice-hl) !important;
    text-shadow: 0 0 10px rgba(0,200,255,.55) !important;
}

/* Discord section -> ICE */
.discord-card{
    background:
        radial-gradient(circle at top left, rgba(0,200,255,.22), transparent 55%),
        rgba(7, 24, 39, .92) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
}
.discord-card-header{
    background: linear-gradient(90deg, rgba(0,200,255,.75), rgba(42,167,255,.65)) !important;
}
.discord-card-footer{
    background: radial-gradient(circle at bottom, rgba(0,200,255,.18), transparent 55%) !important;
}
.btn-discord-main{
    border-color: var(--ice-accent) !important;
    background: linear-gradient(90deg, var(--ice-accent), var(--ice-accent-2)) !important;
    box-shadow: 0 0 18px rgba(0,200,255,.35) !important;
}
.btn-discord-main:hover{
    filter: brightness(1.06);
    box-shadow: 0 0 28px rgba(0,200,255,.55) !important;
}

/* Mobile menu */
@media only screen and (max-width: 767px){
    .slicknav_menu{
        background: rgba(7,24,39,.92) !important;
        border: 1px solid rgba(255,255,255,.08);
        backdrop-filter: blur(8px);
    }
    .slicknav_btn{
        background: rgba(255,255,255,.10) !important;
    }
    .slicknav_nav a:hover,
    .slicknav_nav .slicknav_row:hover{
        background: rgba(0,200,255,.12) !important;
        color: #fff !important;
    }
}


/* ===========================
   HEADER MODERN UPGRADE (ICE)
   (gantikan versi yang merah-gold)
   taruh PALING BAWAH
=========================== */

.header-bar-modern{
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
    position: relative;
}

.site-logo{
    margin-right: 18px;
}
.site-logo img{
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.top-nav-area{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 18px;
}

/* User panel modern */
.user-panel-modern{
    padding-top: 0;
    white-space: nowrap;
    font-weight: 800;
    letter-spacing: .2px;
}
.user-panel-modern .sep{
    opacity: .55;
    margin: 0 8px;
}
.user-panel-modern a{
    position: relative;
    padding: 6px 2px;
}
.user-panel-modern a:hover{
    color: var(--ice-accent) !important;
    text-shadow: 0 0 10px rgba(0,200,255,.25);
}

/* Menu modern */
.main-menu-modern{
    padding-top: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 14px;
    flex-wrap: wrap;
}

.main-menu-modern li a{
    margin-right: 0;
    padding: 10px 14px;
    padding-right: 14px;
    padding-bottom: 10px;
    border-radius: 12px;
    transition: .18s ease;
    font-weight: 900;
    letter-spacing: .3px;
}

/* Matikan arrow-down */
.main-menu-modern li a:after{
    display:none !important;
}

/* Hover & active state (ICE) */
.main-menu-modern li a:hover{
    color: var(--ice-accent) !important;
    background: rgba(0,200,255,.10);
    box-shadow: 0 0 0 1px rgba(0,200,255,.12) inset;
}
.main-menu-modern li a.active{
    color: #04121c !important;
    background: linear-gradient(90deg, var(--ice-accent), var(--ice-accent-2)) !important;
    box-shadow: 0 10px 22px rgba(0,200,255,.18);
}

/* Mobile toggle */
.nav-toggle{
    margin-left:auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.06);
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    gap: 6px;
    cursor:pointer;
    transition: .18s ease;
}
.nav-toggle:hover{
    border-color: rgba(0,200,255,.35);
    box-shadow: 0 0 20px rgba(0,200,255,.18);
}
.nav-toggle span{
    display:block;
    width: 18px;
    height: 2px;
    background: rgba(255,255,255,.88);
    border-radius: 99px;
}

/* Mobile menu behavior */
@media (max-width: 991px){
    .top-nav-area{
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .user-panel-modern{
        order: 1;
        width: 100%;
        text-align: right;
        margin-bottom: 8px;
    }

    .main-menu-modern{
        order: 2;
        width: 100%;
        justify-content: flex-end;
        display:none;
        padding-top: 10px;
        border-top: 1px solid rgba(255,255,255,.08);
        margin-top: 8px;
    }

    .main-menu-modern.is-open{
        display:flex;
    }
}


/* ===========================
   FOOTER MODERN UPGRADE
   taruh PALING BAWAH CSS
=========================== */

.footer-modern{
    position: relative;
    overflow: hidden;
}

.footer-modern .container{
    padding: 70px 15px 22px;
}

.footer-grid{
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 26px;
    text-align: left;
    align-items: start;
}

/* Logo */
.footer-modern .footer-logo{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.footer-modern .footer-logo img{
    max-height: 78px;
    width: auto;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
}

/* Deskripsi */
.footer-desc{
    margin-top: 14px;
    color: rgba(255,255,255,.70);
    font-size: 14px;
    line-height: 1.8;
    max-width: 380px;
}

/* Judul kolom */
.footer-title{
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(255,255,255,.80);
    margin-bottom: 14px;
}

/* Link list */
.footer-links{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.footer-links a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.72);
    font-weight: 600;
    font-size: 14px;
    transition: all .18s ease;
    position: relative;
}

.footer-links a:before{
    content:"";
    width: 6px;
    height: 6px;
    border-radius: 99px;
    background: rgba(0,200,255,.55);
    box-shadow: 0 0 10px rgba(0,200,255,.25);
    opacity: .7;
}

.footer-links a:hover{
    color: #fff;
    text-shadow: 0 0 12px rgba(0,200,255,.25);
    transform: translateX(2px);
}

/* Social */
.footer-social-modern{
    justify-content: flex-start !important;
    padding-top: 18px;
    padding-bottom: 0;
}

.footer-social-modern a{
    width: 36px;
    height: 36px;
    margin-left: 10px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
}

.footer-social-modern a:first-child{
    margin-left: 0;
}

.footer-social-modern a:hover{
    background: linear-gradient(90deg, rgba(0,200,255,.85), rgba(42,167,255,.75)) !important;
    border-color: rgba(0,200,255,.35);
}

/* Address box */
.footer-address{
    margin-top: 18px;
    padding: 14px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
}

.footer-address-label{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 800;
    color: rgba(255,255,255,.70);
    margin-bottom: 6px;
}
.footer-address-text{
    font-size: 13px;
    color: rgba(255,255,255,.72);
    font-weight: 600;
}
.footer-address-text .dot{
    opacity: .6;
    margin: 0 6px;
}

/* Bottom */
.footer-bottom{
    margin-top: 26px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
}
.footer-modern .copyright{
    opacity: 0.65; /* lebih kebaca dari 0.20 */
}

/* Responsive */
@media (max-width: 991px){
    .footer-grid{
        grid-template-columns: 1fr;
        text-align: center;
        gap: 22px;
    }

    .footer-desc{
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social-modern{
        justify-content: center !important;
    }

    .footer-links{
        justify-content: center;
    }

    .footer-links a:before{
        display:none;
    }

    .footer-address{
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

/* ===========================
   FOOTER ORNAMENTS (FIX)
   taruh PALING BAWAH
=========================== */

.footer-modern{
    position: relative;
    overflow: hidden;
}

/* konten selalu di atas gambar */
.footer-modern .container{
    position: relative;
    z-index: 2;
}

/* gambar pojok (nempel ke FOOTER, bukan container) */
.footer-modern .footer-left-pic,
.footer-modern .footer-right-pic{
    position: absolute;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    opacity: .55;
}

/* pastikan img ngikut ukuran wrapper */
.footer-modern .footer-left-pic img,
.footer-modern .footer-right-pic img{
    display:block;
    width:100%;
    height:auto;
}

/* pojok kiri */
.footer-modern .footer-left-pic{
    left: 0;
    width: 520px;
    transform: translate(-32%, 10%);
}

/* pojok kanan */
.footer-modern .footer-right-pic{
    right: 0;
    width: 520px;
    transform: translate(32%, 10%);
}

/* safe area biar konten gak ketabrak */
.footer-modern .footer-grid{
    padding-left: 220px;
    padding-right: 220px;
}

/* responsif */
@media (max-width: 1199px){
    .footer-modern .footer-left-pic,
    .footer-modern .footer-right-pic{
        width: 420px;
        opacity: .45;
    }
    .footer-modern .footer-grid{
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media (max-width: 991px){
    .footer-modern .footer-grid{
        padding-left: 0;
        padding-right: 0;
    }
    .footer-modern .footer-left-pic{
        width: 360px;
        transform: translate(-45%, 18%);
        opacity: .30;
    }
    .footer-modern .footer-right-pic{
        width: 360px;
        transform: translate(45%, 18%);
        opacity: .30;
    }
}

@media (max-width: 767px){
    .footer-modern .footer-left-pic,
    .footer-modern .footer-right-pic{
        display:none !important;
    }
}


/* ===========================
   FAQ PAGE (ICE THEME)
   taruh PALING BAWAH
=========================== */

.faq-hero{
    position: relative;
    padding: 110px 0 40px;
    background: radial-gradient(circle at 20% 10%, rgba(0,200,255,.22), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(42,167,255,.18), transparent 50%),
    linear-gradient(135deg, #071827 0%, #0b2436 55%, #04121c 100%);
    overflow: hidden;
}

.faq-hero-inner{
    max-width: 860px;
}

.faq-hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255,255,255,.85);
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
}

.faq-hero-title{
    margin-top: 14px;
    color:#fff;
    font-size: 44px;
    line-height: 1.1;
    text-shadow: 0 0 18px rgba(0,200,255,.18);
}

.faq-hero-desc{
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255,255,255,.75);
    max-width: 680px;
}

.faq-search{
    margin-top: 18px;
    display:flex;
    align-items:center;
    gap: 10px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(10px);
    padding: 12px 14px;
}

.faq-search i{
    color: rgba(255,255,255,.75);
}

.faq-search input{
    width:100%;
    border:none;
    outline:none;
    background: transparent;
    color:#fff;
    font-weight: 700;
}

.faq-search input::placeholder{
    color: rgba(255,255,255,.55);
    font-style: normal;
    text-transform: none;
}

.faq-hero-stats{
    margin-top: 16px;
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
}

.faq-stat{
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
}

.faq-stat-label{
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(255,255,255,.60);
}

.faq-stat-value{
    margin-top: 2px;
    font-size: 14px;
    font-weight: 900;
    color: rgba(255,255,255,.92);
}

.faq-section{
    padding: 44px 0 90px;
    background: linear-gradient(135deg, #f3fbff 0%, #cfeeff 45%, #98d9ff 100%);
}

.faq-grid{
    display:grid;
    grid-template-columns: 360px 1fr;
    gap: 22px;
    align-items: start;
}

.faq-card{
    border-radius: 18px;
    border: 1px solid rgba(7,24,39,.12);
    background: rgba(255,255,255,.75);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    padding: 16px;
}

.faq-card-mini{
    margin-top: 14px;
}

.faq-card-title{
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 900;
    color: #062235;
    margin-bottom: 10px;
}

.faq-chips{
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
}

.faq-chip{
    border:none;
    cursor:pointer;
    border-radius: 999px;
    padding: 10px 12px;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(6,34,53,.85);
    background: rgba(7,24,39,.06);
    transition: .18s ease;
}

.faq-chip:hover{
    transform: translateY(-1px);
    background: rgba(0,200,255,.18);
}

.faq-chip.is-active{
    color:#04121c;
    background: linear-gradient(90deg, #00c8ff, #2aa7ff);
    box-shadow: 0 14px 30px rgba(0,200,255,.22);
}

.faq-side-note{
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(6,34,53,.72);
}
.faq-side-note a{
    font-weight: 900;
    color: #0b2436;
    text-decoration: underline;
}

.faq-mini-title{
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 900;
    color: #062235;
    margin-bottom: 10px;
}

.faq-mini-list{
    margin: 0;
    padding-left: 18px;
    color: rgba(6,34,53,.75);
    font-weight: 600;
    line-height: 1.8;
    font-size: 13px;
}

.faq-accordion{
    display:grid;
    gap: 12px;
}

.faq-item{
    border-radius: 18px;
    border: 1px solid rgba(7,24,39,.12);
    background: rgba(255,255,255,.80);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    overflow: hidden;
}

.faq-q{
    width:100%;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 900;
    color: #062235;
    font-size: 15px;
    text-align: left;
}

.faq-q i{
    transition: .18s ease;
    color: rgba(6,34,53,.65);
}

.faq-a{
    display:none;
    padding: 0 18px 16px;
    color: rgba(6,34,53,.80);
    font-weight: 600;
    line-height: 1.9;
    font-size: 14px;
}

.faq-a a{
    font-weight: 900;
    color: #04121c;
    text-decoration: underline;
}

.faq-item.is-open .faq-a{
    display:block;
}
.faq-item.is-open .faq-q i{
    transform: rotate(180deg);
}

.faq-a ul, .faq-a ol{
    margin-top: 8px;
    padding-left: 20px;
}

.faq-footer-cta{
    margin-top: 16px;
}

.faq-cta-card{
    border-radius: 18px;
    border: 1px solid rgba(7,24,39,.12);
    background: rgba(255,255,255,.85);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    padding: 18px;
    display:flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.faq-cta-title{
    font-weight: 1000;
    color: #062235;
    font-size: 16px;
}
.faq-cta-desc{
    color: rgba(6,34,53,.72);
    font-weight: 700;
    font-size: 13px;
}

.faq-cta-actions{
    display:flex;
    gap: 10px;
}

.faq-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(7,24,39,.14);
    background: rgba(7,24,39,.04);
    color: #062235;
    font-weight: 900;
    text-decoration:none;
    transition: .18s ease;
}

.faq-btn:hover{
    transform: translateY(-1px);
    background: rgba(0,200,255,.12);
}

.faq-btn.is-primary{
    border: none;
    background: linear-gradient(90deg, #00c8ff, #2aa7ff);
    color: #04121c;
    box-shadow: 0 14px 30px rgba(0,200,255,.22);
}
.faq-btn.is-primary:hover{
    filter: brightness(1.05);
}

/* Responsive */
@media (max-width: 991px){
    .faq-grid{
        grid-template-columns: 1fr;
    }
    .faq-hero{
        padding: 95px 0 36px;
    }
    .faq-hero-title{
        font-size: 36px;
    }
}


/* ===========================
   REFUND POLICY (ICE THEME)
   taruh PALING BAWAH
=========================== */

.policy-hero{
    position: relative;
    padding: 110px 0 42px;
    background: radial-gradient(circle at 20% 10%, rgba(0,200,255,.22), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(42,167,255,.18), transparent 50%),
    linear-gradient(135deg, #071827 0%, #0b2436 55%, #04121c 100%);
    overflow: hidden;
}

.policy-hero-inner{ max-width: 920px; }

.policy-badge{
    display:inline-flex;
    align-items:center;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255,255,255,.85);
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
}

.policy-title{
    margin-top: 14px;
    color:#fff;
    font-size: 44px;
    line-height: 1.1;
    text-shadow: 0 0 18px rgba(0,200,255,.18);
}

.policy-desc{
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255,255,255,.75);
    max-width: 720px;
}

.policy-highlight{
    margin-top: 18px;
    display:flex;
    gap: 12px;
    align-items:flex-start;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(10px);
    padding: 14px 16px;
}

.policy-highlight-icon{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgba(0,200,255,.18);
    border: 1px solid rgba(0,200,255,.18);
    color: rgba(255,255,255,.92);
}

.policy-highlight-title{
    font-weight: 1000;
    color: rgba(255,255,255,.95);
    letter-spacing: .03em;
}
.policy-highlight-desc{
    margin-top: 2px;
    color: rgba(255,255,255,.75);
    font-weight: 700;
    line-height: 1.7;
    font-size: 13px;
}

.policy-meta{
    margin-top: 14px;
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
}
.policy-meta-item{
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
}
.policy-meta-label{
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(255,255,255,.60);
}
.policy-meta-value{
    margin-top: 2px;
    font-size: 14px;
    font-weight: 1000;
    color: rgba(255,255,255,.92);
}

.policy-section{
    padding: 44px 0 90px;
    background: linear-gradient(135deg, #f3fbff 0%, #cfeeff 45%, #98d9ff 100%);
}

.policy-card{
    border-radius: 22px;
    border: 1px solid rgba(7,24,39,.12);
    background: rgba(255,255,255,.82);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    padding: 18px;
}

.policy-block{ padding: 10px 8px; }

.policy-h2{
    font-size: 18px;
    font-weight: 1000;
    color: #062235;
    margin-bottom: 10px;
}

.policy-p{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    color: rgba(6,34,53,.80);
    margin-bottom: 0;
}

.policy-divider{
    height: 1px;
    background: rgba(7,24,39,.10);
    margin: 16px 0;
}

.policy-list{
    margin-top: 12px;
    display:grid;
    gap: 10px;
}

.policy-li{
    display:flex;
    gap: 10px;
    align-items:flex-start;
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(7,24,39,.04);
    border: 1px solid rgba(7,24,39,.08);
    color: rgba(6,34,53,.82);
    font-weight: 800;
    line-height: 1.7;
    font-size: 13px;
}

.policy-li i{
    margin-top: 2px;
    width: 18px;
    text-align:center;
    color: rgba(229,57,53,.85); /* X merah */
}

.policy-list-ok .policy-li i{
    color: rgba(0,160,120,.90);
}

.policy-steps{
    margin-top: 12px;
    display:grid;
    gap: 10px;
}

.policy-step{
    display:flex;
    gap: 10px;
    align-items:flex-start;
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(0,200,255,.06);
    border: 1px solid rgba(0,200,255,.14);
}

.policy-step-no{
    width: 30px;
    height: 30px;
    border-radius: 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 1000;
    color: #04121c;
    background: linear-gradient(90deg, #00c8ff, #2aa7ff);
    box-shadow: 0 14px 30px rgba(0,200,255,.18);
}

.policy-step-text{
    font-weight: 800;
    color: rgba(6,34,53,.82);
    line-height: 1.7;
    font-size: 13px;
}

.policy-note{
    margin-top: 12px;
    display:flex;
    gap: 10px;
    align-items:flex-start;
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(255,193,7,.10);
    border: 1px solid rgba(255,193,7,.22);
    color: rgba(6,34,53,.82);
    font-weight: 800;
    line-height: 1.7;
    font-size: 13px;
}
.policy-note i{
    margin-top: 2px;
    color: rgba(255,152,0,.95);
}

.policy-cta{
    margin-top: 14px;
    border-radius: 18px;
    border: 1px solid rgba(7,24,39,.12);
    background: rgba(255,255,255,.75);
    padding: 14px;
    display:flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.policy-cta-text{
    font-weight: 1000;
    color: #062235;
}
.policy-cta-sub{
    margin-top: 4px;
    font-weight: 800;
    font-size: 13px;
    color: rgba(6,34,53,.72);
}

.policy-cta-actions{ display:flex; gap: 10px; }

.policy-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(7,24,39,.14);
    background: rgba(7,24,39,.04);
    color: #062235;
    font-weight: 1000;
    text-decoration:none;
    transition: .18s ease;
}

.policy-btn:hover{
    transform: translateY(-1px);
    background: rgba(0,200,255,.12);
}

.policy-btn.is-primary{
    border: none;
    background: linear-gradient(90deg, #00c8ff, #2aa7ff);
    color: #04121c;
    box-shadow: 0 14px 30px rgba(0,200,255,.22);
}
.policy-btn.is-primary:hover{ filter: brightness(1.05); }

@media (max-width: 991px){
    .policy-hero{ padding: 95px 0 36px; }
    .policy-title{ font-size: 36px; }
}

/* ===========================
   CONTACT / ADDRESS BLOCKS
   (ICE theme, taruh paling bawah)
=========================== */

.contact-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 14px;
}

.contact-card{
    display:flex;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(10px);
}

.contact-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    flex: 0 0 auto;
}

.contact-icon i{
    color: rgba(0, 51, 255, 0.35);
    font-size: 18px;
}

.contact-title{
    font-weight: 900;
    letter-spacing: .02em;
    color: rgba(0, 2, 7, 0.35);
    margin-bottom: 6px;
}

.contact-value{
    font-weight: 800;
    color: rgba(0, 2, 7, 0.35);
}

.contact-value a{
    color: var(--ice-accent);
    text-decoration: none;
    font-weight: 900;
}

.contact-value a:hover{
    color: rgba(1, 3, 14, 0.35);
    text-shadow: 0 0 12px rgba(0,200,255,.35);
}

.contact-note{
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(0, 4, 19, 0.35);
    font-weight: 600;
}

.contact-actions{
    margin-top: 12px;
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
}

.address-box{
    margin-top: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
    overflow: hidden;
}

.address-row{
    display:flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.address-row:last-child{
    border-bottom: 0;
}

.address-label{
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(1, 2, 9, 0.35);
    font-weight: 900;
}

.address-value{
    color: rgba(7, 8, 12, 0.35);
    font-weight: 800;
    text-align: right;
}

/* Responsive */
@media (max-width: 991px){
    .contact-grid{
        grid-template-columns: 1fr;
    }
    .address-value{
        text-align: left;
    }
    .address-row{
        flex-direction: column;
        align-items: flex-start;
    }
}




