@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');

* {

    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
}

h1, h2 {
    font-family: 'Nunito', sans-serif !important;
}

a {
    text-decoration: none !important;
    color: inherit;
    /* parent ka color use karega */
}

.main-navigation {
    background: transparent;
}

.menu-bar-items {
    display: none !important;
}




/* =========================
   HEADER BACKGROUND
========================= */
.site-header {
    background: linear-gradient(90deg, #0b0f2a, #090d24);
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #121840;
}

/* Container spacing */
.inside-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 40px;
}



/* =========================
   LOGO
========================= */
.site-branding .main-title a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.site-branding .main-title a::first-letter {
    color: #facc15;
    /* yellow accent */
}

/* =========================
   NAVIGATION MENU
========================= */
.main-navigation .main-nav ul {
    display: flex;
    gap: 30px;
    background-color: #0b0f28 !important;
}

.main-navigation .main-nav ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    transition: 0.3s;
    line-height: 30px;
}

/* Hover effect */
.main-navigation .main-nav ul li a:hover {
    color: #fff;
}

/* Active underline */
.main-navigation .main-nav ul li.current-menu-item a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #8b5cf6;
    left: 0;
    bottom: -5px;
}

/* =========================
   RIGHT SIDE (SEARCH + BUTTON STYLE FEEL)
========================= */

/* Add space to right */
.inside-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* =========================
   MENU TOGGLE (MOBILE)
========================= */
.menu-toggle {
    background: transparent;
    border: none;
    color: #fff;
}

/* =========================
   BUTTON STYLE (LOGIN LOOK)
========================= */
/* If you later add button in menu */
.main-navigation .menu li:last-child a,
.main-navigation .menu li:nth-last-child(2) a {
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
    padding: 5px 18px;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 10px;
    line-height: 30px;
}

.main-navigation .main-nav ul li:nth-last-child(2).current-menu-item a::after,
.main-navigation .main-nav ul li:nth-last-child(2).current_page_item a::after {
    content: none !important;
    display: none !important;
}

/* =========================
   SEARCH STYLE (if added via GP hook/widget)
========================= */
.navigation-search input {
    background: transparent;
    border: 1px solid #2d325a;
    border-radius: 8px;
    padding: 8px 12px;
    color: #fff;
}

.navigation-search input::placeholder {
    color: #94a3b8;
}



/* =========================
   STICKY SMOOTH EFFECT
========================= */
.site-header {
    transition: all 0.3s ease;
}

.site-header.scrolled {
    background: rgba(11, 15, 42, 0.95);
    backdrop-filter: blur(10px);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {

    .main-navigation .main-nav ul {
        flex-direction: column;
        background: #0b0f2a;
        padding: 20px;
    }

}

/* ======================= */


/* =========================
   Footer
========================= */

.site-footer .footer-widgets,
.site-info {
    background-color: #090d24 !important;
}

.copyright-bar,
.copyright-bar span,
.copyright-bar a {
    color: #fff;
}

.widget_text {
    color: #fff;
}

/* ////// */

.ph-social-container {
    background-color: #090d24;
    /* Aapki image jaisa exact dark background */
    padding: 10px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    /* Icons ke beech ka perfect margin/gap */
}

.ph-social-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    /* Circle ka size */
    height: 46px;
    /* Circle ka size */
    background-color: rgba(255, 255, 255, 0.05);
    /* Semi-transparent background jaisa image me hai */
    border: 1px solid rgba(255, 255, 255, 0.03);
    /* Subtle borders */
    border-radius: 50%;
    /* Perfect rounded shape */
    text-decoration: none;
    font-size: 18px;
    /* Icon ka perfect size */
    transition: all 0.3s ease;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.02);
}

/* Exact Brand Colors matching your image */
.fb-color {
    color: #3b5998;
}

/* Facebook Blue */
.tw-color {
    color: #1da1f2;
}

/* Twitter Light Blue */
.yt-color {
    color: #ff0000;
}

/* YouTube Solid Red */
.dc-color {
    color: #5865f2;
}

/* Discord Blurple */

/* Instagram Special Gradient Color */
.ig-gradient-wrapper {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ig-color {
    /* Multi-color gradient icon effect */
    font-size: 20px;
}

/* Smooth Hover Animation */
.ph-social-item:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}


/* --------------------- */

.site-info {
    border-top: 1px solid #313030;
}

/*  */

[id^="menu-footer-"] li a {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
}

[id^="menu-footer-"] li a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #ffffff;
    transition: 0.3s;
}

[id^="menu-footer-"] li a:hover::before {
    color: #3336e9;
    transform: translateX(3px);
}

[id^="menu-footer-"] li {
    margin: 6px 0;
}



/* footer bar =================== */

.inside-site-info {
    display: block;
}

.my-inline-footer {
    display: flex;
    align-items: center;
}

.footer-left {
    margin-right: auto;
}

.footer-center {
    text-align: center;
}

.footer-right {
    margin-left: auto;
    text-align: right;
}

/* Force single line */
.my-inline-footer .footer-col {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/* Mobile fix */
@media(max-width:768px) {
    .my-inline-footer {
        flex-direction: column;
        gap: 10px;
    }
}


/* =======================   home +++++++++============================ */



body {
    /* background: linear-gradient(135deg,#0b0f2a,#05091d); */
    background: transparent;
    color: white;
}

.home-wrapper {
    /* background: linear-gradient(135deg,#0b0f2a,#05091d); */
    color: #fff;
    padding-bottom: 40px;
}

/* HERO */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 80px;
}

.hero-left {
    width: 40%;
}

.hero-left h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
}

.hero-left h1 span {
    color: #8b5cf6;
}

.hero-left p {
    margin-top: 15px;
    color: #aaa;
}

.hero-buttons {
    margin-top: 25px;
}

/* BUTTONS */
.btn {
    padding: 12px 22px;
    border-radius: 12px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 15px;
    transition: 0.3s;
}

.primary {
    background: linear-gradient(45deg, #7c3aed, #9333ea);
    border: none;
    color: white;
}

.primary:hover {
    transform: scale(1.08);
}

.secondary {
    background: transparent;
    border: 1px solid #555;
    color: white;
}

.secondary:hover {
    /* background: linear-gradient(45deg, #7c3aed, #9333ea); */
    color: #7c3aed;
}

/* HERO RIGHT */
.hero-right {
    position: relative;
}

.hero-right img {
    width: 500px;
    border-radius: 15px;
}

.overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.overlay h3 {
    margin-bottom: 5px;
}

.overlay button {
    background: #7c3aed;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
}

/* CATEGORY */
.categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px 60px;
    flex-wrap: wrap;
}

.cat {
    background: #0d1233;
    padding: 15px 40px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    /* flex-direction: column; */
}

.cat:hover {
    background: #7c3aed;
    transform: translateY(-3px);
}

/* TRENDING */
.trending {
    padding: 15px 80px;
}

.trending h2 {
    margin-bottom: 20px;
}

.games {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background: #0d1233;
    padding: 12px;
    border-radius: 12px;
    width: 160px;
    transition: 0.3s;
    border: 1px solid #161e52;
}

.card img {
    width: 100%;
    border-radius: 10px;
}

.card h4 {
    margin-top: 8px;
    font-size: 14px;
    margin-bottom: 0px;
}

.card:hover {
    transform: scale(1.08);
}

.card:hover h4 {
    color: #2196f3;
}

.page-template-home-template .site-content {
    display: block;
}



