/*
Theme Name: Yono Rummy
Theme URI: http://codearoma/
Author: codearoma
Author URI: https://codearoma.com/
Description: CodeAroma Technologies mainly focuses on Website development, Application development, Software development, Online Marketing Services and Branding. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codearoma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/

/* Start Default CSS*/
/*Custom Form*/
.form-group textarea,
.form-group input[type="email"],
.form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    margin-bottom: 15px;
}

button.refresh-captcha {
    background: #fff;
    color: #000;
    padding: 13px 16px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    border: 1px solid var(--primary);
}

.refresh-captcha:hover {
    background-color: #e0e0e0;
}

.custom-file-upload {
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
    border: 1px solid var(--primary);
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #000;
    text-align: left;
    transition: all 0.3s ease;
    width: 100%;
}

.custom-file-upload:hover {
    background-color: #f0f0f0;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.file-name {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
    word-break: break-all;
    position: absolute;
    right: 25px;
    top: 6px;
}

.form-group {
    position: relative;
}

.captcha {
    font-weight: 700;
    font-size: 25px;
    padding: 8px 0px;
    background-color: #fff;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Shadows Into Light', cursive;
    font-style: normal;
    letter-spacing: 5px;
    border: 1px solid var(--primary);
    border-radius: 7px;
}

.captcha-error {
    color: red;
    display: none;
    position: absolute;
}

/*Multi Slider*/
.slider-container {
    width: 100%;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-slide {
    flex: 0 0 auto;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 10px;
}

.slider-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.slider-button-next {
    right: 10px;
}

.slider-button-prev {
    left: 10px;
}

.slider-pagination {
    text-align: center;
    margin-top: 10px;
}

.slider-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.slider-dot.active {
    background: #333;
}

/*404 page*/
.error-area .error-content i {
    color: var(--primary);
    display: inline-block;
    font-size: 100px;
}

.error-content h2 {
    font-size: 25px;
    color: var(--primary);
    margin-bottom: 10px;
    margin-top: 25px;
}

.error-content a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    background-color: var(--primary);
    padding: 12px 35px;
}

p.notfound {
    font-size: 65px;
    float: left;
    width: 100%;
}

.p.notfound {
    color: var(--primary);
    display: inline-block;
    font-size: 100px;
}

.error-content h1 {
    font-size: 130px;
    color: var(--secondary);
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: block;
}
/* End Default CSS*/

section {
    float: left;
    width: 100%;
    /* padding-top: 70px;
    padding-bottom: 70px; */
}

ul
{
    padding: 0;
    margin: 0;
}
a{
    list-style: none;
}

.header-top {
    position: relative;
    padding: 7px 0px;
    background-color: var(--secondary);
    float: left;
    width: 100%;
}

.header-top .top-left {
    position: relative;
    float: left;
    padding-left: 15px;
}

.header-top .info-list {
    position: relative;
}

.header-top .info-list li {
    position: relative;
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}

.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-right {
    position: relative;
    float: right;
}

.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    position: relative;
    background: #fff;
}

.header-top .info-list li .icon {
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    margin-right: 10px;
    float: left;
}

/*Custome post type product button*/
.pro_left_btn {
    background: var(--secondary);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}








/* theme css */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
    background-color: #e7e7e7;
    color: #000;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

:root {
    --primary: #106cfb;
}

.fw-bold {
    font-weight: 700;
    font-size: 25px;
}

/* Header */
.heder-desktop {
    background-color: var(--primary);
    color: white;
    padding: 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.heder-mobile {
    background-color: #fff;
    color: #000;
    padding: 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 0px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.logo img {
    height: 50px;
    margin-right: 10px;
}

.teligram-btn a {
    font-size: 18px;
}

nav ul {
    display: flex;
    list-style: none;
}

/* nav ul li {
    margin-left: 20px;
} */

nav ul li a {
    padding: 5px 3px;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-size: 20px;
    font-weight: 600;
}

.mobile ul li a {
    font-size: 17px;
    font-weight: 600;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #3498db, #2c3e50);
    color: white;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 30px;
}

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

.hero p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 25px;
}

.search-bar {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
}

.search-bar input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
}

.search-bar button {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.search-bar button:hover {
    background-color: #c0392b;
}

/* Games Section */
.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #000;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.game-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.game-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.mt-5 {
    margin-top: 20px;
}

.game-info {
    padding: 15px;
    text-align: center;
}

.game-info h3 {
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-info p {
    color: #012218;
    font-size: 16px;
}

.download-btn {
    display: block;
    background-color: #27ae60;
    color: white;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.3s;
}

.download-btn:hover {
    background-color: #219653;
}

/* Categories */
.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.category-btn {
    background-color: #ecf0f1;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.category-btn:hover,
.category-btn.active {
    background-color: #3498db;
    color: white;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    nav ul {
        justify-content: center;
    }

    /* nav ul li {
        margin: 0 10px;
    } */

    .hero h1 {
        font-size: 2rem;
    }

    .games-grid {
        grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
    }

    .search-bar {
        flex-direction: column;
    }

    .search-bar input {
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .search-bar button {
        border-radius: 4px;
        padding: 12px 0;
    }
}

@media (max-width: 480px) {
    .games-grid {
        grid-template-columns: repeat(auto-fill, minmax(166px, 1fr));
        gap: 15px;
    }

    .game-card img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }
}

/* Highlight Section */
.highlight-section {
    padding: 20px;
    background-color: white;
    border-bottom: 1px solid #eee;
}

.highlight-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.highlight-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #c10000;
}

.highlight-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #0b6f31, #eeb30d);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.highlight-icon i {
    color: white;
    font-size: 14px;
}

