html,
body {
    max-width: 100%;
    overflow-x: hidden;
    color: #212529 !important;
}

body {
    font-family: Roboto, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: inherit !important;
    font-family: Roboto, sans-serif !important;
}

.web-header,
.description-web {
    display: block;
    color: #5c5c5c !important;
}

.mob-header,
.description-mob {
    display: none;
    color: #5c5c5c !important;
}

.top-section {
    padding: 15px;
    margin: auto;
}

.outer-new {
    justify-content: space-between;
    grid-template-columns: 80% 20%;
    display: grid;
    gap: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.top-text-heading {
    margin-left: 1px;
    color: #0a0a0a;
    font-size: 22px;
    font-weight: 600;
    padding-right: 20px;
    width: 100%;
    margin-top: 10px;
    background: none;
    border-bottom: 1px solid black;
    padding-bottom: 6px;
}

.top-text-heading:first-child {
    border-bottom: none;
}

.text {
    color: #3259d7 !important;
    font-size: 20px;
    font-weight: 600;
}

.avatar-container {
    padding: 30px;
    background-color: #f2f9ff;
    border-radius: 15px;
    margin: 20px 0;
    position: relative;
}

.avatar-container::before,
.avatar-container::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url("https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/version4/promotion_april_25/zenrik_images/Layer-63-1-17461795065137.png?v=1746179507");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.avatar-container::after {
    background-image: url("https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/version4/promotion_april_25/zenrik_images/Layer-63-2-17461804371046.png?v=1746180437");
}

.avatar-container::before {
    top: 20px;
    left: 20px;
    transform: rotate(-15deg);
}

.avatar-container::after {
    bottom: 20px;
    right: 0px;
}

.player-types-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #3259d7 !important;
}

.player-types-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.player-card {
    width: 250px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.player-card:hover {
    transform: scale(1.05) rotate(-2deg);
}

.player-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.player-card:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    p {
        font-size: 14px !important;
    }

    .web-header,
    .description-web {
        display: none;
    }

    .mob-header,
    .description-mob {
        display: block !important;
    }

    .text {
        font-size: 18px !important;
        color: #3259d7 !important;
    }

    .player-types-grid {
        gap: 15px;
    }

    .player-card {
        width: 45%;
    }

    .ludo-skills-container {
        margin: 20px;
    }

    .player-types-title {
        font-size: 18px !important;
    }

    .avatar-container::before,
    .avatar-container::after {
        width: 70px !important;
        height: 70px !important;
    }

    .avatar-container::before {
        left: 5px !important;
    }

    .skill-heading {
        font-size: 15px !important;
    }

    .ludo-heading {
        font-size: 18px !important;
    }
}

.ludo-skills-container {
    margin: 20px 0;
}

.intro-text {
    margin-bottom: 20px;
    color: #5c5c5c;
}

.skill-item {
    margin-bottom: 25px;
}

.skill-heading-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.skill-heading {
    color: #373737 !important;
    font-weight: bold;
    margin: 0;
    text-transform: none;
    font-size: 18px;
}

#header.header-scrolled .nav-menu>li a:hover,
.nav-menu a:hover {
    color: white;
    font-weight: bold;
}

.chess-icon {
    width: 1.6%;
    height: auto;
}

.skill-content {
    color: #5c5c5c !important;
    margin: 0 !important;
    padding-left: 2.6% !important;
    /* Aligns content with heading text */
}

@media (max-width: 768px) {
    .chess-icon {
        width: 15px;
    }

    .skill-content {
        padding-left: 30px;
    }

    .accordion button h3 {
        font-size: 13px !important;
        padding: 8px 20px 8px 6px !important;
        font-weight: 600;
    }

    .faq-color {
        padding: 12px !important;
    }

    .accordion button .icon {
        right: 4px;
    }

    .accordion .accordion-content p {
        font-size: 13px;
    }

    .ludo-benefits-container {
        width: 86%;
    }

    .ludo-piece-left {
        position: absolute;
        left: -29px !important;
        top: -29px !important;
        width: 60px !important;
        height: auto;
    }

    .ludo-piece-right {
        position: absolute;
        right: -29px !important;
        bottom: -29px !important;
        width: 60px !important;
        height: auto;
    }
}

.ludo-benefits-container {
    background-color: #ecf6ffb2;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin: auto;
}

.ludo-piece-left {
    position: absolute;
    left: -35px;
    top: -35px;
    width: 80px;
    height: auto;
}

.ludo-piece-right {
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 80px;
    height: auto;
}

.ludo-content {
    text-align: center;
    padding: 0px;
}

.ludo-heading {
    color: #3259d7 !important;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.ludo-text {
    color: #555 !important;
    line-height: 1.6 !important;
    text-align: justify !important;
}

.ludo-text-margin {
    margin-bottom: 30px !important;
}

.second-heading {
    margin: 30px 0 20px;
}

h2.faq-title {
    font-size: 20px;
    color: #fff;
    line-height: 0.667;
    font-weight: bold;
    margin: 12px 0px;
}

.faq-color {
    padding: 12px !important;
}

.faq-color {
    padding: 18px 24px;
    background-color: #f4f4f4;
    border-radius: 8px;
    margin-top: 20px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-header {
    width: 90%;
    display: inline-block;
}

.accordion-arrow {
    width: 8%;
    float: right;
    text-align: right;
    height: 15px;
    padding-top: 10px;
    vertical-align: middle;
    background: url(https://d2cbroser6kssl.cloudfront.net/images/howzat/imgs/down-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
}

.accordionItem.open>.accordionItemHeading>.accordion-arrow {
    background: url(https://d2cbroser6kssl.cloudfront.net/images/howzat/imgs/active-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.accordion .accordion-item {
    border-radius: 12px;
    background-color: #f4f4f4;
    color: #424446;
}

.accordion .accordion-item button[aria-expanded="true"] {
    background: white !important;
    color: #0057d9;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    color: #424446;
    font-size: 1.2rem;
    font-weight: 400;
    border: none;
    background: #ffffff !important;
    box-shadow: 0px 1px 2px 0px #00000026;
    border-radius: 10px;
    outline: 0;
}

.accordion button h3:focus,
.accordion button h3:hover {
    cursor: pointer;
}

.accordion button .accordion-title {
    display: block;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
}

.accordion button h3 {
    font-size: 17px;
    padding: 12px 8px !important;
    /* margin-top: 10px !important; */
    font-weight: 600 !important;
    text-transform: inherit !important;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #fff;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 30em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    will-change: opacity, max-height;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.2s linear, max-height 0.2s linear;
    transition: opacity 0.2s linear, max-height 0.2s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    color: #757475;
    padding: 0px 10px 18px 14px;
    margin: 0;
}

.tnc-container {
    margin: 2rem auto;
}

.bannerdiv {
    margin-top: 74px;
}


.download-cta {
    display: none;
}

.download-url-apk-test img {
    width: 100%;
    display: block;
}


p.footer_p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    color: white;
}

span.footer_span {
    color: #c9f300;
    font-weight: 700;
}

.footer-bottom {
    margin-bottom: 15px !important;
}

@media (max-width: 769px) {

    .download-cta {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        background: #4f7df0;
        padding-top: 10px;
    }
}

@media (min-width: 769px) {
    .contentWrapper {
        margin: 30px auto 0;
        width: 1024px;
    }

}