/* MAIN CARD */
.author-card {
    background: linear-gradient(145deg, #111827, #0b1220);
    border-radius: 16px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 0 0 1px rgba(99,102,241,0.2), 0 10px 30px rgba(0,0,0,0.6);
    max-width: 1070px;
    width: 100%;
    /* margin: 20px auto; */
    color: #cbd5e1;
    font-family: sans-serif;
    transition: 0.3s;
}

.author-card:hover {
    box-shadow: 0 0 0 1px rgba(99,102,241,0.4), 0 15px 40px rgba(99,102,241,0.2);
    transform: translateY(-3px);
}

/* TOP SECTION */
.author-card-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

/* AVATAR */
.author-ava-wrap {
    position: relative;
}

.author-ava {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.author-ava img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    object-fit: cover;
    padding: 4px;
}

/* VERIFIED BADGE */
.author-verified {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #10b981;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 1px 6px;
    border: 2px solid #0b1220;
}

/* NAME */
.author-name {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

/* BIO */
.author-bio {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.author-bio strong {
    color: #fff;
}

/* SOCIAL BUTTONS */
.author-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.a-soc {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.3s;
}

.a-soc:hover {
    background: #6366f1;
    color: #fff;
    border-color: #6366f1;
}

/* ========================= */
/* 📱 MOBILE RESPONSIVE */
/* ========================= */
@media (max-width: 600px) {

    .author-card {
        padding: 18px;
    }

    .author-card-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author-name {
        font-size: 18px;
    }

    .author-bio {
        font-size: 14px;
    }

    .author-socials {
        justify-content: center;
    }

    .a-soc {
        font-size: 13px;
        padding: 7px 12px;
    }

    .author-ava {
        width: 60px;
        height: 60px;
    }
}

/* ========================= */
/* 📲 TABLET RESPONSIVE */
/* ========================= */
@media (max-width: 900px) {

    .author-card {
        margin: 15px;
    }

    .author-name {
        font-size: 19px;
    }

    .author-bio {
        font-size: 14.5px;
    }
}
/* ===================== */

.home {
    background: url('http://localhost/aftgame/wp-content/themes/generatepress/assets/images/bg_image.png') no-repeat center center fixed;
    background-size: cover;
    z-index: 1;
}

.site,
.site-content,
.inside-article,
.content-area {
    background: transparent !important;
}

/* feture card  */

.featured-card {
    position: relative;
    width: 50%;
    /* max-width: 650px; */
    border-radius: 20px;
    overflow: hidden;
    /* margin: auto; */

    background: #0b0f2a;
    box-shadow: 0 0 40px rgba(0, 132, 255, 0.25);
}

.game_images {
    width: 100%;
    /* height: 360px; */
}

/* IMAGE */
.featured-card img {
    width: 100%;
    /* height: 100%; */
    display: block;
    border-radius: 0px;
    max-height: 400px;
    object-fit: fill;
}


.inner-category-description {
    width: 1200px;
  padding: 25px 25px;
  margin: 40px auto;
  background: #3d3d3d2b;
  border-right: 3px solid #7332df;
  border-left: 3px solid #7332df;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
  color: #e1e1e199;
  line-height: 26px;
}

.read-toggle-btn {
    display: inline-block;
    margin: 20px auto;
    padding: 12px 25px;
    background: #7332df;
    color: #fff !important;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

/* OVERLAY */
.featured-overlay {
    position: absolute;
    inset: 0;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75) 20%,
            rgba(0, 0, 0, 0.2) 60%,
            transparent);
}

/* TOP LABEL */
.top-tag {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* BOTTOM CONTENT */
.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.game_title_wrap {
    width: 60%;
}

.cart_play_btn {
    width: 40%;
    text-align: right;
}

/* TITLE */
.bottom-content h2 {
    color: #fff;
    font-size: 32px;
    margin: 0;
    font-weight: 700;
}

/* SUBTITLE */
.bottom-content p {
    color: #cbd5e1;
    margin: 5px 0 0;
    font-size: 16px;
}

/* BUTTON */
.play-btn {
    color: #fff;
    border: 2px solid rgba(138, 92, 255, 0.6);
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;

    backdrop-filter: blur(6px);
    background: rgba(20, 20, 40, 0.4);

    transition: 0.3s ease;
}

/* HOVER EFFECT */
.play-btn:hover {
    background: #7c3aed;
    border-color: #7c3aed;
    box-shadow: 0 0 15px #7c3aed;
}

.main-navigation .menu-bar-item {
    font-size: 20px;
}

/* news latter */

.tnp-field-button .tnp-submit {
    width: 100% !important;
    border-radius: 10px;
    background: #7332df !important;
}

.tnp-email {
    background: transparent !important;
    border: 1px solid #182158 !important;
}

/* ====================================================================== */

/* Categories all list css */

.page-template-categories-template .site-content {
    display: block;
}

.page-template-categories-template,
.cloudarcade_game-template-default ,.search-results {
    background: linear-gradient(135deg, #0b0f2a, #05091d) !important;
}

.search-results .entry-title a {
    color: #fff;
}

.search-results .page-header{
    background: #0a0e27;

}

.containers.home-wrapper {
    padding: 20px 40px;
}

.cat_lists {
    margin-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 25px;
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
}

.per-texts {
    color: #888a9b;
    font-size: 18px;
}

/* 🔥 TOP ICONS */
.top-categories {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0px 20px;
}

.top-categories div {
    text-align: center;
    font-size: 13px;
    opacity: 0.9;
}

.top-categories i {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
    color: #38bdf8;
}

/* 🔥 GRID CARDS */
.categories_cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

/* 🔥 CARD STYLE */
.categories_card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 10px;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.categories_card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.5); */
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4);
}

.categories_card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.categories_card h4 {
    margin: 1px 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: sans-serif;
    display: inline-block;
    transform-origin: left;

}

.categories_card:hover h4 {
    letter-spacing: 1.5px;
    transform: scale(1.08);
    color: #60a5fa;
}

.categories_card p {
    margin: 0 10px;
    font-size: 12px;
    color: #9ca3af;
}


/* pagination ================== */

/* 🔥 Center align */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* 🔥 Common style */
.pagination a,
.pagination span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);

    color: #fff;
    text-decoration: none;
    font-size: 14px;

    transition: all 0.3s ease;
}

/* 🔥 Hover Glow */
.pagination a:hover {
    border-color: #60a5fa;
    box-shadow:
        0 0 5px rgba(96, 165, 250, 0.6),
        0 0 10px rgba(96, 165, 250, 0.5);
    transform: translateY(-2px);
}

/* 🔥 Active (Current Page) */
.pagination .current {
    background: linear-gradient(135deg, #7c3aed, #3b82f6);
    border: none;
    box-shadow:
        0 0 10px rgba(124, 58, 237, 0.7),
        0 0 20px rgba(59, 130, 246, 0.6);
}

/* 🔥 Next button thoda wide */
.pagination .next {
    width: auto;
    padding: 0 15px;
}

.pagination .prev {
    width: auto;
    padding: 0 15px;
}

/* ================= blog page =========================== */

/* Core Page Reset & Styles */



.page-template-blog-template,
.single-,
.tax-cloudarcade_category,
.page-template,
.page-template-all-game-template,
.gp-game-cpt-container,
.custom-dark-bg {
    background: linear-gradient(135deg, #0b0f2a, #05091d) !important;
}

/* Wrapper Layout */
.blog-wrapper {
    max-width: 1600px;
    padding: 40px 42px;
    margin: 0 auto;
}

/* Main Top Header */
.blog-header {
    margin-bottom: 35px;
    padding-left: 25px;
}

.blog-header h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #ffffff;
}

.blog-header p {
    font-size: 20px;
    color: #a0aec0;
    ;
    /* Subtle muted slate-gray text */
    margin: 0;
}

/* Grid System Structure (Posts vs Sidebar) */
.blog-container {
    display: grid;
    grid-template-columns: 1fr 450px;
    /* Precise sidebar proportion */
    gap: 24px;
}

/* --- LEFT SIDEBAR / POSTS ENGINE --- */
.posts-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 1. BIG FEATURED CARD */
.featured-post {
    background-color: #0c1524;
    /* Card background */
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    padding: 24px;
    gap: 24px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.featured-img-container {
    flex: 1.1;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
}

.featured-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.featured-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.featured-content h2 a {
    transition: all 0.3s ease;
    font-size: 27px;
}

.featured-content h2 a:hover {
    color: #1da1f2;
    transform: translateY(-2px);
}

.featured-content p {
    font-size: 16px;
    color: #a0aec0;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

/* Regular Inner Muted Meta Data */
.post-meta {
    font-size: 14px;
    color: #718096;
    margin-bottom: 20px;
}


/* Global Purple Accent Buttons */
.btn-readmore {
    background-color: #5828e5;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 6px;
    align-self: flex-start;
    /* transition: background-color 0.2s ease; */
    transition: all 0.3s ease;
    display: block;
}

/* .btn-readmore:hover {
    
    transform: scale(1.08); 
    font-size: 14px; 
    background: #3b82f6;
} */

.btn-readmore:hover {
    transform: scale(1.08);
    font-size: 14px;
    background: #3b82f6;
}

/* LIST CONTENT BLOCK */
.posts-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Regular Row Items layout */
.list-post-item {
    background-color: #0c1524;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.list-post-img {
    width: 200px;
    height: 130px;
    border-radius: 8px;
    object-fit: cover;
}

.list-post-content {
    flex: 1;
}

.list-post-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #ffffff;
    transition: all 0.3s ease;
}

.list-post-content h3 a {
    color: #e5e7eb;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 0 0 9px 0;
}

.list-post-content h3 a:hover {
    color: #60a5fa;
    transform: translateY(-2px);
}

.list-post-content p {
    font-size: 16px;
    color: #a0aec0;
    margin: 0 0 8px 0;
}

.list-post-content .post-meta {
    margin-bottom: 0;
}

.btn-readmore-sm {
    background-color: #5828e5;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-readmore-sm:hover {
    /* background-color: #471cb8; */
    transform: scale(1.08);
    /* button thoda bada */
    font-size: 14px;
    /* text bhi bada */
    background: #3b82f6;
}


/* --- RIGHT SIDEBAR MODULE --- */
.sidebar-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-card {
    background-color: #0c1524;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.sidebar-card h4 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #ffffff;
}

/* Category Navigation styling */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.categories-list a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 19px;
    transition: color 0.2s ease;
}

.categories-list a:hover {
    color: #ffffff;
}

.categories-list a.active {
    color: #b072ff;
    /* Highlighted Active Category color */
    font-weight: 500;
}

/* Popular Feed styling */
.popular-posts-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pop-post-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pop-post-item img {
    width: 140px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
}

.pop-post-item h5 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    color: #e2e8f0;
}

.pop-post-item h5 a {
    font-size: 16px;
    color: #e5e7eb;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover Effect */
.pop-post-item h5 a:hover {
    color: #60a5fa;
    transform: translateX(3px);
    /* thoda slide effect */
    text-shadow: 0 0 6px rgba(96, 165, 250, 0.6);
}



/* ========= singe post page =========================================== */



/* Base Wrapper Proportions */
.page-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 45px;
}

/* Breadcrumb Styling */
.breadcrumb {
    font-size: 13px;
    color: #dadce0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb a {
    color: #d6d9dd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #ffffff;
}

.breadcrumb i {
    font-size: 10px;
}

/* Post Header / Metadata Section */
.post-header {
    margin-bottom: 30px;
}

.post-header h1 {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 14px 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.post-meta-strip {
    display: flex;
    gap: 20px;
    color: #babfc7;
    font-size: 13px;
}

.meta-item i {
    margin-right: 5px;
    color: #b1b8c5;
}

/* Flexible Content Split Structure */
.main-layout {
    display: grid;
    grid-template-columns: 1fr 460px;
    /* Precise layout scaling gap ratio */
    gap: 30px;
    align-items: start;
}

/* --- LEFT SIDE: ARTICLE MAIN RENDER --- */
.article-content {
    display: flex;
    flex-direction: column;
}

.article-main-img {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.article-main-img img,
.article-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-text {
    font-size: 18px;
    line-height: 1.7;
    color: #a0aec0;
    margin: 0 0 35px 0;
}

.game-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #ffffff;
}

.game-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #a0aec0;
    margin: 0 0 20px 0;
}

.article-inner-img {
    width: 100%;
    height: 340px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}


/* --- RIGHT SIDE: COMPONENT CARDS --- */
.sidebar-widgets {
    display: flex;
    flex-direction: column;
    gap: 20px;

    /* Sidebar makes sticky from here */
    position: sticky;
    top: 65px;
    /* Scroll karte waqt browser window se upar ka gap */
    height: max-content;
}

.widget-card {
    background-color: #0d1422;
    /* Exact panel inner background tint */
    border: 1px solid rgb(23 33 95);
    border-radius: 12px;
    padding: 24px;
}

.widget-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 18px 0;
    color: #ffffff;
    letter-spacing: 0.3px;
}

