* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    background-color: #fff;
    color: #222;
    line-height: 1.6;
}

.container {
    max-width: 1220px;
    width: 100%;
}

a.daman-login.btn-1 {
    border: 2px solid #fff;
    padding: 7px 22px;
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
}

a.daman-download.btn-1 {
    border: 2px solid #fff;
    padding: 7px 22px;
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
}

/* -----Top----Headr-------------- */

header.top-header.deskshow {
    background-color: #fff;
    padding: 5px 0px;
}

.daman-game {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* -------End---Top------Header---- */
header.myheader {
    background-color: #CD0103;
    /* box-shadow: 1px 0px 1px 0px rgba(17, 0, 0, .71); */
    position: relative;
    /* border-bottom: 1px solid #eeeeee; */
    padding-bottom: 9px;
}

header.myheader ul li {
    list-style: none;
    border-left: none;
}

.daman-bg-clor {
    background-color: #262525;
    padding: 25px 39px;
    border-radius: 10px;
    border: 1px solid #fec464;
    box-shadow: inset 0 0 8px rgba(255, 193, 7, 0.5);
}

.daman-bg-clor:hover {
    border: 1px solid #fec464;
    box-shadow: inset 0 0 8px rgba(255, 193, 7, 0.5);
    transition: 0.3s ease;
}

.nav__data {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.main-logo img {
    padding-top: 8px;
    max-width: 68px;
}

.first-section {
    padding: 40px 0px 40px;
}

a {
    text-decoration: none;
}

.nav__menu {
    position: relative;
}

h2 {
    color: #CD0103;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 22px;
}

h3 {
    color: #CD0103;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}

ul.menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13px;
}

li.menu-link {
    position: relative;
    padding: 7px 9px;
    z-index: 1;
    margin-left: 10px;
}

li.menu-link a {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    position: relative;
}

li.menu-link a:before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    border-bottom: 1px solid #000;
    transition: all 0.5s ease-in-out;
    padding-top: 2px;
    z-index: -1;
}

li.menu-link a:hover:before {
    width: 100%;
}

.nav__toggle {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    display: none;
}

.nav__toggle .pizza,
.close {
    position: absolute;
    max-width: max-content;
    max-height: max-content;
    inset: 0;
    margin: auto;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.close {
    opacity: 0;
    visibility: hidden;
}

.show-menu {
    transform: translateX(0%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999 !important;
}

.show-icon .close {
    transform: rotate(90deg);
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: -103px;
    z-index: 999 !important;
}

.show-icon .pizza {
    opacity: 1;
    transform: rotate(360deg);
}

/* Dropdown */
.nav__menu ul.menu-list li.menu-link>ul.sunmenu {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 250px;
    padding: 15px 0px 0px;
    background-color: #241e22;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-90deg);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
    box-shadow: -3px 3px 4px 0px #fff;
    z-index: 100;
    margin-left: -70px;
    margin-top: 8px;
}

.nav__menu ul.menu-list li.menu-link:hover ul.sunmenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

.nav__menu ul.menu-list li.menu-link>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    display: block;
    padding: 5px 20px;
}

.all-daman-game {
    padding-top: 50px;
}

.center {
    text-align: center;
}

.hero {
    text-align: center;
    padding: 50px 30px;
    background: #fff;
}

.hero h2 {
    color: #CD0103;
    margin-bottom: 15px;
    font-size: 32px;
}

.gift-code {
    background-color: #CD0103;
    color: white;
    text-align: center;
    padding: 1px 20px 40px;
}

.gift-code code {
    display: inline-block;
    background-color: white;
    color: #CD0103;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

section {
    padding: 30px 40px;
    border-left: 5px solid #CD0103;
    background-color: white;
    margin: 20px auto;
    max-width: 1150px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th {
    background-color: #CD0103;
    color: white;
    padding: 10px;
}

td {
    background-color: #f4f4f4;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.footer {
    background-color: #CD0103;
    color: white;
    padding: 2rem 1rem 2rem;
    margin-top: 2.4rem;
}

.footer-section ul {
    padding: 0px;
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
}

.footer-section ul li a {
    color: #fff;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-section h3 {
    color: #fff;
    font-size: 23px;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding: 12px 20px 1px 10px;
    border-top: 1px solid #fff;
    margin-top: 0px;
}

.button-group {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.bttn {
    position: relative;
    padding: 14px 45px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid white;
    /* border always white */
}

.bttn i {
    font-size: 1.3rem;
}

/* White border hover effect */
.bttn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    border: 3px solid white;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.bttn:hover::before {
    transform: scale(1);
    opacity: 1;
}

/* Hover glow */
.bttn:hover {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.55);
    transform: scale(1.07);
    color: #Fff;
    font-weight: 600;
}

/* Button theme colors */
.bttn-login {
    background: linear-gradient(45deg, #ff7a59, #ff416c);
}

.bttn-register {
    background: linear-gradient(45deg, #ff4b2b, #ff1e56);
}

.bttn-download {
    background: linear-gradient(45deg, #ff416c, #d63384);
}

header.top-header.deskshow .button-group {
    margin-top: 0px;
    justify-content: flex-end;
}

.images img {
    max-width: 329px;
    border: 1px solid #cd0103;
    border-radius: 10px;
}

.images {
    text-align: center;
    margin: 20px 0px;
}

.center {
    text-align: center;
}

.what-are ol {
    list-style: none;
}

.method {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
}

h4 {
    color: #CD0103;
    font-size: 18px;
    margin-bottom: 8px;
}

.card {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 10px;
    padding: 2px 6px;
    line-height: 1.6;
    border-left: 4px solid #CD0103;
}

ul li strong {
    color: #CD0103;
    font-weight: 600;
}

ol li strong {
    color: #CD0103;
    font-weight: 600;
}

.step-list {
    list-style: none;
    padding-left: 0;
}

.step-list li {
    margin-bottom: 10px;
    padding: 8px 15px;
    border-left: 4px solid #CD0103;
    line-height: 1.6;
}

.step-list li strong {
    color: #CD0103;
    font-weight: 600;
}

.info-list {
    list-style: disc;
    margin-left: 30px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.info-list li {
    line-height: 1.6;
    margin-bottom: 6px;
    border-left: none;
}

.info-box {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-left: 6px solid #CD0103;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.for-top {
    margin-top: 30px;
}

.events-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    gap: 20px;
}

.event-box {
    background-color: #f9f9f9;
    border-left: 5px solid #CD0103;
    border-radius: 10px;
    padding: 20px 18px;
    border: 1px solid #CD0103;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.event-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.feature-box {
    background-color: #f9f9f9;
    border-left: 5px solid #CD0103;
    border-radius: 10px;
    padding: 20px 18px;
    border: 1px solid #eee;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.feature-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 25px;
}

.review-box {
    background-color: #fdfdfd;
    border-left: 5px solid #CD0103;
    border-radius: 10px;
    padding: 20px 18px;
    border: 1px solid #CD0103;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 130px;
}

.review-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.review-text {
    font-style: italic;
    line-height: 1.7;
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

.review-author {
    font-weight: 600;
    color: #CD0103;
    margin-top: 10px;
    text-align: right;
}

.closing-text {
    margin-top: 30px;
    text-align: center;
    line-height: 1.8;
}

.feedback-card {
    background-color: #fdfdfd;
    border-left: 6px solid #CD0103;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    padding: 35px 28px 30px;
    color: #222;
}

.precautions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 25px;
}

.precaution-box {
    background: #fdfdfd;
    border-left: 5px solid #CD0103;
    border-radius: 10px;
    padding: 22px 18px;
    border: 1px solid #eee;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s;
}

.pre-head {
    color: #CD0103;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}

.faq {
    border: 2px solid #CD0103;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-header {
    background-color: #CD0103;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.faq-header h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
}

.faq-header::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq.active .faq-header::after {
    content: '-';
    transform: rotate(180deg);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    color: #333;
    transition: all 0.4s ease;
    padding: 0 20px;
}

.faq.active .faq-content {
    max-height: 300px;
    padding: 15px 20px 20px;
}


.conclusion {
    background-color: #CD0103;
    color: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
    line-height: 1.6;
}

/* -----Sticky----Style----Code-------- */
.sticky {
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    transition: all 0.6s ease-in-out;
    animation: smothScroll 1s forwards;
}

@keyframes smothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sticky+.site-content {
    padding-top: 102px;
}

header.sticky {
    background-color: #cd0103;
    border-bottom: 1px solid #cd0103;
}

header.sticky ul li a {
    color: #fff;
}

/* -----Style---Inner----Section------ */

.inner-section a {
    color: #CD0103;
    text-decoration: none;
    font-weight: 600;
}

.inner-section a:hover,
a:focus {
    text-decoration: underline;
}

.inner-section h1,
h2,
h3,
h4 {
    color: #CD0103;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.9rem;
    line-height: 1.2;
}

.inner-section h1 {
    font-size: 2.8rem;
    margin-top: 1rem;
    text-align: center;
    font-weight: 800;
}

.inner-section h2 {
    font-size: 1.8rem;
    border-bottom: 3px solid #f29a9c;
    padding-bottom: 6px;
}

.inner-section h3 {
    font-size: 1.35rem;
    margin-top: 2.2rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.inner-section p {
    margin-bottom: 1.2em;
    color: #444;
}

.inner-section {
    background: #fefefe;
    border-radius: 10px;
    margin-bottom: 3rem;
    padding: 34px 38px 46px;
    box-shadow: 0 12px 32px rgba(205, 1, 3, 0.15);
    border: 2px solid #CD0103;
    transition: box-shadow 0.3s ease;
}

.inner-section:hover {
    box-shadow: 0 20px 45px rgba(205, 1, 3, 0.3);
}

.inner-section ul {
    padding-left: 1.4rem;
    margin-bottom: 1.8rem;
    color: #444;
}

.inner-section li {
    margin-bottom: 0.9rem;
    border-left: none;
    list-style: square;
}

.email-link {
    font-weight: 700;
    color: #CD0103;
    word-break: break-word;
}