* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #022c58;
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    color: #fff;
    line-height: 1.6;
}

.container {
    max-width: 1320px;
    width: 100%;
}

a.daman-login.btn-1 {
    border: 2px solid #fff;
    padding: 7px 22px;
    border-radius: 6px;
    font-size: 17px;
    background: transparent;
    color: white;
    border-color: yellow;
    box-shadow: 0 0 10px yellow;
    transform: translateY(-3px);
}

a.daman-download.btn-1 {
    border: 2px solid #fff;
    padding: 7px 22px;
    border-radius: 6px;
    font-size: 17px;
    color: #ffffff;
    background: transparent;
    border-color: yellow;
    box-shadow: 0 0 10px yellow;
    transform: translateY(-3px);
}

/* -----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 {
    position: absolute;
    padding-bottom: 8px;
    width: 100%;
    margin-bottom: 30px;
    top: 0px;
}

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: 200px;
}

.first-section {
    padding: 40px 0px 40px;
}

a {
    text-decoration: none;
}

.nav__menu {
    position: relative;
}

h2 {
    color: #f9b812 !important;
    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: 26px;
}

li.menu-link {
    position: relative;
    padding: 7px 9px;
    z-index: 1;
    margin-left: 10px;
}

/* MAIN MENU ZOOM */
li.menu-link>a {
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    position: relative;
    display: inline-block;
    /* needed for zoom */
    transition: transform 0.25s ease;
}

li.menu-link:hover>a {
    transform: scale(1.1);
}

/* DISABLE ZOOM IN SUNMENU */
.sunmenu li.sb-links a:hover {
    transform: none !important;
}

.sunmenu>li.sb-links>a {
    position: relative;
}

.sunmenu>li.sb-links>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;
    background-color: #fff;
}

.sunmenu>li.sb-links>a:hover:before {
    width: 100%;
    color: #000;
}

.sunmenu>li.sb-links>a:hover {
    color: #000 !important;
    transition: all 0.5s ease-in-out;
}

.nav__toggle {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid #ffffff;
    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: #022c58;
    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;
}

.btn-group button {
    padding: 10px 28px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    background: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.hero {
    background: #022c58;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 117px;
    flex-wrap: wrap;
}

.hero-text {
    max-width: 59%;
    padding-top: 62px;

}

.hero-text h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
}

.hero-text p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;

}

.cta-btn {
    margin-top: 20px;
    padding: 14px 30px;
    background: white;
    color: #022c58;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

.hero-img img {
    width: 500px;
    max-width: 100%;
}

@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        max-width: 100%;
    }
}

.side-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.hero-cta-btns {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.cta-btn2 {
    padding: 14px 28px;
    background: white;
    color: #022c58;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s;
    border: 2px solid white;
}

.cta-btn2:hover {
    background: transparent;
    color: white;
    border-color: yellow;
    box-shadow: 0 0 10px yellow;
    transform: translateY(-3px);
}

.gift-code {
    background-color: #fc3f34;
    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;
}

.main-section {
    padding: 30px 40px;
    background-color: #121417;
    margin: 40px auto;
    max-width: 1220px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.footer {
    background-color: #121417;
    color: #fff;
    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: #fc3f34;
    font-size: 23px;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding: 12px 20px 1px 10px;
    border-top: 1px solid #fc3f34;
    margin-top: 0px;
}

header.top-header.deskshow .button-group {
    margin-top: 0px;
    justify-content: flex-end;
}

.images img {
    border: 1px solid #fc3f34;
    border-radius: 10px;
}

.images {
    text-align: center;
    margin: 20px 0px;
    background-color: #121417;
    padding: 20px 0px;
    border: 1px solid #cd0103;
    border-radius: 8px;
}

.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;
}



ul {
    list-style: none;
}

ul li {
    padding: 2px 6px;
    line-height: 1.6;
    list-style: square;
}

ul li strong {
    color: #CD0103;
    font-weight: 600;
}

ol li strong {
    color: #CD0103;
    font-weight: 600;
}



.for-top {
    margin-top: 30px;
}


.faq {
    border: 2px solid #fc3f34;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-header {
    background-color: #022c58;
    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: #030303;
    color: #fff;
    transition: all 0.4s ease;
    padding: 0 20px;
}

.faq.active .faq-content {
    max-height: 300px;
    padding: 15px 20px 20px;
}


.conclusion {
    background-color: #022c58;
    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: #022c58;
    border-bottom: 1px solid #f7f5f5;
}

header.sticky ul li a {
    color: #fff;
}

/* -----Style---Inner----Section------ */

.inner-section a {
    text-decoration: none;
    font-weight: 600;
}

.inner-section a:hover,
a:focus {
    text-decoration: underline;
}

.inner-section h1,
h2,
h3,
h4 {
    color: #F9B810;
    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;
}

.inner-section {
    background: #000;
    border-radius: 10px;
    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;
    max-width: 1225px;
    margin: 100px auto;
}

.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 {
    border-left: none;
    list-style: square;
    color: #fff;
}

/* CARDS */
.section-card {
    background: #022c58;
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    border: 4px dotted #d90000;
}

.section-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(255, 0, 0, 0.25);
}