.highlight-content {
    background-color: #b9a3161c;
    border-radius: 12px;
    padding: 15px;
    border-left: 4px solid #698b22;
}

.highlight-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Download Button */
.download-btn {
    display: block;
    background: linear-gradient(135deg, #710074, #303030);
    color: white;
    text-align: center;
    padding: 7px;
    border-radius: 12px;
    font-weight: 600;
    margin: 10px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgb(138 183 155 / 87%);
}

.welcome {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.welcome-text {
    font-size: 45px;
    font-weight: bold;
    color: #000;
}

.task-in {
    color: #fff;
}

.continue-btn {
    margin-top: 10px;
    background-color: #FEC64F;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.notice-container {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-image: url(assets/images/homepage/banner.webp);
}

.notice-header {
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.notice-tags {
    text-align: center;
    margin-bottom: 12px;
}

.tag {
    display: inline-block;
    background: linear-gradient(135deg, #0b6f31, #eeb30d);
    color: white;
    font-size: 13px;
    border-radius: 20px;
    padding: 6px 12px;
    margin: 4px;
    font-weight: 500;
}

.notice-text {
    color: #d00000;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 15px;
    border-left: 4px solid;
    border-right: 4px solid;
    border-radius: 15px;
    padding: 15px;
    background-color: #f7f5e5;
}

.restricted-states {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .notice-container {
        margin: 10px;
        padding: 15px;
    }

    .notice-text,
    .restricted-states {
        font-size: 13px;
    }

    .tag {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.card {
    align-items: center;
    background: #ffffff;
    padding: 16px;
    border-radius: 15px 0;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    flex-wrap: wrap;
    border: 4px double var(--primary);
}

.card:hover {
    transform: translateY(-2px);
}

.card {
    transition: transform 0.3s ease, border-radius 0.3s ease;
}

.card:hover {
    transform: translateY(-2px);
    border-radius: 0 15px;
}

.card-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.card img {
    width: 95px;
    height: 95px;
    border-radius: 23px;
    object-fit: cover;
}

.card-details {
    flex: 1;
    margin-left: 15px;
}

.title-main {
    font-size: 33px;
    font-weight: bold;
}

.title {
    font-size: 23px;
    font-weight: bold;
}

.bonus {
    font-size: 19px;
    color: #007641;
}

.min-withdraw {
    font-size: 19px;
    color: #000;
}

.download-btn {
    background-color: #0aad60;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
    white-space: nowrap;
    transition: background 0.3s ease;
}

.download-btn i {
    margin-right: 8px;
}

/* Mobile only: rearrange layout for stacking */
@media (max-width: 500px) {
    .card {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-details {
        margin-left: 0;
        width: 100%;
        margin-left: 9px;
    }

    .download-btn {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .card img {
        width: 60px;
        height: 60px;
    }

    .fw-bold {
        font-size: 16px !important;
        margin-right: 5px !important;
    }

    .card {
        padding: 5px;
    }
}

/******************Slider***********************/
/* Mobile container */
.mobile-slider-container {

    background-color: white;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    width: 400%;
    height: 100%;
    animation: slide 16s infinite;
}

/* Individual slide */
.slide {
    width: 25%;
    height: auto;
    position: relative;
}

.slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Slide content overlay */
.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    padding: 20px;
}

.slide-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.slide-content p {
    font-size: 14px;
    opacity: 0.9;
}

/* Animation keyframes */
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-25%);
    }

    45% {
        transform: translateX(-25%);
    }
}

/* App content below slider */
.app-content {
    padding: 20px;
}

.app-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.app-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 400px) {
    .mobile-slider-container {
        border-radius: 10px;
        width: 100%;
    }
}

/* slider */
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.slide {
    min-width: 100%;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.slider-button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: rgb(134 22 122);
    border: none;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 10px;
}

.slider-button.left {
    left: 10px;
}

.slider-button.right {
    right: 10px;
}

/* marquee Slider */
.marquee_Slider {
    font-family: Sofia, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: var(--primary);
    padding-top: .1rem;
    font-variant: small-caps;
    margin-bottom: .1rem;
    border-radius: 10px;
}

:host {
    display: inline-block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap;
}

/* footer */
.mobile-footer {
    background: #fff;
    color: #fff;
    padding: 25px 15px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 auto;
    background-image: url(assets/images/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 
.footer-nav {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
} */

.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 19px;
}

.footer-line {
    height: 1px;
    background: #fff;
    margin-bottom: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom p {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

.footer-bottom span {
    color: #fff;
    font-weight: 600;
}

/* notic */
.import-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* new box 3 */
.app-promo {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    flex-direction: column;
}

.app-promo1 {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    max-width: 800px;
    gap: 30px;
}

.d-btn {
    width: 100%;
}

.app-promo1 img {
    height: auto;
    border-radius: 22px;
}

/* box responsive */
@media (max-width: 450px) {
    .footer-nav a {
        font-size: 16px;
    }

    .footer-bottom p {
        font-size: 16px;
    }

    .download-btn {
        font-size: 12px;
    }

    .game-info h3 {
        font-size: 20px;
    }

    .welcome-text {
        font-size: 25px;
        line-height: 27px;
    }

    .mx-0 {
        margin-left: 0;
    }
}

/* about us banner start */
.banner-container {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(135deg, #51055c, #00381a);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 10px;
}

.banner-title {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.banner-subtitle {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.highlight-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 400px;
}

.bonus-text {
    color: #e91e63;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.withdrawal-text {
    color: #2196f3;
    font-size: 16px;
    font-weight: 600;
}

.apps-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.app-badge {
    background-color: #fff;
    color: #000;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.left-image,
.right-image {
    position: absolute;
    height: 75%;
    opacity: 1.7;
    z-index: 1;
}

.left-image {
    left: 0;
    top: 23%;
}

.right-image {
    right: 0;
    top: 23%;
}

.cta-button {
    background-color: #4b44ff;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 15px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.cta-button:hover {
    background-color: #388e3c;
    transform: translateY(-2px);
}

@media (max-width: 500px) {
    .banner-title {
        font-size: 18px;
    }

    .banner-subtitle {
        font-size: 14px;
    }

    .bonus-text {
        font-size: 16px;
    }

    .withdrawal-text {
        font-size: 14px;
    }

    .app-badge {
        font-size: 12px;
        padding: 6px 10px;
    }

    .left-image {
        left: 0;
        top: 70%;
    }

    .right-image {
        top: 70%;
    }

    .left-image,
    .right-image {
        position: absolute;
        height: 30%;
        opacity: 1.7;
        z-index: 1;
    }
}

/* listing game start */
.header {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.header h1 {
    color: #000;
    font-size: 28px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.header p {
    color: #000;
    font-size: 16px;
}

.games-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 0 auto;
}

.game-card1 {
    background: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.game-card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.game-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #9c27b0, #083321);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
}

.game-name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.game-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #4caf50;
    color: white;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: bold;
}

.popular {
    background-color: #ff5722;
}

.new {
    background-color: #2196f3;
}

.vip {
    background-color: #9c27b0;
}

.search-container {
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.search-input {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    background: white url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') no-repeat 95% center;
    background-size: 20px;
    padding-right: 40px;
}

.search-input:focus {
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.category-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 8px;
}

.category-tab {
    padding: 8px 15px;
    background: white;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
}

.category-tab.active,
.category-tab:hover {
    background: var(--primary);
    color: white;
}

@media (max-width: 480px) {
    .games-container {
        grid-template-columns: 1fr;
    }

    .header h1 {
        font-size: 24px;
    }
}

/* about notice css */

.disclaimer-container {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid var(--primary);
    margin-top: 20px;
}

.disclaimer-title {
    color: #ff0000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.disclaimer-text {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.hindi-text {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: 'Arial Unicode MS', 'Nirmala UI', sans-serif;
}

.warning-box {
    background-color: #fff2f2;
    border-left: 4px solid #ff0000;
    padding: 12px;
    border-radius: 0 8px 8px 0;
    margin: 15px 0;
}

.warning-title i {
    margin-right: 5px;
}

.warning-title {
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.warning-title svg {
    margin-right: 8px;
}

.help-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}

.help-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.contact-email {
    display: inline-block;
    background-color: #e3f2fd;
    color: #1976d2;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 5px;
}

@media (max-width: 480px) {
    .disclaimer-title {
        font-size: 18px;
    }

    .disclaimer-text,
    .hindi-text {
        font-size: 14px;
    }
}

.ml-0 {
    margin-left: 0;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0;
}

/* download page */
.header-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.main-heading {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #000;
}

.sub-heading {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #000;
    padding: 0 10px;
}

.buttons1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    width: 100%;
}

.social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    padding: 10px 0;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon img {
    width: 22px;
    height: 22px;
}

@media (min-width: 768px) {
    .header-image {
        max-height: 400px;
        margin-bottom: 20px;
    }

    .main-heading {
        font-size: 2.5rem;
        margin-bottom: 0px;
    }

    .sub-heading {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .buttons1 {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        margin-bottom: 10px;
    }

    .d-content {
        padding: 15px;
    }

    .sub-heading {
        margin-bottom: 10px;
    }

    .buttons1 {
        margin-bottom: 0px;
    }
}

.d-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.social-media {
    position: fixed;
    top: 80%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 9999;
    align-items: flex-end;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@media (max-width: 480px) {
    .social-icon {
        width: 42px;
        height: 42px;
    }

    .social-icon img {
        width: 20px;
        height: 20px;
    }
}


/* about us sec */
.about-section {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
}

.image-container {
    width: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.content-container {
    width: 50%;
    padding: 20px 15px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.3;
}

.content-text {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.5;
}

@media (max-width: 480px) {

    .image-container,
    .content-container {
        width: 100%;
        padding: 15px;
    }

    .image-container {
        padding-bottom: 0;
    }

    .content-container {
        padding-top: 10px;
    }

    .content-title {
        font-size: 16px;
    }

    .content-text {
        font-size: 13px;
    }

    .image-container {
        width: 100%
    }

    .content-container {
        width: 100%;
        padding: 20px 15px 20px 15px;
    }

    .about-section {
        display: flex;
        flex-direction: column;
    }

}

.fw-bold {
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #02613a;
    padding: 8px;
    border-radius: 10px;
}

.teligram-btn {
    margin-top: 0;
    line-height: 0;
}

.cta-button1 {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;

}

.privacy-container h2 {
    color: var(--primary);
    margin-top: 5px;
}

@media (max-width: 767px) {
    .welcome-text {
        font-size: 39px;
        font-weight: bold;
        color: #000;
        line-height: normal;
        margin-left: 19px;
    }
}

@media (max-width: 400px) {
    .welcome-text {
        font-size: 25px;
        font-weight: bold;
        color: #000;
        line-height: normal;
        margin-left: 0;
    }
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 576px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media (max-width: 525px) {
    .title {
        font-size: 14px;
        font-weight: bold;
    }

    .bonus {
        font-size: 12px;
        color: #007641;
    }

    .min-withdraw {
        font-size: 14px;
        color: #000000;
    }

    .app-image {
        border-radius: 27px !important;
        margin-bottom: 0px !important;
    }
}

.app-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px auto;
    gap: 12px;
    flex-wrap: nowrap;
}

.app-card {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    transition: transform 0.3s ease;
    border: 1px dotted #5d1162;
}

.app-card:hover {
    transform: translateY(-5px);
}

.app-image {
    width: 100%;
    height: auto;
    border-radius: 46px;
    margin-bottom: 12px;
}

.app-card h3 {
    font-size: 1.1rem;
    margin-bottom: 6px;
    color: #222;
}

.app-card p {
    font-size: 0.9rem;
    color: #000;
    margin: 4px 0;
}

.download-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #5d1162;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.9rem;
    cursor: pointer;
}

.download-btn:hover {
    background: #005ef1;
}

.welc img {
    width: 100%;
    height: auto;
}

@media (max-width: 600px) {
    .app-card {
        padding: 10px;
    }

    .app-card h3 {
        font-size: 1rem;
    }

    .download-btn {
        font-size: 0.75rem;
    }

    .download-btn {
        padding: 6px 12px;
    }

    .title-main {
        font-size: 25px;
        font-weight: bold;
    }
}

@media (max-width: 400px) {
    .app-card {
        padding: 3px;
    }

    .app-card h3 {
        font-size: 12px;
    }

    .download-btn {
        font-size: 10px;
    }

    .download-btn {
        display: inline-block;
        margin-top: 3px;
    }
}

@media (max-width: 525px) {
    .card img {
        border-radius: 15px;
    }

}

.alert.alert-success {
    font-size: 25px;
    background: #630e60;
    color: #fff;
    width: 100%;
    padding: 9px 15px;
    border-radius: 15px;
}

/* download detail content page */
a.download-btn.mmm-0 {
    width: 100%;
}

.header-title {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #5d1162;
    font-size: 24px;
    margin-bottom: 10px;
}

.post-meta {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}

.content-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    color: red;
    font-size: 20px;
    margin: 15px 0 10px;
}

/* ul {
    padding-left: 20px;
} */

li {
    margin-bottom: 8px;
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.game-item {
    background-color: #f0e6f2;
    padding: 8px 8px 8px 15px;
    border-radius: 5px;
    text-align: left;
    font-size: 16px;
}

.highlight {
    background-color: #f0e6f2;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
    border-left: 4px solid #5d1162;
}

.game-item::before {
    counter-increment: game-counter;
    content: counter(game-counter) ". ";
    font-weight: bold;
    color: var(--primary);
}

.game-grid {
    counter-reset: game-counter;
}

@media (max-width: 500px) {
    .game-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 15px;
    }

    .app-promo1 {
        display: flex;
        align-items: normal;
        background-color: #fff;
        border-radius: 10px;
        padding: 15px;
        max-width: 800px;
        gap: 15px;
        flex-direction: column;
    }

    .card-details.ml-0 {
        text-align: center;
    }

    .mmm-0 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 3px #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    background: #ffffff;
}

.social-icon img {
    width: 30px;
    height: 30px;
}

.content-box h3 {
    margin-top: 12px;
}

.dis-none {
    display: none;
}

/* Cta */
/* Banner Container */
.yono-banner {
    width: 100%;
    max-width: 800px;
    height: 300px;
    background: linear-gradient(135deg, #1a5c1a 0%, #0d3b0d 100%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    font-family: 'Arial', sans-serif;
    color: white;
    margin: 0 auto;
}

/* Background Effects */
.yono-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%),
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><text x="10" y="50" font-size="30" fill="rgba(255,255,255,0.05)">♠♣♥♦</text></svg>');
    opacity: 0.5;
    transform: rotate(15deg);
}

/* Content Styling */
.banner-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    color: #FFD700;
    /* Gold */
}

.banner-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.highlight-text {
    color: #FFD700;
    font-weight: bold;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(to right, #FF8C00, #FF4500);
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 5px 15px rgba(255, 140, 0, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    max-width: 250px;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 140, 0, 0.6);
}

/* App Badges */
.app-badges {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.app-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .banner-title {
        font-size: 22px;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.company-benefits {
    padding: 80px 0;
    background: #272424;
}

.company-benefits.about-company-benefits {
    position: relative;
}

.company-benefits.about-company-benefits::before {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 100px;
    background: url(assets/images/shape/section-bg-shape-4.webp) no-repeat;
    background-position: left top;
    background-size: contain;
    width: 267px;
    height: 267px;
    opacity: 50%;
    animation: ringrotate 15s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.company-benefit-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.company-benefit-images,
.company-benefit-content {
    width: calc(50% - 15px);
}

.company-benefit-body {
    margin-bottom: 40px;
}

.company-benefit-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.company-benefit-body ul li {
    position: relative;
    width: calc(50% - 15px);
    line-height: normal;
    padding-left: 34px;
}

.company-benefit-body ul li::before {
    content: '\f192';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #BFF747;
    transition: all 0.3s ease-in-out;
}

.company-benefit-list {
    position: relative;
    bottom: -21px;
    left: 0;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(90deg, #2974e9 0% 0%, #ffffff 72.78%);
    z-index: 1;
}

.company-benefit-list::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 20px;
    background: linear-gradient(90deg, #ffffff 75%, rgba(0, 0, 0, 0) 99.04%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.company-benefit-item {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.company-benefit-item .icon-box {
    position: relative;
    background-color: #BFF747;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.5s ease-in-out;
    font-size: 35px;
    color: #000;
    text-align: center;
}

.company-benefit-item:hover .icon-box::before {
    transform: scale(1);
}

.company-benefit-item .icon-box i {
    position: relative;
}

.company-benefit-item-content h3 {
    font-size: 22px;
    text-transform: capitalize;
}

.company-benefit-images {
    position: relative;
}

.company-benefit-img figure {
    display: block;
    border-radius: 30px;
}

.company-benefit-img img {
    width: 100%;
    height: auto;
}

.company-benefit-item-content p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.mb-4 {
    margin-bottom: 40px;
}

.button-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 9px;
}

.company-benefit-item:before {
    position: absolute;
    content: "";
    background-image: url(assets/images/homepage/shape1.webp);
    height: 80px;
    width: 80px;
    right: 0;
    animation: itupdown 0.8s infinite alternate;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    bottom: -10px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.company-benefit-item {
    position: relative;
}

.notice-header1 {
    text-align: center;
    margin: auto;
    width: 40%;
}

.notice-container1 {
    padding: 30px;
    background-image: url(assets/images/homepage/notice-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.notice-header1 p {
    font-size: 20px;
    font-weight: 600;
}

/* top header */
.top-header {
    background-color: #005ef1;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
}

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

.top-header-left {
    display: flex;
    gap: 20px;
}

.top-header-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-header-item i {
    font-size: 12px;
}

.heder-desktop {
    margin-top: 0;
}

@media (max-width: 768px) {
    .top-header {
        display: none;
    }
}

.join-header1 {
    text-align: center;
    margin: auto;
    width: 40%;
}

.join-header1 h2 {
    color: #fff;
}

.join-container1 {
    padding: 8px 0 5px 0;
    background-image: url(assets/images/homepage/join-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.join-header1 p {
    font-size: 20px;
    font-weight: 600;
}

button.telegram-btn1 {
    background: none;
    border: none;
}

/* breadcrump */
.bread-header1 {
    text-align: center;
    margin: auto;
    width: 40%;
}

.bread-header1 h2 {
    color: #fff;
    font-size: 27px;
    margin: 0;
}

.bread-container1 {
    padding: 90px;
    background-image: url(assets/images/about/bread-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #EAECF0;
    font-size: 18px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fa-solid.fa-angles-right {
    font-size: 14px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--bixola-base);
    color: #EAECF0;
    font-size: 18px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 1px;
}

.thm-breadcrumb li+li {
    margin-left: 1px;
}

button.telegram-btn a img {
    width: 100%;
    height: auto;
}

/* privacy satart */
:root {
    --border-radius: 12px;
    --box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

.disclaimer-section {
    background: white;
    border-radius: var(--border-radius);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--box-shadow);
    border-left: 4px solid var(--primary);
}

.highlight-box {
    background-color: rgba(74, 54, 220, 0.1);
    border-left: 4px solid var(--warning);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    margin: 1.5rem 0;
}

.highlight-box2 {
    background-color: rgba(74, 54, 220, 0.1);
    border-left: 4px solid var(--warning);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    margin: 1.5rem 0;
}

.highlight-box h3 {
    color: var(--warning);
    margin-bottom: 0.5rem;
}

.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.app-card3 {
    background: white;
    border-radius: var(--border-radius);
    padding: 1.5rem;
    box-shadow: var(--box-shadow);
    border-top: 3px solid var(--accent);
    transition: transform 0.3s ease;
}

.app-card3:hover {
    transform: translateY(-5px);
}

.app-card3 h3 {
    color: var(--primary);
    margin-bottom: 0.5rem;
    align-items: center;
}

.app-card3 i {
    margin-right: 8px;
    color: var(--accent);
}

.warning-badge {
    display: inline-block;
    background-color: #2974e9;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.last-updated {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 1rem;
}

/* contact us start */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 20px;
}
.info-box {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    border-top: 3px solid var(--primary);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(108, 92, 231, 0.1), rgba(162, 155, 254, 0.1));
    z-index: -1;
    opacity: 0;
    transition: var(--transition);
}

.info-box:hover::before {
    opacity: 1;
}

.info-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    transition: var(--transition);
}

.info-box:hover .info-icon {
    transform: scale(1.1);
    color: var(--accent);
}

.info-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #000;
}

.info-text {
    color: #000;
    opacity: 0.8;
}

.contact-form {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 2.5rem;
    box-shadow: var(--box-shadow);
    border-top: 5px solid var(--primary);
    border-bottom: 5px solid var(--primary);
}

.form-title {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #000;
}
input,
textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition);
    outline: none;
    border-color: var(--primary);
}

textarea {
    min-height: 150px;
    resize: vertical;
}

@media (max-width: 768px) {

    h1 {
        font-size: 2rem;
    }

    .contact-info {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-form {
        padding: 1.5rem;
    }
}

/* Animation for info boxes */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.info-box:hover {
    animation: float 3s ease-in-out infinite;
}



.app-card1 {
    position: relative;
    display: flex;
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    gap: 25px;
}

.app-card1::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, #51055c00 37%, #9c27b0 96%);
    transform: rotate(10deg);
}

.app-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #FF6B00, #FFA500);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(255, 107, 0, 0.3);
    z-index: 2;
}

.app-icon {
    position: relative;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 3px solid white;
}

.app-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shine-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
}

.app-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.app-info h2 {
    margin: 0;
    font-size: 37px;
    color: #5d1162;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tag {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: bold;
}

.tag.new {
    background: linear-gradient(45deg, #28a745, #5cb85c);
    color: white;
}

.app-description {
    color: #666;
    margin: 5px 0;
    font-size: 15px;
}

.app-highlights {
    display: flex;
    gap: 15px;
    margin: 10px 0;
}

.highlight1 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgb(255 255 255);
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.highlight1 .icon {
    font-size: 18px;
}

.app-stats {
    display: flex;
    gap: 50px;
    margin: 10px 0;
}

.stat {
    text-align: center;
    background: rgb(255 255 255);
    padding: 10px 15px;
    border-radius: 10px;
    min-width: 70px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.stat .value {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.stat .label {
    font-size: 14px;
    color: #000000;
}

.app-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 69, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 69, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 69, 255, 0);
    }
}

@media (max-width: 768px) {
    .app-card1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .app-highlights,
    .app-stats {
        justify-content: center;
        flex-wrap: wrap;
    }

    .app-info h2 {
        justify-content: center;
    }
}




/* Base Styles */
:root {

    --light: #F5F5F5;
    --gray: #666;
    --light-gray: #EEE;
}

.page-wrapper {
    overflow-x: hidden;
}

.section-subtitle {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
    padding: 60px 0;
    margin-bottom: 50px;
}

.hero-content {
    max-width: 600px;
}

.hero-content h1 {
    font-size: 3rem;
    color: var(--primary);
}

.hero-content .tagline {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* App Details Section */
.app-details-section {
    padding: 30px 0;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.detail-card {
    text-align: center;
    padding: 20px 15px;
    background-color: var(--light);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.detail-card i {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.detail-card h3 {
    font-size: 1rem;
    color: #000;
    margin-bottom: 10px;
}

.detail-card p {
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.download-link {
    text-align: center;
}

/* Promo Code Section */
.promo-section {
    padding: 30px 0;
    background-color: #F9F9F9;
    margin-bottom: 50px;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.step:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step-number {
    background-color: var(--primary);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-right: 20px;
    flex-shrink: 0;
}

.step-content h3 {
    color: var(--primary);
    margin-bottom: 5px;
}

.step-content p {
    color: #000;
}

.telegram-cta {
    text-align: center;
    margin-top: 30px;
}

/* Bonus Section */

.bonus-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bonus-step {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.bonus-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 107, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}

.step-icon i {
    font-size: 1.5rem;
    color: var(--primary);
}

.bonus-step p {
    font-weight: 500;
}

/* Referral Section */
.referral-section {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(0, 69, 255, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%);
    margin-bottom: 50px;
}

.referral-benefits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 30px;
}

.benefit {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 69, 255, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.benefit-icon i {
    font-size: 1.2rem;
    color: var(--primary);
}

.benefit-text h3 {
    color: var(--primary);
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.benefit-text p {
    color: #000;
    font-size: 0.9rem;
}

.referral-cta {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* Withdrawal Section */
.withdrawal-section {
    padding: 60px 0;
    margin-bottom: 50px;
}

.withdrawal-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 30px;
}

.info-card {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 25px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.info-card i {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.info-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #000;
}

.info-card p {
    color: #000;
}

.support-note {
    text-align: center;
    font-style: italic;
    color: #000;
}

/* Download Section */
.download-section {
    padding: 30px 0;
    background-color: #F9F9F9;
    margin-bottom: 50px;
}

.telegram-btn {
    background-color: #00a0ef;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
}

.download-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 15px;
}

.download-step {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.download-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.download-step .step-number {
    background-color: var(--primary);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin: 0 auto 15px;
}

.download-step p {
    font-weight: 500;
}

.download-cta {
    text-align: center;
}

/* FAQ Section */
.faq-section {
    margin-bottom: 10px;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.faq-question {
    width: 100%;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background-color: #F5F5F5;
}

.faq-question.active {
    background-color: var(--primary);
    color: #fff;
}

.faq-question::after {
    content: '+';
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.faq-question.active::after {
    content: '-';
}

.faq-answer {
    padding: 0 20px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
    padding: 0 0 20px;
}

.faq-question.active+.faq-answer {
    max-height: 200px;
    padding: 0 20px 20px;
}

/* Notice Section */
.notice-box {
    padding: 20px;
    background-color: #fff;
    border-left: 5px solid var(--primary);
    border-radius: 5px;
}

.notice-box h3 {
    color: #0b6f31;
    margin-bottom: 10px;
}

.notice-box p {
    color: #000000;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-section .container {
        flex-direction: column;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .details-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bonus-step,
    .download-step {
        min-width: calc(50% - 10px);
    }

    .benefit {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .details-grid {
        grid-template-columns: 1fr;
    }

    .bonus-step,
    .download-step {
        min-width: 100%;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }
}

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



.top-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; */
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    color: white;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: #000000;
}

.social-icon:hover {
    transform: translateY(-2px);
}

/* WhatsApp - subtle green background on hover */
.social-icon.whatsapp:hover {
    background: rgb(41 166 26);
}

/* Twitter - subtle blue background on hover */
.social-icon.twitter:hover {
    background: rgb(6 149 214);
}

/* Instagram - purple gradient background on hover */
.social-icon.instagram:hover {
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285AEB 90%);
    background-size: 200% 200%;
    animation: instagram-gradient 2s ease infinite;
}

@keyframes instagram-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.top-header-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.top-header-item i {
    font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .top-header-container {
        flex-direction: column;
        gap: 10px;
    }

    .top-header-left {
        order: 1;
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-icons {
        order: 2;
    }
}

@media (max-width:992px) {
    .content-container {
        width: 100%;
        padding: 20px 15px 20px 15px;
    }

    .image-container {
        width: 100%;
    }

    .about-section {
        display: flex;
        flex-direction: column;
    }

    .bread-container1 {
        padding: 12px;
    }

    .bread-container2 {
        padding: 12px;
    }
}

@media (max-width:776px) {
    .bread-container1 {
        padding: 12px;
    }

    .bread-container2 {
        padding: 12px !important;
    }

    .bread-header1 h2 {
        font-size: 25px;
    }

    .content-container {
        padding: 8px 15px 20px 15px;
    }

    .notice-header1 p {
        font-size: 14px;
        font-weight: 600;
    }

    .notice-container1 {
        padding: 11px;
    }

    h2 {
        color: red;
        font-size: 18px;
        margin: 0px 0 10px;
    }

    .join-header1 {
        text-align: center;
        margin: auto;
        width: 85%;
    }

    .bread-header1 {
        width: 100%;
    }

    .disclaimer-section {
        padding: 15px;
    }

    .app-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
    }
}

@media (max-width:500px) {
    .notice-header1 {
        width: 68%;
    }

    .fw-bold {
        padding: 3px;
    }

    .company-benefit-item-content p {
        font-size: 16px;
    }

    /* .promo-card img {
        width: 100px !important;
    } */

    .promo-header {
        gap: 20px !important;
    }

    .promo-header {
        margin-bottom: 5px !important;
    }

    .promo-details div {
        margin: 5px !important;
        font-size: 16px !important;
    }
}

@media (max-width:400px) {
    .app-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
    }

    .app-card {
        padding: 0px;
    }

    .notice-header1 {
        width: 88%;
    }

    .app-container {
        gap: 1px;
    }

    .app-card p {
        font-size: 10px;
    }

}

.bread-container2 {
    padding: 90px;
    background-image: url(assets/images/about/contact-b.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.privacy-b {
    padding: 90px;
    background-image: url(assets/images/about/privacy-b.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.promo-card {
    background: #fff;
    max-width: 800px;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
}

/* Top Section (image + name + link) */
.promo-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.promo-header img {
    /* width: 100px; */
    border-radius: 16px;
    margin-bottom: 10px;
}

.promo-title {
    font-size: 22px;
    font-weight: bold;
}

.promo-link {
    color: var(--primary);
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
}

/* Bottom Section */
.promo-details {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    margin: 8px 0;
    flex-wrap: wrap;
}

.promo-details div {
    margin: 10px;
    font-size: 18px;
}

.download-btn {
    background-color: var(--primary);
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 20px 0;
}

.whatsapp-btn,
.telegram-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 10px;
}

.promo-header {
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    gap: 70px;
}

/* Responsive two-column on desktop */
@media screen and (min-width: 600px) {


    .promo-header img {
        width: 42%;
        height: auto;
        margin-bottom: 0;
    }

    .promo-title {
        font-size: 30px;
    }

    .promo-link {
        font-size: 18px;
        margin-top: 8px;
    }

    .promo-title-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* Default Styles (Desktop) */
/* .menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

nav.desktop ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0;
    align-items: center;
}

nav.desktop ul li {
    position: relative;
}

nav.desktop ul li a {
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
}

nav.desktop ul li .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    border-radius: 5px;
}

nav.desktop ul li .dropdown-menu li a {
    padding: 10px 15px;
    display: block;
    color: #000;
    white-space: nowrap;
}

nav.desktop ul li.dropdown:hover .dropdown-menu {
    display: block;
} */

/* Mobile Responsive */
/* @media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    nav.desktop {
        display: none;
        background: #106cfb;
        position: absolute;
        top: 108px;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    nav.desktop ul {
        flex-direction: column;
        align-items: flex-start;
    }

    nav.desktop ul li {
        width: 100%;
    }

    nav.desktop ul li a {
        width: 100%;
        padding: 3px 15px;
        border-top: 1px solid #222;
    }

    nav.desktop ul li .dropdown-menu {
        position: static;
        box-shadow: none;
        background: #222;
        border-radius: 0;
    }

    nav.desktop ul li .dropdown-menu li a {
        color: #fff;
        padding-left: 30px;
    }

    nav.desktop.show {
        display: block;
    }
} */

.footer-nav ul{
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
}

 li {
    margin-bottom: 8px;
    list-style: none;
}









/* Desktop Menu */
.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

nav.desktop ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0;
    align-items: center;
}

nav.desktop ul.menu li {
    position: relative;
}

nav.desktop ul.menu li a {
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
}

/* Dropdown */
nav.desktop ul.menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 237px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 1000;
}

nav.desktop ul.menu li:hover > ul.sub-menu {
    display: block;
}

nav.desktop ul.menu li ul.sub-menu li a {
    color: #000;
    padding: 10px 15px;
    display: block;
}

/* Responsive Mobile Styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    nav.desktop {
        display: none;
        background: #106cfb;
        position: absolute;
        top: 108px;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    nav.desktop.show {
        display: block;
    }

    nav.desktop ul.menu {
        flex-direction: column;
        align-items: flex-start;
    }

    nav.desktop ul.menu li {
        width: 100%;
    }

    nav.desktop ul.menu li a {
        width: 100%;
       padding: 3px 20px;
        border-top: 1px solid #000;
    }

    nav.desktop ul.menu li ul.sub-menu {
        position: static;
        background: #000;
    }

    nav.desktop ul.menu li ul.sub-menu li a {
        color: #fff;
        padding-left: 30px;
    }
}
@media (max-width: 576px) {
    nav.desktop {
        display: none;
        background: #106cfb;
        position: absolute;
        top: 149px;
        left: 0;
        width: 100%;
        z-index: 999;
    }
}
/* apk page start */
/* Base Styles */
.yono-rummy-section {
    color: #000;
    line-height: 1.6;
}

.app-image-container {
    position: relative;
    margin-bottom: 30px;
}

.app-image {
    width: 100%;
    height: auto;
    max-width: 858px;
    max-height: 690px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* .download-btn {
    display: block;
    width: 200px;
    padding: 15px;
    margin: 20px auto 0;
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(255, 87, 34, 0.3);
}

.download-btn:hover {
    background-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 87, 34, 0.4);
} */

.section-title {
    color: #000;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.section-description {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
}

.features-section, .download-steps1, .exclusive-features {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.features-title, .steps-title, .exclusive-title {
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.features-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}

.features-list, .exclusive-list {
    list-style-type: none;
    padding-left: 0;
}

.features-list li, .exclusive-list li {
    padding: 10px 0;
    padding-left: 0px;
    position: relative;
    font-size: 16px;
}

/* .features-list li:before, .exclusive-list li:before {
    content: "✓";
    color: var(--primary);
    font-weight: bold;
    position: absolute;
    left: 0;
} */

.steps-list {
    padding-left: 20px;
}

.steps-list li {
    margin-bottom: 15px;
    font-size: 16px;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }
    
    .section-description {
        font-size: 16px;
    }
    
    .features-title, .steps-title, .exclusive-title {
        font-size: 20px;
    }
    
    .features-list li, .exclusive-list li, .steps-list li {
        font-size: 15px;
    }
    
    /* .download-btn {
        width: 180px;
        padding: 12px;
        font-size: 16px;
    } */
    
}

@media (max-width: 480px) {
    .yono-rummy-section {
        padding: 15px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .features-section, .download-steps, .exclusive-features, .faq-section {
        padding: 15px;
    }
    
    /* .download-btn {
        width: 160px;
        font-size: 15px;
    } */
}

/* Features Table Styles */
.features-table-section {
    margin: 30px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.table-title {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.features-table-container {
    overflow-x: auto;
}

.features-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.features-table th {
    background-color: var(--primary);
    color: white;
    font-weight: 600;
    padding: 15px;
    text-align: left;
}

.features-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    color: #000;
}

.features-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.features-table tr:last-child td {
    border-bottom: none;
}

.features-table tr:hover {
    background-color: #f1f7ff;
}

/* Responsive Table Styles */
@media (max-width: 768px) {
    .table-title {
        font-size: 20px;
    }
    
    .features-table th, 
    .features-table td {
        padding: 10px 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .features-table-section {
        padding: 15px;
    }
    
    .table-title {
        font-size: 18px;
    }
}

/* yono new 2025 */
/* Base Styles */
.yono-rummy-content {
    color: #000;
    line-height: 1.6;
}

.app-icon {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto 25px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.content-intro p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    padding: 0 10px;
}

.content-section {
    margin-bottom: 35px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.content-section h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}

.feature-list {
    margin-top: 20px;
}

.feature-item {
    margin-bottom: 20px;
}

.feature-item h3 {
    color: var(--primary);
    font-size: 18px;
    margin-bottom: 8px;
}

.feature-item p {
    margin-left: 20px;
    color: #000;
}

.benefits-list {
    list-style-type: none;
    padding-left: 0;
}

/* .benefits-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
} */

/* .benefits-list li:before {
    content: "✓";
    color: var(--primary);
    font-weight: bold;
    position: absolute;
    left: 0;
} */

.download-steps {
    padding-left: 20px;
}

.download-steps li {
    margin-bottom: 12px;
    font-size: 16px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    
    .content-intro p {
        font-size: 16px;
    }
    
    .content-section h2 {
        font-size: 22px;
    }
    
    .feature-item h3 {
        font-size: 17px;
    }
    
    .benefits-list li, 
    .download-steps li {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .app-icon {
        width: 120px;
        height: 120px;
    }
    
    .content-section {
        padding: 15px;
    }
    
    .content-section h2 {
        font-size: 20px;
    }
    
    .feature-item p {
        margin-left: 15px;
        font-size: 14px;
    }
}


/* blog detail */
.comments-section {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
}

.comments-section h3 {
    color: #2C3E50;
    font-size: 20px;
    margin-bottom: 15px;
}

.user-status {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.user-status a {
    color: #2980B9;
    text-decoration: none;
}

.user-status a:hover {
    text-decoration: underline;
}

.comment-form {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    transition: border-color 0.3s;
}

.form-control:focus {
    outline: none;
    border-color: #2980B9;
}

.form-control[type="text"] {
    max-width: 300px;
}

.post-comment-btn {
    background-color: #2980B9;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.post-comment-btn:hover {
    background-color: #2472a4;
}

.wp-block-image {
    display: flex;
    justify-content: center;
}
@media (max-width:676px) {
    .app-image{
    width: 100px;
    height: auto;
    }
}
@media (max-width:540px) {
    .footer-nav ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}
}