.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-35 .elementor-element.elementor-element-6a7fcf1{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-35 .elementor-element.elementor-element-88d42be{border-style:dashed;border-width:0px 0px 1px 0px;}.elementor-35 .elementor-element.elementor-element-5778b52{--display:flex;--min-height:598px;}.elementor-35 .elementor-element.elementor-element-a4ffaa5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-a4ffaa5:not(.elementor-motion-effects-element-type-background), .elementor-35 .elementor-element.elementor-element-a4ffaa5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D1421;}@media(min-width:768px){.elementor-35 .elementor-element.elementor-element-5778b52{--content-width:1188px;}}@media(max-width:767px){.elementor-35 .elementor-element.elementor-element-6a7fcf1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-88d42be{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:10px 10px 10px 10px;border-width:0px 0px 1px 0px;}}/* Start custom CSS for html, class: .elementor-element-88d42be *//* ====== GLOBAL CONTAINER ====== */
.game-page-wrapper {
    font-family: 'Poppins', sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.game-page-wrapper * {
    box-sizing: border-box;
}

/* ====== HEADER CARD ====== */
.game-header-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0px 0 10px;
}

.game-header-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    display: block;
}

.game-header-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    overflow: hidden;
}

.game-header-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
}

.game-header-dev {
    font-size: 13px;
    font-weight: 500;
    color: #8a8a8a;
    margin: 0;
}

.game-header-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.stars {
    color: #FFB400;
    font-size: 14px;
    letter-spacing: 1px;
}

.rating-num {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

/* ====== ABOUT THIS APP ====== */
.about-app-section {
    margin: 24px 0;
}

.about-title, .section-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.info-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    min-width: 0;
}

.info-icon {
    font-size: 15px;
    background: rgba(255,255,255,0.25);
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    overflow: hidden;
}

.info-label {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.info-value {
    font-size: 13.5px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-blue   { background: linear-gradient(135deg, #5B7FFF, #7C5CFF); }
.card-green  { background: linear-gradient(135deg, #1FD1A1, #19B894); }
.card-orange { background: linear-gradient(135deg, #FF9966, #FF6B35); }
.card-purple { background: linear-gradient(135deg, #B968F5, #8E54E9); }

/* ====== SCREENSHOTS ====== */
.screenshot-wrapper {
    position: relative;
    width: 100%;
}

.screenshot-scroll {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0 12px;
    scrollbar-width: none;
    width: 100%;
}

.screenshot-scroll::-webkit-scrollbar {
    display: none;
}

.screenshot-scroll img {
    scroll-snap-align: start;
    height: 190px;
    width: auto;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

/* ====== CONTENT SECTIONS ====== */
.game-content-section {
    margin: 0 0 24px;
}

.section-text {
    font-size: 14px;
    line-height: 1.75;
    color: #4a4a4a;
    margin: 0;
}

.acf-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.acf-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: #333;
    line-height: 1.5;
    background: #f5f6f8;
    padding: 12px 14px;
    border-radius: 12px;
}

.list-icon {
    flex-shrink: 0;
    font-size: 14px;
}

/* ====== GET THE APP BUTTONS ====== */
.get-app-buttons {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.store-btn {
    flex: 1;
    text-align: center;
    background: linear-gradient(135deg, #2ECC71, #27AE60);
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 10px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    transition: transform 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
}

.store-btn:hover {
    transform: translateY(-2px);
}

.store-btn-dark {
    background: linear-gradient(135deg, #2c2c2c, #000);
}

.btn-icon {
    font-size: 14px;
}

/* ====== ADS - FULLY RESPONSIVE ====== */
.ad-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.ad-label {
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    font-weight: 500;
}

.ad-wrapper > div {
    width: 100%;
    max-width: 970px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .ad-wrapper > div {
        max-width: 728px;
    }
}

@media (max-width: 767px) {
    .ad-wrapper > div {
        max-width: 320px;
    }
    .ad-label {
        font-size: 9px;
    }
}

/* ====== MOBILE RESPONSIVE (GENERAL SECTIONS) ====== */
@media (max-width: 600px) {
    .game-page-wrapper {
        padding: 0 4px;
    }
    .game-header-icon {
        width: 80px;
        height: 80px;
        min-width: 68px;
        border-radius: 15px;
    }
    .game-header-title {
        font-size: 23px;
    }
    .game-header-dev {
        font-size: 15px;
    }
    .info-card {
        padding: 10px 11px;
    }
    .screenshot-scroll img {
        height: 140px;
    }
    .about-title, .section-title {
        font-size: 15px;
    }
    .section-text, .acf-list li {
        font-size: 12.5px;
    }
    .store-btn {
        font-size: 12px;
        padding: 11px 8px;
    }
}

@media (max-width: 360px) {
    .store-btn {
        font-size: 11px;
        padding: 10px 6px;
    }
    .btn-icon {
        font-size: 12px;
    }
}







.game-header-card img{
    border-radius:15px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68108f7 */.site-footer {
    background: #0d1421;
    padding: 24px 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer-links a {
    color: #c9d1e0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-copyright {
    color: #7a8499;
    font-size: 13px;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .site-footer {
        padding: 18px 12px;
    }
    .footer-links {
        gap: 14px;
    }
    .footer-links a {
        font-size: 12.5px;
    }
    .footer-copyright {
        font-size: 11.5px;
    }
}

@media (max-width: 80px) {
    .footer-links {
        flex-direction: column;
        gap: 8px;
    }
}/* End custom CSS */