/* TOC Ordered Numeric Navigation Engine */
.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.toc-list li a {
    color: #b4c1d3;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    display: block;
    transition: color 0.2s ease, transform 0.2s ease;
}

.toc-list li a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

/* .toc-list li a.active {
    color: #a370f7; 
    font-weight: 500;
} */

.toc-list li a.active {
    color: #a370f7;
    font-weight: 600;
    transform: translateX(6px);
}

.toc-list li a {
    transition: all 0.3s ease;
}

/* Share Block Styling with Premium Hover Radii */
.share-social-row {
    display: flex;
    gap: 12px;
}

.share-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.2s ease, box-shadow 0.2s ease;
}

/* Exact Brand Color Specs matching image nodes */
.share-btn.fb {
    background-color: #2d68c4;
}

.share-btn.tw {
    background-color: #1da1f2;
}

.share-btn.rd {
    background-color: #ff4500;
}

.share-btn.pin {
    background-color: #bd081c;
}

/* Interactive Pop-Out Hover State Engine */
.share-btn:hover {
    transform: scale(1.12);
    filter: brightness(1.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/* Optional Sticky Control */
.sticky-share {
    /* position: sticky; */
    top: 20px;
    position: static;
}


/* ================ category page ==================================== */

.game-filters {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.filter-btn {
    padding: 8px 16px;
    border-radius: 20px;
    background: #10163a;
    /* border: 1px solid #2a2f5b; */
    color: #aaa;
    /* cursor: pointer; */
    transition: 0.3s;
}

.filter-btn.active {
    background: #7a5cff;
    color: #fff;
    border: none;
}

.filter-btn:hover {
    color: #fff;
}

.filter-btn:focus,
.filter-btn:focus-visible,
.filter-btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.game-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #9aa0c3;
}

.cat-name {
    color: #9aa0c3;
}

.rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #f5c518;
    font-size: 13px;
}

.rating i {
    font-size: 12px;
}


/* Mobile scroll */
@media (max-width: 480px) {
    .game-filters {
        overflow-x: auto;
        white-space: nowrap;
    }
}


/* ============= all games ======================== */

.both-wrape-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* FILTER LEFT */
.game-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


/* .game-filters a{
    transition: all 0.3s ease;
} */

/* .game-filters a:hover{
 color: #fff;
 border: 1px solid #3446c0;
} */

/* CATEGORY RIGHT */
.top-categories-d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* OPTIONAL STYLE */
/* .top-cat {
    padding: 6px 12px;
    border: 1px solid #444;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    transition: 0.3s;
} */

/* .top-cat:hover {
    background: #6c5ce7;
    border-color: #6c5ce7;
} */

.top-cat-d {
    padding: 8px 16px;
    border-radius: 20px;
    background: #10163a;
    border: 1px solid #2a2f5b;
    transition: 0.3s;
}

.top-cat-d:hover {
    color: #ffffff;
    background-color: #3f4047;
}




/* MOBILE FIX */


/* ================= game page ========================= */

.cloudarcade-game-iframe-container,
.cloudarcade-game-header {
    display: none;
}

.game-about-section td,
.game-about-section th {
    text-align: left !important;
}

.report-textarea:focus {
    color: #e0dbdb;
    background: #0b0f2a;
}

/* =========================================================== */
/* =========================================================== */

/* Scoped CSS to completely avoid global GeneratePress layout issues */
.gp-game-cpt-container {
    /* background: radial-gradient(circle at top, #0d152b, #050814) !important; */
    min-height: 100vh;
    color: #f1f5f9 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 30px 50px;
    max-width: 1500px;
    margin: 0 auto;
}

.game-breadcrumb {
    font-size: 13px !important;
    color: #64748b !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.game-breadcrumb a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.game-breadcrumb a:hover {
    color: #fff !important;
}

.game-breadcrumb i {
    font-size: 10px !important;
}

.game-header-info {
    margin-bottom: 25px !important;
}

.game-header-info h1 {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 10px 0 !important;
    letter-spacing: -0.5px !important;
}

.game-ratings-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    color: #94a3b8 !important;
    margin-bottom: 15px !important;
}

.game-stars {
    color: #fbbf24 !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
}

.rating-value {
    color: #fff !important;
    font-weight: 600 !important;
}

.rating-count {
    color: #64748b !important;
}

.game-tags-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

.game-tag-pill {
    padding: 6px 16px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.game-tag-pill:hover {
    background: rgba(124, 58, 237, 0.2) !important;
    border-color: rgba(124, 58, 237, 0.4) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

/* Layout Grid */
.game-main-grid {
    display: grid !important;
    grid-template-columns: 1fr 350px !important;
    gap: 30px !important;
    align-items: start !important;
}

@media (max-width: 1024px) {
    /* .game-main-grid {
        grid-template-columns: 1fr !important;
    } */
}

.player-column {
    display: flex !important;
    flex-direction: column !important;
}

/* Media Stack Container */
.game-media-container {
    display: grid !important;
    grid-template-columns: 1fr 140px !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
    height: 550px !important;
}

@media (max-width: 768px) {
    /* .game-media-container {
        grid-template-columns: 1fr !important;
        height: auto !important;
        aspect-ratio: 16/9 !important;
    }
    .side-screenshots-stack {
        display: none !important;
    } */
}

/* Fullscreen Iframe custom style */
.game-iframe-active {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    border: none !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.main-player-frame {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    background: #020617 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 2px solid #1e293b !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;
}

.player-placeholder-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: all 0.5s ease !important;
}

.play-overlay-trigger {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.play-overlay-trigger:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}

.play-overlay-icon-btn {
    width: 70px !important;
    height: 70px !important;
    background: #7c3aed !important;
    border: none !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 25px rgba(124, 58, 237, 0.6) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.play-overlay-trigger:hover .play-overlay-icon-btn {
    transform: scale(1.15) !important;
    background: #8b5cf6 !important;
    box-shadow: 0 0 35px rgba(139, 92, 246, 0.8) !important;
}

/* .side-screenshots-stack {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: 100% !important;
}

.side-screenshots-stack a {
    flex: 1;
    display: block;
}


.side-screenshots-stack img {
    flex: 1 !important;
    width: 100% !important;
    height: 0 !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}
.side-screenshots-stack img:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3) !important;
} */


.side-screenshots-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.side-screenshots-stack a {
    flex: 1;
    display: block;
}

.side-screenshots-stack img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect */
.side-screenshots-stack img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

/* Controls Strip */
.player-controls-strip {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 24px !important;
    margin-bottom: 25px !important;
    padding: 5px 0 !important;
}

.controls-left {
    display: flex !important;
    gap: 15px !important;
}

.controls-right {
    display: flex !important;
    gap: 15px !important;
}

.btn-play-now {
    width: auto !important;
    padding: 14px 40px !important;
    background: linear-gradient(135deg, #7c3aed, #6d28d9) !important;
    border: none !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.4) !important;
    transition: all 0.3s ease !important;
}

.btn-play-now:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.6) !important;
}

.btn-control-action {
    width: 52px !important;
    height: 52px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    color: #cbd5e1 !important;
    font-size: 20px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.btn-control-action:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

/* Reactions Strip */
.reactions-strip {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 20px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    font-size: 14px !important;
    color: #94a3b8 !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.reactions-left {
    display: flex !important;
    gap: 20px !important;
}

.reactions-right {
    display: flex !important;
    gap: 20px !important;
    margin-left: auto !important;
}

@media (max-width: 480px) {

    /* .reactions-right {
        margin-left: 0 !important;
        width: 100% !important;
        justify-content: space-between !important;
    } */

    .reactions-right {
    gap: 0px !important;
}
}

.reaction-btn {
    background: transparent !important;
    
    color: #94a3b8 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    border: 1px solid #2a1f59 !important;
    border-radius: 20px !important;
}

.reaction-btn:hover {
    color: #fff !important;
}

.reaction-btn.liked {
    color: #3b82f6 !important;
}

.reaction-btn.disliked {
    color: #ef4444 !important;
}

.action-link-btn {
    background: transparent !important;
    border: 1px solid #2a1f59 !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    border-radius: 20px !important;
}

.action-link-btn:hover {
    color: #fff !important;
}

.action-link-btn.favorited {
    color: #fbbf24 !important;
}

/* About / Details Box */
.game-about-section {
    margin-top: 15px !important;
}

.game-about-section h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 15px 0 !important;
}

.game-description-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #94a3b8 !important;
}

.game-description-text p {
    margin-bottom: 15px !important;
}

.game-how-to-play-header {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 25px 0 10px 0 !important;
}

