/**
 * Theme Name:     Appyn Child
 * Author:         ThemesPixel
 * Template:       Theem
 * Text Domain:	   appyn-child
 * Description:    Theme Wordpress for Android apps.
 */
/* =========================
   IND RUMMY MAIN FOOTER BOX
========================= */

.ind-rummy-section {

    max-width: 100%;

    margin: 0 auto;

    padding: 45px 25px 55px;

    text-align: center;

    background: #050505;

    border-top: 4px solid #ffd500;

    border-bottom: 4px solid #ffd500;

box-shadow:
        0 0 15px #ffd500,
        inset 0 0 20px rgba(255, 213, 0, 0.08);

}


/* GAME NAME */

.ind-rummy-section h1 {

    margin: 0 0 22px;

    font-family: Georgia, serif;

    font-size: 42px;

    font-weight: 900;

    letter-spacing: 3px;

    color: #ffd500;

    text-shadow:

        0 0 5px #ffd500,

        0 0 15px #ffd500,

        0 0 30px #ffae00;

}


/* DESCRIPTION */

.ind-description {

    max-width: 750px;

    margin: 0 auto 40px;

    color: #ffffff;

    font-family: Georgia, serif;

    font-size: 18px;

    font-weight: bold;

    line-height: 2;

    text-shadow: 0 0 8px #ffffff;

}


/* BUTTONS */

.ind-buttons {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 22px;

    flex-wrap: wrap;

    margin-bottom: 65px;

}


.ind-buttons a {

    display: inline-block;

    min-width: 230px;

    padding: 18px 25px;

    border: 3px solid #ffd500;

    border-radius: 50px;

    color: #ffd500;

    background: #111111;

    font-size: 17px;

    font-weight: bold;

    text-decoration: none;

    box-shadow:

        0 0 8px #ffd500,

        inset 0 0 8px rgba(255, 213, 0, 0.1);

    transition: all 0.3s ease;

}


.ind-buttons a:hover {

    background: #ffd500;

    color: #000000;

    box-shadow:

        0 0 10px #ffd500,

        0 0 25px #ffd500,

        0 0 40px #ffae00;

}


/* DISCLAIMER */

.ind-disclaimer {

    max-width: 760px;

    margin: 0 auto 45px;

    color: #ffffff;

    font-family: Georgia, serif;

    font-size: 16px;

    font-weight: bold;

    line-height: 2;

    text-shadow: 0 0 6px #ffffff;

}


.ind-disclaimer strong {

    color: #ffffff;

}


/* LINE */

.ind-line {

    max-width: 700px;

    height: 2px;

    margin: 0 auto 35px;

    background: #ffffff;

    box-shadow: 0 0 5px #ffffff;

}


/* COPYRIGHT */

.ind-copyright {

    color: #ffd500;

    font-family: Georgia, serif;

    font-size: 18px;

    font-weight: bold;

    text-shadow:

        0 0 5px #ffd500,

        0 0 15px #ffae00;

}


/* MOBILE DESIGN */

@media (max-width: 768px) {


    .ind-rummy-section {

        padding: 35px 15px 45px;

    }


    .ind-rummy-section h1 {

        font-size: 32px;

        letter-spacing: 2px;

    }


    .ind-description {

        font-size: 15px;

        line-height: 1.9;

    }


    .ind-buttons {

        flex-direction: column;

        gap: 20px;

        margin-bottom: 55px;

    }


    .ind-buttons a {

        width: 85%;

        min-width: auto;

        padding: 16px 15px;

        font-size: 15px;

    }


    .ind-disclaimer {

        font-size: 14px;

        line-height: 1.9;

    }


    .ind-copyright {

        font-size: 15px;

    }

}
/* =========================
   BOTTOM DISCLAIMER BOX
========================= */

.ind-bottom-disclaimer {

    position: relative;

    width: 100%;

    margin: 25px auto 0;

    padding: 22px 25px;

    background: linear-gradient(
        135deg,
        #30384f,
        #1d2336
    );

    border-left: 5px solid #ffd21c;

    border-radius: 10px;

    color: #ffffff;

    font-size: 15px;

    line-height: 1.8;

    box-shadow: 0 0 15px rgba(0,0,0,0.35);

}


/* DISCLAIMER HEADING */

.ind-bottom-disclaimer .disclaimer-title {

    color: #ffd21c;

    font-weight: bold;

    font-size: 16px;

}


.ind-bottom-disclaimer p {

    margin: 0 0 16px;

}


.ind-bottom-disclaimer p:last-child {

    margin-bottom: 0;

}


.ind-bottom-disclaimer .age-text {

    color: #ffd21c;

    font-weight: bold;

}


/* =========================
   TELEGRAM BUTTON
========================= */

.ind-telegram-button {

    position: fixed;

    left: 50%;

    bottom: 25px;

    transform: translateX(-50%);

    z-index: 9999;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    min-width: 330px;

    padding: 18px 30px;

    border-radius: 50px;

    background: linear-gradient(
        90deg,
        #006eff,
        #b900ff
    );

    color: #ffffff;

    font-size: 18px;

    font-weight: bold;

    text-decoration: none;

    box-shadow:

        0 0 12px #008cff,

        0 0 25px #c000ff;

}


.ind-telegram-button:hover {

    transform: translateX(-50%) scale(1.05);

}


.telegram-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 34px;

    height: 34px;

    border-radius: 50%;

    background: #ffffff;

    color: #008cff;

    font-size: 20px;

}


/* =========================
   PINK FLOATING BUTTON
========================= */

.ind-floating-button {

    position: fixed;

    right: 20px;

    bottom: 85px;

    z-index: 9998;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ff1595;

    color: #ffffff;

    text-decoration: none;

    font-size: 22px;

    box-shadow: 0 0 15px #ff1595;

}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .ind-bottom-disclaimer {

        padding: 20px 16px;

        font-size: 14px;

    }


    .ind-telegram-button {

        bottom: 18px;

        min-width: 85%;

        padding: 16px 15px;

        font-size: 16px;

    }


    .ind-floating-button {

        right: 12px;

        bottom: 85px;

    }

}
