/* .border-r20{border-radius:var(--space-2xs);} */
.border-r20{border-top-left-radius: 20px;
    border-top-right-radius: 20px;}
.games-items .card-img-top{height:200px !important;object-fit: cover; max-width: none !important;}
.slick-prev:before, .slick-next:before{background-image: url("../images/arrow.png");background-repeat: no-repeat;background-position: center;color: transparent;transform: rotate(180deg);}
.latest-games-slider .slick-next{top:100%; position: absolute;right: 45%;transform: translateX(-50%);z-index: 100;background-color: var(--color-secondary);width: 40px;
    height: 40px;
    border-radius: 50%;}
.latest-games-slider .slick-prev{top:100%; position: absolute;left: 45%;transform: translateX(-50%);z-index: 100;background-color:var(--color-secondary);width: 40px;
    height: 40px;
    border-radius: 50%;
transform: rotate(180deg);}
.latest-games-slider .slick-prev.slick-disabled, .latest-games-slider .slick-next.slick-disabled{opacity: .5;}
.continue-items img{height:148px !important;object-fit: cover;}
.continue-playing-slider .slick-prev{top: 100%;
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: var(--color-secondary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: rotate(180deg);}
.continue-playing-slider .slick-next{    top: 100%;
    position: absolute;
    right: 45%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: var(--color-secondary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.most-played-section .continue-items img{height:350px;}
.height-multiplayer{height: 148px !important; object-fit: cover;}
.navbar .form-control {
    height: 40px;
    border-radius: 30px;
}

.search-bar {
    padding-right: 45px;
}

.search-icon,
.close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

/* Remove default search input clear button (Chrome, Edge, Safari) */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Remove default styling */
input[type="search"] {
    -webkit-appearance: none;
}
.copy-link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.copy-link span {
    font-weight: 500;
    color: inherit;
}

.fit-cover{
    object-fit: cover;
        max-width: none !important
}
.below_iframe{
    background-color: #EBEBEB;
}






/* design by archgames */

/* category bar design start here  */
    .category-wrapper {
        position: relative;
    }
    .category-bar {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        gap: 12px;
        padding: 10px 0;
    }
    .cat-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        height: 80px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 2px 10px rgba(46, 139, 250, .15);
        text-decoration: none;
        transition: .3s;
    }

    .cat-card:hover {
        transform: scale(1.08);
        background: #eaf3ff;
    }

    .cat-img {
        width: 36px;
        height: 36px;
        margin-bottom: 6px;
    }

    .cat-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .cat-name {
        font-size: 14px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000;
        font-weight: 700;
    }

    .more-btn {
        background: #f2f7ff;
        cursor: pointer;
    }

    #moreCategories {
        display: none;
        position: absolute;
        top: 100% !important;
        left: 0;
        width: 100%;
        /* FIXED */
        z-index: 999999;
        background: #fff;
        padding: 15px;
        border-radius: 12px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    }

    #moreCategories.open {
        display: block;
    }

    #moreCategories .category-bar {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        gap: 12px;
    }

    .card-img-top1 {
        width: 100%;
        height: 100px !important;
        object-fit: cover;
        max-width: none !important;
    }

   

    /* MAIN WRAPPER */
    .ad-horizontal {
        max-width: 970px;  
    margin: 30px auto;  
        padding: 20px 15px;
        background: #f5f7fb;
        text-align: center;
        border-radius: 12px;
        overflow: hidden;
    }

    /* SMALL LABEL */
    .ad-label {
        font-size: 11px;
        color: #999;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: .5px;
    }


    .ad-box {
        max-width: 970px;
        margin: 0 auto;
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ad-box img,
    .ad-box iframe {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }


   /* ================= TOP GAMES SECTION ================= */

    .top-games-section {
        background: #f3f4f6;
        padding: 20px;
        
    }

    .top-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }

   

    .slider-row {
        display: flex;
        gap: 10px;
    }

    .left-btn-wrap,
    .right-group {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;

    }

    .slider-area {
        flex: 1;
        overflow: hidden;
    }


    .top-games-slider .item {
        padding: 5px;
    }

    /* WRAPPER */
.top-games-slider .img-wrap {
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

/* IMAGE */
.top-games-slider .img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* ZOOM EFFECT */
.top-games-slider .img-wrap:hover img {
    transform: scale(1.08);
}

/* GRADIENT OVERLAY */
.top-games-slider .img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.3),
        transparent
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* SHOW GRADIENT ON HOVER */
.top-games-slider .img-wrap:hover::after {
    opacity: 1;
}

/* TITLE */
.game-title {
    position: absolute;
    bottom: 8px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;

    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;

    z-index: 2;
}

/* SHOW TITLE ON HOVER */
.top-games-slider .img-wrap:hover .game-title {
    opacity: 1;
    transform: translateY(0);
}

    .slider-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: none;
        background: #ffffff;
        cursor: pointer;

        display: flex;
        align-items: center;
        justify-content: center;

        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }

    .slider-btn:hover {
        background: #f1f1f1;
    }

    .slider-btn.disabled {
        opacity: 0.4;
        pointer-events: none;
    }
    .slick-prev,
    .slick-next {
        display: none !important;
    }

    

    /* trending category section start here */
    
    /* SECTION */

    .slick-slider {
        margin-bottom: 0 !important;
    }

    .trending-section {
        background: #f3f4f6;
        padding: 20px;
       
    }

    /* HEADER */
    .trending-header {
        margin-bottom: 10px;
    }

    /* SLIDER ROW */
    .slider-row {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* LEFT + RIGHT BTN ALIGN FIX */
    .left-btn-wrap,
    .right-group {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        /* match circle */
    }

    /* SLIDER */
    .slider-area {
        flex: 1;
        overflow: hidden;
    }

    /* ITEM */
    .trending-slider .item {
        padding: 5px;
    }

    /* ROUND IMAGE */
    .trend-img {
        width: 90px;
        height: 90px;
        margin: auto;
        border-radius: 50%;
        background: #fff;

        display: flex;
        align-items: center;
        justify-content: center;

        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    /* IMAGE */
    .trend-img img {
        width: 70%;
        height: 70%;
        object-fit: contain;
        transition: 0.4s;
    }

    /* HOVER */
    .trend-img:hover img {
        transform: scale(1.1);
    }

    /* BUTTON */
    .slider-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: none;
        background: #fff;
        cursor: pointer;

        display: flex;
        align-items: center;
        justify-content: center;

        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    /* DISABLED */
    .slider-btn.disabled {
        opacity: 0.4;
        pointer-events: none;
    }

    /* REMOVE SLICK DEFAULT */
    .slick-prev,
    .slick-next {
        display: none !important;
    }

    


     