/* Sidebar Styling */
.sidebar-column {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.sidebar-widget-card {
    background: #0c1425 !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.sidebar-widget-card h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 20px 0 !important;
}

.sidebar-games-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.sidebar-game-row {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: all 0.2s ease !important;
}

.sidebar-game-row:hover {
    transform: translateX(4px) !important;
}

.sidebar-game-thumb {
    width: 60px !important;
    height: 60px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.sidebar-game-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.sidebar-game-name {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin: 0 0 4px 0 !important;
    transition: color 0.2s ease !important;
}

.sidebar-game-row:hover .sidebar-game-name {
    color: #a78bfa !important;
}

.sidebar-game-cat {
    font-size: 12px !important;
    color: #64748b !important;
}

.sidebar-view-more-btn {
    display: block !important;
    width: 100% !important;
    padding: 12px !important;
    background: rgba(124, 58, 237, 0.08) !important;
    border: 1px solid rgba(124, 58, 237, 0.2) !important;
    border-radius: 12px !important;
    color: #a78bfa !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    margin-top: 20px !important;
    transition: all 0.3s ease !important;
}

.sidebar-view-more-btn:hover {
    background: #7c3aed !important;
    color: #fff !important;
    box-shadow: 0 0 15px rgba(124, 58, 237, 0.4) !important;
}

/* Modal notice */
.notice-modal {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #7c3aed;
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.notice-modal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ===== Report Modal Glassmorphic Overlay ===== */
.report-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 8, 20, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.report-modal-overlay.open {
    opacity: 1;
    pointer-events: all;
}

.report-modal-card {
    background: linear-gradient(145deg, rgba(15, 22, 50, 0.95), rgba(10, 14, 35, 0.98));
    border: 1px solid rgba(124, 58, 237, 0.35);
    border-radius: 20px;
    padding: 36px 32px;
    width: 90%;
    max-width: 520px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(124, 58, 237, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transform: translateY(30px) scale(0.96);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.report-modal-overlay.open .report-modal-card {
    transform: translateY(0) scale(1);
}

.report-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.report-modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.report-modal-title i {
    color: #f87171;
    font-size: 18px;
}

.report-modal-close {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #94a3b8;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.report-modal-close:hover {
    background: rgba(248, 113, 113, 0.15);
    border-color: rgba(248, 113, 113, 0.3);
    color: #f87171;
}

.report-modal-subtitle {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 22px;
    line-height: 1.5;
}

.report-textarea {
    width: 100%;
    min-height: 130px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #e2e8f0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    padding: 14px 16px;
    resize: vertical;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    outline: none;
}

.report-textarea:focus {
    border-color: rgba(124, 58, 237, 0.6);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
    background: rgba(255, 255, 255, 0.05);
}

.report-textarea::placeholder {
    color: #475569;
}

.report-char-counter {
    font-size: 12px;
    color: #475569;
    text-align: right;
    margin-top: 6px;
    margin-bottom: 22px;
    transition: color 0.2s ease;
}

.report-char-counter.warn {
    color: #fbbf24;
}

.report-char-counter.danger {
    color: #f87171;
}

.report-modal-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.report-modal-cancel {
    padding: 11px 24px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif;
}

.report-modal-cancel:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.report-modal-submit {
    padding: 11px 28px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    min-width: 130px;
    justify-content: center;
}

.report-modal-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

.report-modal-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.report-modal-submit.loading i {
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Sidebar Actions Widget Styles */
.game-actions-widget {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(30, 41, 59, 0.4)) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.sidebar-reactions-row {
    display: flex !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.sidebar-reactions-row .reaction-btn {
    flex: 1 !important;
    justify-content: center !important;
    padding: 12px 16px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.sidebar-reactions-row .reaction-btn:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

.sidebar-reactions-row .reaction-btn.liked {
    background: rgba(59, 130, 246, 0.15) !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
    color: #3b82f6 !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2) !important;
}

.sidebar-reactions-row .reaction-btn.disliked {
    background: rgba(239, 68, 68, 0.15) !important;
    border-color: rgba(239, 68, 68, 0.4) !important;
    color: #ef4444 !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.2) !important;
}

.sidebar-actions-divider {
    height: 1px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    margin: 20px 0 !important;
}

.sidebar-meta-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.sidebar-meta-actions .action-link-btn {
    width: 100% !important;
    padding: 12px 16px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.2s ease !important;
}

.sidebar-meta-actions .action-link-btn:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #fff !important;
    transform: translateX(4px) !important;
}

.sidebar-meta-actions .action-link-btn.favorited {
    background: rgba(251, 191, 36, 0.1) !important;
    border-color: rgba(251, 191, 36, 0.3) !important;
    color: #fbbf24 !important;
}


/* ===== */

.page-template-home-template a.top_box {
    text-align: center;
    padding: 6px 30px;
    border: 1px solid #172160;
    border-radius: 10px;
}

/* ICON + TEXT */
.page-template-home-template .top_box i,
.page-template-home-template .top_box span {
    transition: all 0.3s ease;
}

/* 🔥 HOVER EFFECT */
.page-template-home-template .top_box:hover {
    border: 1px solid #4341c2;
    /* sky blue */
}

/* TEXT COLOR */
.page-template-home-template .top_box:hover span {
    color: #3b82f6;
    /* blue */
}

/* ICON COLOR */
.page-template-home-template .top_box:hover i {
    color: #3b82f6;
}

.title_catg-G {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;


}

/* ============================= login page ============ ======================= */

/* Universal Resets */
.page-template-login-template .site-content {
    display: block;
}


/* Background Glowing Elements */
.bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.bg-elements i,
.bg-elements div {
    position: absolute;
    opacity: 0.15;
}

/* Neon Icon placements styling */
.icon-gamepad-1 {
    color: #6d28d9;
    font-size: 5rem;
    left: 5%;
    bottom: 25%;
    filter: drop-shadow(0 0 15px #6d28d9);
    transform: rotate(-15deg);
}

.icon-headphones {
    color: #2563eb;
    font-size: 6rem;
    left: 4%;
    top: 15%;
    filter: drop-shadow(0 0 15px #2563eb);
    transform: rotate(15deg);
}

.icon-trophy {
    color: #db2777;
    font-size: 5.5rem;
    right: 8%;
    top: 15%;
    filter: drop-shadow(0 0 15px #db2777);
    transform: rotate(10deg);
}

.icon-handheld {
    color: #a21caf;
    font-size: 5rem;
    right: 5%;
    bottom: 30%;
    filter: drop-shadow(0 0 15px #a21caf);
    transform: rotate(25deg);
}

/* Abstract shapes */
.cross {
    font-size: 1.5rem;
    font-weight: bold;
}

.cross-1 {
    color: #38bdf8;
    left: 3%;
    top: 45%;
}

.cross-2 {
    color: #38bdf8;
    right: 12%;
    top: 48%;
}

.triangle {
    color: #ec4899;
    left: 15%;
    bottom: 40%;
    font-size: 1.2rem;
    transform: rotate(35deg);
}

/* Sci-fi streaks */
.streak {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    transform: rotate(-35deg);
}

.streak-1 {
    left: 15%;
    top: 15%;
    width: 150px;
    background: linear-gradient(90deg, transparent, #38bdf8, transparent);
}

.streak-2 {
    right: 18%;
    top: 10%;
    width: 120px;
    background: linear-gradient(90deg, transparent, #ec4899, transparent);
}

.streak-3 {
    right: 15%;
    bottom: 25%;
    width: 160px;
    background: linear-gradient(90deg, transparent, #f43f5e, transparent);
}

/* Layout Wrappers */
.main-wrapper {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    z-index: 2;
}

/* Login Card Container */


.login-card {
    background: rgb(17 14 35);
    border: 1px solid rgb(16 34 94);
    border-radius: 20px;
    width: 100%;
    max-width: 520px;
    padding: 45px 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin: 40px auto;
}

/* Card Header Components */
.card-header {
    text-align: center;
    margin-bottom: 30px;
}

.neon-logo {
    font-size: 2.5rem;
    color: #7c3aed;
    margin-bottom: 15px;
    display: inline-block;
    /* filter: drop-shadow(0 0 10px #7c3aed) drop-shadow(0 0 2px #ffafcc); */
}

.neon-logo i {
    /* Subtle bi-color effect matching image */
    background: linear-gradient(45deg, #ff9e00, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.card-header p {
    color: #64748b;
    font-size: 16px;
    font-weight: 400;
}



/* OR Divider Line */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 25px 0;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.divider::before {
    margin-right: 15px;
}

.divider::after {
    margin-left: 15px;
}

/* Social Login Grid section */
.social-login {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.social-btn {
    background-color: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 5px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s;
}

.social-btn:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Network Specific Branding Colors */
.google-icon {
    color: #ea4335;
}

.facebook-icon {
    color: #1877f2;
}

.discord-icon {
    color: #5865f2;
}

/* Sign-up footer redirect */
.card-footer {
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
}

.card-footer a {
    color: #7c3aed;
    text-decoration: none;
    font-weight: 500;
    margin-left: 3px;
}

.card-footer a:hover {
    text-decoration: underline;
}

/* Horizontal Features Footer Bar */
.features-bar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    gap: 20px;
    justify-items: center;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-icon {
    font-size: 40px;
    color: #6d28d9;
    background: rgba(109, 40, 217, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-text h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.feature-text p {
    font-size: 18px;
    color: #475569;
    white-space: nowrap;
    margin: 0px;
}




/* login form */


/* ==========================================
   GAMING CONTAINER & CARD BASICS
   ========================================== */


/* Header Styling */
.card-header {
    text-align: center;
    margin-bottom: 30px;
}

.neon-logo {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: inline-block;
}

.neon-logo i {
    background: linear-gradient(45deg, #ff9e00, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 10px #7c3aed);
}

.card-header h1 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #ffffff;
}



/* ==========================================
   INPUT FIELDS STYLING (Image Jaisa Background)
   ========================================== */
.xoo-el-fields-cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 2px;
}

.xoo-aff-group {
    margin-bottom: 5px;
}

.xoo-aff-isfocused.xoo-aff-group .xoo-aff-input-icon {
    background-color: transparent;
    color: #3c4e67;
    border: 0px;
}

/* First name & Last name fields grid fix (Register section ke liye) */
.xoo-el-fields-cont::after {
    content: "";
    clear: both;
    display: table;
}

.xoo-aff-group.onehalf {
    width: 100%;
    float: left;
    margin-right: 0px;
}

.xoo-aff-group.onehalf:nth-child(even) {
    float: right;
}

.xoo-aff-input-group {
    position: relative;
    width: 100%;
}

.xoo-el-login-btn::after {
    content: "\f178";
    /* arrow-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    margin-top: 3px;
}

/* Input boxes border aur neon blur toggle */
.xoo-aff-input-group input[type="text"],
.xoo-aff-input-group input[type="password"],
.xoo-aff-input-group input[type="email"] {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    padding: 14px 45px 14px 45px !important;
    color: #ffffff !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.xoo-aff-input-group input::placeholder {
    color: #475569 !important;
}

.xoo-aff-input-group input:focus {
    outline: none !important;
    border-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, 0.05) !important;
    box-shadow: 0 0 10px rgba(109, 40, 217, 0.3);
}

/* Left side icons style */
.xoo-aff-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #475569;
    font-size: 1.05rem;
    z-index: 2;
}

/* Eye Icon (Password view toggle) adjustment */
.xoo-aff-pw-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #475569;
    cursor: pointer;
    z-index: 2;
}

/* ==========================================
   REMEMBER ME & FORGOT PASSWORD ROW
   ========================================== */
.xoo-el-login-btm-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    margin: 2px 0;
}

/* Custom Checkbox Design */
.xoo-el-form-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #94a3b8;
}

.xoo-el-form-label input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #6d28d9;
    /* Purple accent for checkbox */
    width: 16px;
    height: 16px;
}

/* Forgot password link alignment */
.xoo-el-lostpw-tgr {
    color: #6d28d9 !important;
    text-decoration: none !important;
    font-weight: 500;
}

.xoo-el-lostpw-tgr:hover {
    text-decoration: underline !important;
}

/* ==========================================
   BUTTONS STYLING (Purple Neon Gradient)
   ========================================== */
.xoo-el-action-btn {
    width: 100% !important;
    background: linear-gradient(90deg, #6366f1, #7c3aed) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.1s ease;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.xoo-el-action-btn:hover {
    opacity: 0.95;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.5);
}

.xoo-el-action-btn:active {
    transform: scale(0.98);
}

/* ==========================================
   FOOTER NAVIGATION LINKS (Sign Up / Login Toggles)
   ========================================== */
.xoo-el-nav-ft {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 25px;
    cursor: pointer;
    transition: color 0.2s;
}

.xoo-el-nav-ft:hover {
    color: #7c3aed;
    text-decoration: underline;
}

/* Back Arrow Icon inside forgot password page footer view */
.xoo-el-nav-ft .xoo-el-icon-arrow-left2::before {
    content: "← Back to Login";
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
}

/* Terms and Privacy Policy (Register view checkbox alignment) */
.xoo_el_reg_terms_cont label {
    color: #94a3b8;
    font-size: 0.8rem;
    display: block;
    line-height: 1.4;
}

.xoo_el_reg_terms_cont input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #6d28d9;
}

.xoo_el_reg_terms_cont a {
    color: #7c3aed;
    text-decoration: none;
}

/* Lost Password Info text description box style */
.xoo-el-form-txt {
    display: block;
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    top: 26px;
    background-color: transparent;
    color: #3c4e67;
    border: 0px;
    left: 3px;
}

.xoo-aff-group {
    width: calc(100% - 0px);
}


.xoo-el-login-btm-fields input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;

    width: 18px;
    height: 18px;

    background: transparent !important;
    /* no black bg */
    border: 2px solid #36344b !important;
    /* purple border */
    border-radius: 4px;
    accent-color: #6d28d9;
    cursor: pointer;
    position: relative;
}

.xoo-el-login-btm-fields input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    width: 6px;
    height: 12px;

    border: solid #c5c4c7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* register  */


.xoo_el_reg_terms_cont input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    width: 16px;
    height: 16px;

    background: transparent;
    /* unchecked = transparent */
    border: 1px solid #6d28d9;
    /* purple border */
    border-radius: 3px;

    cursor: pointer;
    position: relative;
}

.xoo_el_reg_terms_cont input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    width: 6px;
    height: 12px;

    border: solid #c5c4c7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


span.xoo-el-close,
.xoo-el-notice-close {
    background: #7840ed;

}

span.xoo-el-close {
    color: #f1f5f9;
}

/* Chrome, Safari aur Edge me autofill background ko transparent/gaming theme rakhne ke liye */
.xoo-aff-input-group input:-webkit-autofill,
.xoo-aff-input-group input:-webkit-autofill:hover,
.xoo-aff-input-group input:-webkit-autofill:focus,
.xoo-aff-input-group input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(10, 8, 28, 0.95) inset !important;
    /* Card background match karne ke liye */
    -webkit-text-fill-color: #ffffff !important;
    /* Text color ko white hi rakhne ke liye */
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Jab input field par focus ho aur autofill ho tab border purple dikhe */
.xoo-aff-input-group input:-webkit-autofill:focus {
    border-color: #6d28d9 !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(10, 8, 28, 0.95) inset, 0 0 10px rgba(109, 40, 217, 0.3) !important;
}

/* Chrome, Edge, Safari */
.xoo-el-srcont::-webkit-scrollbar {
    width: 8px;
}

.xoo-el-srcont::-webkit-scrollbar-track {
    background: transparent;
    /* ya light color */
}

.xoo-el-srcont::-webkit-scrollbar-thumb {
    background-color: #6d28d9;
    /* Purple */
    border-radius: 10px;
    border: 2px solid transparent;
}

.xoo-el-srcont::-webkit-scrollbar-thumb:hover {
    background-color: #5b21b6;
    /* Dark purple on hover */
}

/* Firefox */
.xoo-el-srcont {
    scrollbar-width: thin;
    scrollbar-color: #6d28d9 transparent;
    /* border-radius: 15px; */
    border: 1px solid #36344b;
}






/* ========= login /logout ============== */


body.logged-in .cu_login {
    display: none !important;
}

body:not(.logged-in) .cu_logout {
    display: none !important;
}

/* ========================== ========================================= */
/* ========================== ========================================= */




.main-wrapper1 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 8px 40px;


}

.mobile-title {
    display: none;
}

/* .image-ine {
    background-image: url('http://localhost/aftgame/wp-content/themes/generatepress/assets/images/dis.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */

/* --- Upper Layout Panel (Flexbox) --- */
.top-header {


    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    width: 100%;
}

.left-text-block {
    width: 50%;
}

.main-title1 {
    font-size: 70px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 14px;
    line-height: 1.1;
    color: #ffffff;
}

.main-title1 .highlight,
.mobile-title .highlight {
    color: #8b5cf6;
}

.sub-description {
    color: #94a3b8;
    font-size: 23px;
    line-height: 30px;
}

/* --- Graphics Engineering Artwork --- */
.right-art-block {
    position: relative;
    width: 440px;
    height: 240px;
    flex-shrink: 0;
}

.glowing-base {
    position: absolute;
    bottom: 0px;
    right: 35px;
    width: 190px;
    height: 22px;
    background: #060930;
    border: 2px solid #00d2ff;
    border-radius: 50%;
    box-shadow: 0 0 16px #00d2ff, inset 0 0 12px #00d2ff;
}

.glowing-base::before {
    content: '';
    position: absolute;
    top: -7px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 2px solid #3b82f6;
    border-radius: 50%;
    box-shadow: 0 0 25px #3b82f6;
    z-index: -1;
}

.neon-vector {
    position: absolute;
    filter: drop-shadow(0 0 8px currentColor);
    opacity: 0.85;
}

.icon-pad {
    color: #a855f7;
    top: 25px;
    left: 100px;
    transform: rotate(-16deg);
    width: 72px;
}

.icon-star {
    color: #00d2ff;
    bottom: 35px;
    left: 105px;
    width: 28px;
}

.icon-heart {
    color: #ff2a74;
    top: 15px;
    right: 65px;
    transform: rotate(15deg);
    width: 44px;
}

.icon-bolt {
    color: #a855f7;
    bottom: 55px;
    right: 45px;
    transform: rotate(-8deg);
    width: 28px;
}

.board-element {
    position: absolute;
    bottom: 20px;
    right: 85px;
    color: #00d2ff;
    width: 90px;
    filter: drop-shadow(0 0 14px rgba(0, 210, 255, 0.7));
}

.alert-element {
    position: absolute;
    bottom: 12px;
    right: 60px;
    color: #ff2a74;
    width: 58px;
    filter: drop-shadow(0 0 12px rgba(255, 42, 116, 0.8));
    z-index: 2;
}

/* --- Cards Container (Flexbox Grid Variant) --- */
.cards-flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

/* Base Card Block Mechanics */
.card-box {
    background-color: rgba(13, 17, 43, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 26px 28px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 22px;
    /* Calculated sizes for 2 columns minus half gap */
    width: calc(50% - 10px);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.card-box:hover {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

/* Force full width on item #7 */
.row-full {
    width: 100% !important;
}

/* Circle Icon Elements */
.icon-ring {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: rgba(2, 4, 20, 0.4);
}

.icon-ring svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

/* Hex Color Properties from Design Spec */
.border-purple {
    border: 2px solid #4c1d95;
    color: #a855f7;
}

.border-green {
    border: 2px solid #064e3b;
    color: #22c55e;
}

.border-yellow {
    border: 2px solid #713f12;
    color: #eab308;
}

.border-pink {
    border: 2px solid #831843;
    color: #ec4899;
}

.border-blue {
    border: 2px solid #172554;
    color: #3b82f6;
}

/* Inner Content Typography Layout */
.card-inner-text h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    color: #ffffff;
}

.card-inner-text p {
    color: #94a3b8;
    font-size: 18px;
    line-height: 1.65;
}

.custom-anchor {
    color: #a855f7;
    text-decoration: none;
    font-weight: 600;
}

.custom-anchor:hover {
    text-decoration: underline;
}


.image-ine {
    background-image: url('http://localhost/aftgame/wp-content/themes/generatepress/assets/images/dis.png');
    background-size: cover;
    background-position: right center;
    aspect-ratio: 16/9;
    width: 100%;
    display: block;
    position: relative;
    /* enable overlay */
}

/* Overlay covering 10% from the right side */
.image-ine::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2%;
    height: 100%;
    background: #020629;
    opacity: 0.9;
    /* optional translucency */
    background: linear-gradient(to left,
            rgba(2, 6, 41, 1) 0%,
            rgba(2, 6, 41, 0.8) 30%,
            rgba(2, 6, 41, 0.4) 60%,
            rgba(2, 6, 41, 0) 100%);
    pointer-events: none;
}

/* Limit image-ine height and style title */
.image-ine {
    max-height: 507px;
    /* adjust as needed */
    overflow: hidden;
    /* crop overflow */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* keep background on right */
}

.main-title {
    font-size: 3rem;
    /* title size */
    max-width: 60%;
    line-height: 1.2;
    margin: 0;
}



/* Accordion style for cards */
/* .card-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: background 0.3s ease;
}

.card-box::after {
    content: "\276F";
    position: absolute;
    right: 15px;
    top: 30px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 1.2rem;
    color: #fff;
}

.card-box.active::after {
    transform: translateY(-50%) rotate(90deg);
}

.card-box .card-inner-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-box.active .card-inner-text p {
    -webkit-line-clamp: unset;
    overflow: visible;
} */

/* ================================================================ */




/* HERO */
.contact-hero {
    text-align: center;
    padding: 60px 20px;
}

.contact-hero h1 {
    font-size: 48px;
    font-weight: 800;
}

.contact-hero span {
    color: #7b3cff;
}

.contact-hero p {
    color: #aaa;
    max-width: 600px;
    margin: 10px auto;
}

/* GRID */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

/* LEFT BOX */
.contact-info {
    background: rgba(255,255,255,0.05);
    padding: 25px;
    border-radius: 12px;
}

.contact-info h3 {
    margin-bottom: 20px;
}

.info-box {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.info-box i {
    font-size: 20px;
    color: #7b3cff;
}

.social-icons {
    margin-top: 20px;
}

.social-icons i {
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}

/* FORM */
.contact-form-box {
    background: rgba(255,255,255,0.05);
    padding: 25px;
    border-radius: 12px;
}

.contact-form-box h3 {
    margin-bottom: 20px;
}

/* INPUT */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    background: transparent;
    color: #fff;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #aaa;
}

/* ROW */
.form-row {
    display: flex;
    gap: 15px;
}

.form-row input {
    width: 50%;
}

/* BUTTON */
.wpcf7-submit {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #7b3cff, #a855f7);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.wpcf7-submit:hover {
    opacity: 0.9;
}

/* HELP SECTION */
.contact-help {
    margin-top: 40px;
}

.help-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 12px;
}

.faq-btn {
    padding: 10px 20px;
    border: 1px solid #7b3cff;
    color: #7b3cff;
    border-radius: 8px;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        flex-direction: column;
    }

    .form-row input {
        width: 100%;
    }

    .contact-hero h1 {
        font-size: 32px;
    }

    .help-box {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}



/*  =========================== about us page ================================= */




.page-template-about-us-template .site-content {
    display: block;
}


.ph-container {
    max-width: 1500px;
    margin: 0 auto;
}

/* --- HERO SECTION --- */
.ph-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}

.ph-hero-content {
    flex: 1;
    max-width: 550px;
}

.ph-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    text-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.ph-main-title span {
    color:#a855f7;
}

.ph-hero-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #b0aec6;
}

.ph-brand-text {
    color: #a855f7;
    font-weight: 700;
}

/* Pure CSS Cyber Graphics replacing the controller image */
.ph-hero-visual {
    flex: 1;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph-neon-ring-glow {
    position: absolute;
    width: 240px;
    height: 40px;
    background: transparent;
    border: 4px solid #3b82f6;
    border-radius: 50%;
    bottom: 40px;
    transform: rotateX(60deg);
    box-shadow: 0 0 20px #3b82f6, inset 0 0 20px #3b82f6;
    animation: pulseGlow 3s infinite ease-in-out;
}

.ph-controller-fallback {
    font-size: 8rem;
    color: #1e1b4b;
    text-shadow: 0 0 30px #a855f7, 0 0 60px #3b82f6;
    z-index: 2;
    transform: rotate(-10deg);
}

/* Floating Ambient Neon Vectors */
.ph-neon-heart { position: absolute; top: 10%; right: 15%; font-size: 2rem; filter: drop-shadow(0 0 10px #ec4899); }
.ph-neon-lightning { position: absolute; bottom: 20%; right: 10%; font-size: 1.8rem; color: #ca8a04; filter: drop-shadow(0 0 10px #facc15); }
.ph-neon-star { position: absolute; bottom: 30%; left: 15%; font-size: 1.5rem; color: #3b82f6; filter: drop-shadow(0 0 8px #3b82f6); }
.ph-neon-trophy { position: absolute; top: 5%; left: 25%; font-size: 2.2rem; color: #eab308; filter: drop-shadow(0 0 12px #eab308); }

/* --- MISSION & FEATURES --- */
.ph-mission-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 60px;
    align-items: start;
}

.ph-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0 0 15px 0;
    position: relative;
    display: inline-block;
}

.ph-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 40px;
    height: 3px;
    background-color: #a855f7;
}

.ph-mission-text {
    color: #9ca3af;
    line-height: 1.6;
    font-size: 0.95rem;
}

.ph-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.ph-card {
    background-color: #0b0726;
    border: 1px solid #1e1b4b;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.ph-card:hover {
    transform: translateY(-5px);
    border-color: #4338ca;
}

.ph-card-icon {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.icon-purple { color: #c084fc; filter: drop-shadow(0 0 8px #a855f7); }
.icon-pink { color: #f472b6; filter: drop-shadow(0 0 8px #ec4899); }
.icon-blue { color: #60a5fa; filter: drop-shadow(0 0 8px #3b82f6); }
.icon-green { color: #4ade80; filter: drop-shadow(0 0 8px #22c55e); }

.ph-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}

.ph-card p {
    font-size: 0.8rem;
    color: #9ca3af;
    line-height: 1.5;
    margin: 0;
}

/* --- WHY CHOOSE & THANK YOU --- */
.ph-bottom-section {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* Simulated setup display */
.ph-setup-mockup {
    background: #07041a;
    border-radius: 12px;
    border: 1px solid #1e1b4b;
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.ph-screen-glow {
    position: absolute;
    top: 15%; left: 10%; right: 10%; bottom: 15%;
    background: linear-gradient(135deg, #1e1b4b 0%, #311042 100%);
    border: 2px solid #a855f7;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph-inner-screen {
    font-size: 3rem;
    color: #ec4899;
    animation: driveEffect 2s infinite linear;
}

.ph-why-choose {
    background-color: transparent;
}

.ph-why-text {
    font-size: 0.9rem;
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ph-bullets-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.ph-bullets-grid li {
    font-size: 0.9rem;
    color: #e5e7eb;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ph-check {
    background-color: #6366f1;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
}

/* Thank You Box */
.ph-thankyou-card {
    background-color: #0b0726;
    border: 1px solid #1e1b4b;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ph-thankyou-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.ph-thankyou-header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #a855f7;
    letter-spacing: 1px;
}

.ph-thankyou-icon {
    color: #4338ca;
    font-size: 1.4rem;
}

.ph-thankyou-card p {
    font-size: 0.85rem;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.ph-happy-gaming {
    font-weight: 700;
    font-size: 0.95rem;
    color: #ffffff;
}



/* --- ANIMATIONS --- */
@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 15px #3b82f6; }
    50% { box-shadow: 0 0 30px #a855f7; border-color: #a855f7; }
}
@keyframes driveEffect {
    0% { transform: scale(1) rotate(0deg); opacity: 0.7; }
    50% { transform: scale(1.1) rotate(2deg); opacity: 1; }
    100% { transform: scale(1) rotate(0deg); opacity: 0.7; }
}


/* ==========================    contact us ========================================= */


.page-template-contact-us-template .site-content {
    display:block;
}    
/* --- Core Reset & Theme Variables --- */
.cf-page-wrapper {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    padding: 0px 20px;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.cf-page-wrapper *, .cf-page-wrapper *:before, .cf-page-wrapper *:after {
    box-sizing: border-box;
}

/* Background Decorative Glowing Icons */
.cf-bg-icon {
    position: absolute;
    color: rgba(147, 51, 234, 0.07);
    font-size: 8rem;
    pointer-events: none;
    z-index: 0;
}
.cf-bg-gamepad { top: 5%; left: 8%; transform: rotate(-15deg); color: rgba(109, 40, 217, 0.1); font-size: 10rem;}
.cf-bg-headset { top: 12%; right: 5%; transform: rotate(15deg); color: rgba(109, 40, 217, 0.08); font-size: 9rem;}

.cf-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* --- Header Section --- */
.cf-header {
    text-align: center;
    margin-bottom: 50px;
}
.cf-header h1 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    color: #ffffff;
}
.cf-header h1 span {
    color: #a855f7;
}
.cf-header p {
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
}

/* --- Main Layout Grid --- */
.cf-main-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.cf-sidebar {
    flex: 1;
    background: #13112f;
    border: 1px solid #1e2243;
    border-radius: 12px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cf-form-container {
    flex: 2;
    background: #02053675;
    border: 1px solid #1e2243;
    border-radius: 12px;
    padding: 40px;
}

/* --- Sidebar Style Rules --- */
.cf-sidebar-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #fff;
}

.cf-info-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.cf-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.cf-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    border: 1px solid transparent;
}

/* Individual Icon Borders & Colors */
.icon-email { color: #a855f7; border-color: rgba(168, 85, 247, 0.4); background: rgba(168, 85, 247, 0.05); }
.icon-chat { color: #0ea5e9; border-color: rgba(14, 165, 233, 0.4); background: rgba(14, 165, 233, 0.05); }
.icon-office { color: #22c55e; border-color: rgba(34, 197, 94, 0.4); background: rgba(34, 197, 94, 0.05); }
.icon-time { color: #eab308; border-color: rgba(234, 179, 8, 0.4); background: rgba(234, 179, 8, 0.05); }

.cf-info-content h4 {
    margin: 0 0 4px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}
.cf-info-content p, .cf-info-content a {
    margin: 0;
    color: #94a3b8;
    font-size: 0.9rem;
    text-decoration: none;
    line-height: 1.5;
}

/* Social Icons */
.cf-social-wrap p {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 600;
}
.cf-social-icons {
    display: flex;
    gap: 12px;
}
.cf-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: transform 0.2s ease, filter 0.2s ease;
}
.cf-social-btn:hover { transform: translateY(-3px); filter: brightness(1.2); }
.social-discord { background-color: #5865F2; }
.social-facebook { background-color: #1877F2; }
.social-twitter { background-color: #1DA1F2; }
.social-instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.social-youtube { background-color: #FF0000; }

/* --- Contact Form 7 Clean Framework overrides --- */
.cf-form-container h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
}

/* Grid architecture */
.cf7-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}
.cf7-col-6 {
    flex: 1;
}
.cf7-row {
    margin-bottom: 20px;
}

.cf7-grid p ,.cf7-row p , .cf7-row{
    margin-bottom:0px;
}

.wpcf7-form-control-wrap input{
    margin-bottom: 0px;
}
/* Hiding default labels visually since design utilizes crisp placeholders */
.cf-form-container label {
    display: none; 
}

.cf-form-container input[type="text"],
.cf-form-container input[type="email"],
.cf-form-container textarea {
    width: 100%;
    background: #12152f;
    border: 1px solid #232851;
    border-radius: 8px;
    padding: 16px 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cf-form-container input:focus,
.cf-form-container textarea:focus {
    outline: none;
    border-color: #a855f7;
    box-shadow: 0 0 8px rgba(168, 85, 247, 0.2);
}

.cf-form-container textarea {
    height: 150px;
    resize: vertical;
}

/* Submit Action Button styling */
.cf7-submit-wrap {
    margin-top: 25px;
    position: relative;
}
.cf-form-container input[type="submit"] {
    width: 100%;
    background: #6d28d9;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}
.cf-form-container input[type="submit"]:hover {
    background: #7c3aed;
}

/* Appending Arrow Icon matching the custom Submit UI design */
.cf7-submit-wrap::after {
    content: "\f1d8"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 254px;
    top: 27%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    font-size: 15px;
}

/* --- Footer Help Banner Bar --- */
.cf-footer-bar {
    background: #13112f;
    border: 1px solid #1e2243;
    border-radius: 12px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cf-footer-left {
    display: flex;
    align-items: center;
    gap: 25px;
}
.cf-footer-gaming-icon {
    font-size: 3rem;
    color: #a855f7;
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.4));
}
.cf-footer-text h3 {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.cf-footer-text p {
    margin: 0;
    color: #94a3b8;
    font-size: 0.9rem;
}
.cf-faq-btn {
    border: 1px solid #334155;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: background 0.3s, border-color 0.3s;
}
.cf-faq-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #6d28d9;
    color:#6d28d9;
}

/* ====================================================================== */
/* Terms & Conditions Template Custom Styling */
/* ====================================================================== */
.terms-content-area {
    color: #a0aec0;
    font-size: 17px;
    line-height: 1.8;
}
.terms-content-area h1,
.terms-content-area h2,
.terms-content-area h3,
.terms-content-area h4,
.terms-content-area h5,
.terms-content-area h6 {
    color: #ffffff;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.terms-content-area h1 { font-size: 32px; }
.terms-content-area h2 { font-size: 26px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding-bottom: 10px; }
.terms-content-area h3 { font-size: 21px; }
.terms-content-area h4 { font-size: 18px; }

.terms-content-area p {
    margin-bottom: 20px;
}

.terms-content-area ul,
.terms-content-area ol {
    margin: 0 0 25px 25px;
}

.terms-content-area ul {
    list-style-type: disc;
}

.terms-content-area ol {
    list-style-type: decimal;
}

.terms-content-area li {
    margin-bottom: 10px;
}

.terms-content-area a {
    color: #60a5fa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.terms-content-area a:hover {
    color: #3b82f6;
    text-decoration: underline;
}


/* ============= */

/* Custom Bullet List */
.custom-bullets {
    margin-top: 10px;
    padding-left: 18px;
}

.custom-bullets li {
    list-style: none;
    position: relative;
    margin-bottom: 6px;
    padding-left: 18px;
    font-size: 16px;
    color: #bfc7ff;
}

.custom-bullets li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #7c5cff; /* neon purple */
    font-size: 18px;
    line-height: 1;
}

.custom-bullets {
    margin-left: 0px;
    padding-left: 5px;
}

.footer-center p , .footer-right p{
    margin-bottom: 0px;
}

.footer-link {
    color: #fff !important;

}

.footer-center a:hover{
    color: #7332df !important;
}

/* ===================== site map ====================== */


.sitemap-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px;
    color: #fff;
}

.sitemap-header {
    text-align: center;
    margin-bottom: 40px;
}

.sitemap-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.sitemap-header p {
    color: #aaa;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.sitemap-box {
    background: #0b0f29;
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s;
}

.sitemap-box:hover {
    transform: translateY(-5px);
}

.sitemap-box h2 {
    font-size: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #6c5ce7;
    padding-left: 10px;
}

.sitemap-box ul {
    list-style: none;
    padding: 0;
}

.sitemap-box ul li {
    margin-bottom: 8px;
}

.sitemap-box ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.2s;
}

.sitemap-box ul li a:hover {
    color: #6c5ce7;
    padding-left: 5px;
}


/* ======================================= 404 ============================= */

.container111 {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

.h404_h1 {
    font-size: 100px;
    margin: 0;
    color: #6c5ce7;
    font-weight: 700;
}

.g404_h2 {
    margin: 10px 0;
}

.g404_p {
    color: #aaa;
    margin-bottom: 25px;
}

.buttons_404 a {
    display: inline-block;
    margin: 10px;
    padding: 12px 25px;
    background: #6c5ce7;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.buttons_404 a:hover {
    background: #4834d4;
}

.buttons_404 .alt {
    background: #00cec9;
}

.buttons_404 .alt:hover {
    background: #00a8a5;
}

.error404{
    background: linear-gradient(135deg, #0b0f2a, #05091d) !important; 
    background: transparent;
    color: white;
}

.error404 .entry-title{
    text-align: center;
    color: #ffffff;
}

/* ======================= DMCA ============================ */

/* ==========================================================================
   RESET & SETUP
   ========================================================================== */


:root {
  --dm-deep-space: #060219;
  --dm-translucent-indigo: rgba(11, 6, 38, 0.82);
  --dm-neon-magenta: #ec4899;
  --dm-neon-violet: #a855f7;
  --dm-neon-cyan: #22d3ee;
  --dm-neon-amber: #f97316;
  --dm-neon-emerald: #10b981;
  --dm-border-ether: rgba(168, 85, 247, 0.25);
  
  --dm-font-body: 'Poppins', sans-serif;
  --dm-font-heading: 'Rajdhani', sans-serif;
  --dm-font-ui: 'Oxanium', sans-serif;
}

.page-template-dmca-template .ph-setup-mockup{
    position: static;
}

.dm-wrapper {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0px 40px;
}

/* ==========================================================================
   HEADER / HERO INTERFACE
   ========================================================================== */
.dm-header-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 10px 0;
}

.dm-header-content {
  flex: 1;
  max-width: 680px;
}

.dm-hero-title {
  font-family: var(--dm-font-heading);
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 4px;
}

.dm-accent-gradient {
  background: linear-gradient(90deg, #d946ef, var(--dm-neon-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dm-title-underline {
  width: 70px;
  height: 4px;
  background: var(--dm-neon-magenta);
  margin-bottom: 24px;
  border-radius: 2px;
}

.dm-hero-subtitle {
  color: #94a3b8;
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 400;
}

.dm-brand-highlight {
  color: var(--dm-neon-magenta);
  font-weight: 600;
}

/* Header Graphic Core Setup */
.dm-header-graphic-box {
  position: relative;
  width: 420px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.dm-glowing-back-sphere {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
}

.dm-sphere-cyan {
  width: 160px;
  height: 160px;
  background: var(--dm-neon-cyan);
  top: 0;
  right: 20%;
}

.dm-sphere-magenta {
  width: 140px;
  height: 140px;
  background: var(--dm-neon-magenta);
  bottom: 0;
  left: 20%;
}

.dm-shield-stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.dm-svg-shield {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 10px;
  right: 60px;
  filter: drop-shadow(0 0 25px rgba(59, 130, 246, 0.4));
}

.dm-svg-gavel {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  right: 0;
  transform: rotate(15deg);
  filter: drop-shadow(0 0 15px rgba(168, 85, 247, 0.5));
}

.dm-svg-gamepad {
  position: absolute;
  width: 190px;
  height: 114px;
  bottom: 10px;
  left: 40px;
  z-index: 5;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.7));
}

/* ==========================================================================
   CENTRAL DISPLAY BOARD (3 COLUMNS)
   ========================================================================== */
.dm-info-board {
  background: var(--dm-translucent-indigo);
  border: 1px solid var(--dm-border-ether);
  border-radius: 18px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 45px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
}

.dm-board-column {
  display: flex;
  flex-direction: column;
}

.dm-board-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.dm-icon-plate {
  color: #c026d3;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.dm-icon-plate svg {
  width: 100%;
  height: 100%;
}

.dm-column-heading {
  font-family: var(--dm-font-body);
  font-size: 1.35rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
}

/* Column One Specification */
.dm-column-tip {
  font-size: 20px;
  color: #94a3b8;
  margin-bottom: 18px;
}

.dm-requirement-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 5px;
}

.dm-requirement-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.dm-bullet {
  color: #bc62ff;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1px;
}

.dm-requirement-list p {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.5;
  margin-bottom: 0px;
}

/* Column Two Specification */
.dm-communication-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom:5px;
}

.dm-communication-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dm-circular-icon-container {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.08);
  border: 1px solid rgba(168, 85, 247, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c084fc;
  flex-shrink: 0;
}

.dm-circular-icon-container svg {
  width: 20px;
  height: 20px;
}

.dm-meta-field {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dm-field-tag {
  font-size: 16px;
  text-transform: uppercase;
  color: #727a86;
  letter-spacing: 0.5px;
}

.dm-field-link {
  font-family: var(--dm-font-ui);
  font-size: 0.92rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.dm-field-link:hover {
  color: var(--dm-neon-magenta);
}

.dm-action-trigger-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(90deg, #9333ea, #c084fc);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-family: var(--dm-font-ui);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.35);
  transition: opacity 0.2s, transform 0.2s;
}

.dm-action-trigger-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.dm-btn-svg {
  width: 18px;
  height: 18px;
}

/* Column Three Specification */
.dm-response-duration-statement {
  font-size: 18px;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 24px;
}

.dm-colored-duration {
  color: var(--dm-neon-magenta);
  font-weight: 600;
  text-shadow: 0 0 12px rgba(236, 72, 153, 0.4);
}

.dm-cyber-screen-container {
  position: relative;
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.dm-cyber-screen-reflection {
  position: absolute;
  width: 70%;
  height: 50px;
  background: var(--dm-neon-magenta);
  filter: blur(35px);
  opacity: 0.25;
  top: 15px;
}

.dm-console-mock {
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dm-mock-monitor {
  width: 100%;
  height: 120px;
  background: #09051c;
  border: 2px solid #334155;
  border-radius: 8px;
  padding: 8px;
}

.dm-mock-inner-artwork {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #11072c 0%, #1e0b4a 100%);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.dm-mock-inner-artwork::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: -10px;
  width: 120%;
  height: 2px;
  background: var(--dm-neon-magenta);
  transform: rotate(-15deg);
  box-shadow: 0 0 8px var(--dm-neon-magenta);
}

.dm-mock-stand {
  width: 16px;
  height: 20px;
  background: #1e293b;
}

.dm-mock-base {
  width: 80px;
  height: 6px;
  background: #334155;
  border-radius: 3px;
}

/* ==========================================================================
   BOTTOM MATRIX FEATURE CARDS (5 NODES)
   ========================================================================== */
.dm-matrix-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.dm-matrix-node {
  background: rgba(9, 5, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: border-color 0.25s, transform 0.25s;
}

.dm-matrix-node:hover {
  transform: translateY(-4px);
}

.dm-node-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
}

.dm-node-icon svg {
  width: 100%;
  height: 100%;
}

.dm-node-title {
  font-family: var(--dm-font-body);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.dm-node-caption {
  font-size: 16px;
  color: #8c9aaa;
  line-height: 20px;
}

/* Node Variants Colors mapping accurately to image */
.dm-node-magenta { border-top: 2px solid var(--dm-neon-magenta); }
.dm-node-magenta .dm-node-icon { color: var(--dm-neon-magenta); }
.dm-node-magenta .dm-node-title { color: var(--dm-neon-magenta); }

.dm-node-amber { border-top: 2px solid var(--dm-neon-amber); }
.dm-node-amber .dm-node-icon { color: var(--dm-neon-amber); }
.dm-node-amber .dm-node-title { color: var(--dm-neon-amber); }

.dm-node-cyan { border-top: 2px solid #06b6d4; }
.dm-node-cyan .dm-node-icon { color: #06b6d4; }
.dm-node-cyan .dm-node-title { color: #06b6d4; }

.dm-node-emerald { border-top: 2px solid var(--dm-neon-emerald); }
.dm-node-emerald .dm-node-icon { color: var(--dm-neon-emerald); }
.dm-node-emerald .dm-node-title { color: var(--dm-neon-emerald); }

.dm-node-violet { border-top: 2px solid #c084fc; }
.dm-node-violet .dm-node-icon { color: #c084fc; }
.dm-node-violet .dm-node-title { color: #c084fc; }

/* ==========================================================================
   FOOTER STRIP BANNER
   ========================================================================== */
.dm-footer-banner-strip {
  background: rgba(10, 5, 31, 0.85);
  border: 1px solid var(--dm-border-ether);
  border-radius: 14px;
  padding: 18px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.dm-strip-left-segment, .dm-strip-right-segment {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dm-strip-icon-container {
  width: 28px;
  height: 28px;
  color: var(--dm-neon-violet);
  flex-shrink: 0;
}

.dm-strip-icon-container svg, .dm-handshake-wrapper svg {
  width: 100%;
  height: 100%;
}

.dm-strip-primary-text {
  font-size: 18px;
  color: #cbd5e1;
  margin-bottom: 0px;
}

.dm-strip-announcement {
  font-size: 18px;
  font-weight: 500;
  color: var(--dm-neon-magenta);
  margin-bottom: 0px;
}

.dm-handshake-wrapper {
  width: 32px;
  height: 32px;
  color: #6366f1;
  flex-shrink: 0;
}

h5.ca_t_name {
    font-size: 12px;
    padding-left: 10px;
    color: #a0aec0;
    margin: 0px;
}

h5.ca_t_name:hover{
    color: #a0aec0;
}


/* ==========================================================================
   STRICT RESPONSIVE GRID / MOBILE VIEW OVERRIDES
   ========================================================================== */

/* Tablet Optimization Dynamic Break */
@media (max-width: 1100px) {
  .dm-info-board {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  
  .dm-info-board .dm-board-column:nth-child(1) {
    grid-column: span 2;
  }
  
  .dm-matrix-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .dm-matrix-node:nth-child(4), .dm-matrix-node:nth-child(5) {
    grid-column: span 1;
  }
}

/* Mobile Layout Core Isolation Breakpoint */
@media (max-width: 768px) {
  body.dm-body {
    padding: 24px 14px;
  }

  .dm-header-panel {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  
  .dm-hero-title {
    font-size: 3rem;
  }
  
  .dm-title-underline {
    margin: 0 auto 24px auto;
  }
  
  .dm-header-graphic-box {
    width: 100%;
    max-width: 360px;
    height: 200px;
  }

  .dm-info-board {
    grid-template-columns: 1fr;
    padding: 24px 0px;
    gap: 40px;
  }

  .dm-info-board .dm-board-column:nth-child(1) {
    grid-column: span 1;
  }

  .dm-matrix-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dm-footer-banner-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0px;
    gap: 20px;
  }

  .dm-strip-right-segment {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px;
  }

  .dm-header-panel {
    position: relative;
    overflow: hidden;
  }

  .dm-header-panel::before {
    content: "";
    position: absolute;
    inset: 0;
   background: rgb(3 2 2 / 70%);
    z-index: 1;
  }

  .dm-header-content {
    position: relative;
    z-index: 2;
  }

  .dm-hero-subtitle {
    color: #fff;
  }
}


/* ============ sitemap ========================= */

/* Search Container */
#primary-menu .menu-search .is-search-form {
    background: #0a0e28 !important;
    border: 1px solid #17215f !important;
    border-radius: 50px !important;
    padding: 5px 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Input */
#primary-menu .menu-search .is-search-input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #ffffff !important;
    padding: 6px !important;
    font-size: 14px !important;
    width: 150px !important;
}

/* Placeholder */
#primary-menu .menu-search .is-search-input::placeholder {
    color: #6c78c5 !important;
}

/* Button */
#primary-menu .menu-search .is-search-submit {
    background: #17215f !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 6px 10px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.3s !important;
}

/* Blue Icon */
#primary-menu .menu-search .is-search-icon svg {
    fill: #fff !important;
    width: 25px !important;
    height: 25px !important;
}

/* Hover Effect */
#primary-menu .menu-search .is-search-submit:hover {
    background: #1f2a75 !important;
}

#primary-menu .menu-search .is-search-submit:hover svg {
    fill: #60a5fa !important;
}

.is-form-style .is-search-submit path {
    fill: #fff !important;
}

/* Glow effect (gaming UI 🔥) */
#primary-menu .menu-search .is-search-form {
    box-shadow: 0 0 12px rgba(59,130,246,0.2) !important;
}

.is-form-style input.is-search-submit, .is-search-icon  {
    background: none !important;
    border: none !important;
}



/* Reactions Right mobile adjustment: Hides text, shows only icons */
@media screen and (max-width: 768px) {
    .reactions-right .action-link-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 8px !important;
        border: none !important;
        background: #202738 !important;
        color: #fff !important;
        cursor: pointer !important;
        font-size: 0 !important; /* Hides text nodes like "Share", "Report", "Fullscreen" */
        min-width: 36px !important;
        max-width: 36px !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* Hide the Favorites span text completely */
    .reactions-right .action-link-btn #fav-text {
        display: none !important;
    }
    
    /* Center icons properly */
    .reactions-right .action-link-btn i {
        font-size: 14px !important;
        margin: 0 !important;
    }

    .reactions-right {
        margin-right: 0 !important;
        width: 50% !important;
       
    }
}


/* ================= ai ================== */


/* --- AI Main Container (Darkened Background) --- */
.ai-summary-container {
    display: inline-flex;
    align-items: center;
    background-color: #0b0d13; /* Pehle se zyaada dark background taaki logos merge na ho */
    border: 1px solid #1e2633;  /* Clean slate border */
    border-radius: 8px;
    padding: 12px 20px;
    gap: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Stronger shadow depth ke liye */
    font-family: Arial, sans-serif;
}

/* Left side text styling */
.ai-text {
    color: #9aa0a6;
    font-size: 15px;
    font-weight: 500;
}

/* Buttons row gap wrapper */
.ai-buttons-wrapper {
    display: flex;
    gap: 12px; /* Thoda gap badha diya hai */
}

/* --- Round Buttons Base Class (With Outlines) --- */
.ai-btn {
    width: 38px;  /* Size thoda sa bada kiya hai taaki logo saaf dikhe */
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15); /* Halka white border taaki dark background par har circle alag se dikhe */
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    cursor: pointer;
}

/* Hover Animation Effect */
.ai-btn:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.2); /* Hover par halka glow effect */
}

/* --- Image Inside Button Controlling --- */
.ai-btn img {
    width: 55%;        
    height: 55%;
    object-fit: contain; 
    pointer-events: none; 
}

/* --- Platform Brand Colors (Brightened for Contrast) --- */
.chatgpt { 
    background-color: #10a37f; 
}
.perplexity { 
    background-color: #19938c; 
}
.claude { 
   background-color: #d97753;  /* High contrast background */
}
.gemini { 
    background-image: linear-gradient(135deg, #1a73e8, #9c27b0); 
}


/* ----------------------- */


.see_wrape {
    display: flex;
    justify-content: space-between;
    
}

.see_more_games {
    padding: 6px 12px;
    border: 1px solid #525252;
    margin-bottom:20px;
    border-radius: 10px;
}

.see_more_games:hover{
    color: #fff;
    background-color: #7c3aed;
}



.top_box img {
    width: 24px;
    height: 24px;
}


.top_box {
    display: flex;
    flex-direction: column;   /* 👈 stack vertically */
    align-items: center;      /* 👈 center horizontally */
    text-align: center;
    justify-content: space-evenly;
}

.top_box img {
    width: 60px; /* adjust if needed */
    height: auto;
    display: block;
    margin-bottom: 8px; /* space between image & text */
}

.top_box span {
    display: block;
    font-size: 16px;
    color: #fff; /* change as per your design */
}

.menu-bar-items > *:nth-child(2) {
    display: none !important;
}




/* Link style */
.overflow-x-auto td a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease;
}

/* Hover = white */
.overflow-x-auto td a:hover {
    color: #ffffff;
}

/* Default strong → white */
.game-description-text strong,
.game-description-text b {
    color: #ffffff !important;
}

/* Anchor ke andar strong → purple */
.game-description-text a strong,
.game-description-text a b {
    color: #a855f7 !important;
}

/* Anchor khud bhi purple */
.game-description-text a {
    color: #a855f7 !important;
}

/* Hover me bhi same */
.game-description-text a:hover {
    color: #a855f7 !important;
}



.cloudarcade_game-template-default h3,
.cloudarcade_game-template-default .cloudarcade-game-categories {
    display: none !important;
}