.email-link {
    font-weight: 700;
    color: #CD0103;
    word-break: break-word;
}

.center {
    text-align: center;
}

.big-mumbai-containers {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.big-mumbai-cards {
    background-color: #022c58;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    padding: 25px 15px;
    width: 338px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.big-mumbai-cards:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.18);
}

.big-mumbai-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.big-mumbai-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #f9b812;
    flex-shrink: 0;
}

.big-mumbai-name {
    font-weight: bold;
    font-size: 1.2rem;
    color: #f9b812;
}


.big-mumbai-comment {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 10px;
    color: #fff;
}

.overall-comment {
    background: #fc3f34;
    color: #fff;
    border-radius: 15px;
    padding: 11px;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.footer-section ul li {
    list-style: none;
}

.toc-container {
    background: #111;
    border: 1px solid #ffff;
    border-radius: 10px;
    width: 100%;
    max-width: 700px;
    margin: 40px 0px 0px;
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
    overflow: hidden;
}

/* ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ TOC Button */
.toc-toggle {
    background: #f9b812;
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
    padding: 12px 18px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px 10px 0 0;
}

.toc-content {
    display: none;
    background: #000b15;
    padding: 10px 20px;
    border-top: 1px solid #1f2020;
}

.toc-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toc-content li {
    padding: 8px 0;
    border-bottom: 1px solid #cd0103;
    list-style: none;

}

.toc-content li:last-child {
    border-bottom: none;
}

.toc-content a {
    text-decoration: none;
    transition: 0.3s;
    padding-left: 16px;
    color: #fff;
}

.toc-content a:hover {
    color: #fff;
    text-shadow: 0 0 5px #d9ac4f;
}

.toc .container {
    max-width: 1174px;
}

.remove-sqaure ul li {
    list-style: none;
}



/* 2 Column Grid */
.big-mumbai-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* Single big-mumbai-card */
.big-mumbai-card {
    background: #022c58;
    border: 3px solid #cc0000;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 4px 18px rgba(204, 0, 0, 0.25);
    transition: 0.3s ease;
}

.big-mumbai-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(204, 0, 0, 0.35);
}

/* Title */
.big-mumbai-card-title {
    color: #cc0000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* Text */
.big-mumbai-card-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

/* Responsive for Mobile */
@media (max-width: 600px) {
    .big-mumbai-card-container {
        grid-template-columns: 1fr;
    }
}


/* Section Title */
.section-title {
    font-size: 32px;
    font-weight: 800;
    color: #cc0000;
    margin-bottom: 20px;
    text-align: center;
}

/* Card Section */
.card-section {
    background: #022c58;
    border: 3px solid #cc0000;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 6px 25px rgba(204, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(204, 0, 0, 0.35);
}

/* Card Heading */
.card-section h2 {
    color: #f9b812 !important;
    font-size: 34px;
    font-weight: 700;
    margin-top: 20px;
}

/* Sub Heading */
.card-section h3 {
    color: #f9b812;
    font-size: 24px;
    margin-top: 15px;
}

span.yellow-clr {
    color: #f9b812;
}

/* GIFT CODE BOX */
.gift-box {
    background-color: #022c58;
    padding: 10px 20px;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 0 15px #ffc107;
    text-align: center;
}

.gift-box p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

.gift-box .para {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    background-color: #f9b812;
    border-radius: 30px;
}

/* TABLE */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

table td {
    border: 1px solid #ffbc0f;
    padding: 8px 10px;
    color: #000;
    font-size: 16px;
}

table td:first-child {
    background: #003767;
    font-weight: bold;
    width: 35%;
    color: #ffbc0f;
}

ol,
ul {
    padding-left: 0px !important;
}

.other-color {
    background-color: #ffbc0f;
}

.other-colors {
    background-color: #ffbc0f !important;
    color: #000 !important;
}

.d-btns {
    display: flex;
    justify-self: center;
    margin: 0px auto 10px;
}