body {
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
    color: #000000;
    background-color: #ffffff;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, strong {
    font-weight: 600;
    text-wrap: balance;
    color: #6d25d0;
}

h1 {
    font-size: clamp(2rem, 4vw + 1rem, 3.2rem);
}

h2, .h2 {
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2.05rem);
}

a {
    color: #6d25d0;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: underline;
    }
/* Header */
header nav.navbar {
    padding: 1rem;
    background: transparent;
}

a.navbar-brand {
    padding: 0;
    width: 16%;
    margin: 0;
}

#navbarNav li {
    padding: 0 1.5rem;
}

    #navbarNav li a {
        color: #6d25d0;
        text-transform: capitalize;
        padding: 0.3rem 0;
        border-bottom: 3px solid transparent;
        font-weight: 500;
        text-decoration: none;
    }

        #navbarNav li a.active, #navbarNav li a:hover {
            color: #6d25d0;
            border-bottom: 3px solid #6d25d0;
        }
/* Header Ends */

/* Footer */

.abbr-wrap {
    font-size: 90%;
}

.footer-wrap {
    background: #1b164c;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 90%;
}


#footer-nav li + li:before {
    margin-right: 7px;
}

ul#footer-nav {
    margin: 0;
}

.footer-wrap .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    vertical-align: middle;
}

#footer-nav li a {
    text-decoration: none;
    color: #fff;
}

    #footer-nav li a:hover {
        color: inherit;
        text-decoration: underline;
    }

.color-grey {
    color: #aaaaaa;
}

.social-icon {
    font-size: 1.6rem;
    border-radius: 5px;
    color: #fff;
}

    .social-icon:hover {
        color: #6133ff;
    }

/* Footer Ends */

/* FAQ */

.accordion-item {
    margin-bottom: 1rem;
    border-color: #113661;
    border-radius: 5px;
    border-top: 1px solid !important;
}

.accordion-button {
    font-weight: normal;
    border-color: red;
    border-radius: 5px;
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
    color: #113661;
}

    .accordion-button::after {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23113661' xmlns='http://www.w3.org/2000/svg'><path d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/></svg>");
        background-size: 1rem 1rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 3.5a.7.7 0 0 1 1 0L8 7l3.5-3.5a.7.7 0 0 1 1 1L9 8l3.5 3.5a.7.7 0 0 1-1 1L8 9l-3.5 3.5a.7.7 0 0 1-1-1L7 8 3.5 4.5a.7.7 0 0 1 0-1z'/></svg>");
        background-size: 1.2rem 1.2rem; /* slightly bigger to appear equal */
        background-repeat: no-repeat;
        background-position: center;
    }


    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #113661;
        box-shadow: none;
        border-radius: 5px 5px 0 0;
    }

.accordion-collapse {
    color: #fff;
    background-color: #113661;
    border-radius: 0 0 5px 5px;
}

    .accordion-collapse.collapse.show {
        border-top: 1px solid transparent;
        position: relative;
    }

        .accordion-collapse.collapse.show::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background: #fff;
            clip-path: inset(0 20px 0 20px);
            /
        }

/* FAQ ends */

.btn {
    background: linear-gradient(90deg, #6133ff 0%, #b842f5 45%, #f43acb 100%, #ff2d63 100% );
    color: #fff !important;
    border-radius: 35px;
    padding: 0.5rem 3.5rem;
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
    font-weight: 600;
    text-decoration: none !important;
    border-color: transparent;
    transition: box-shadow 0.7s ease;
}

    .btn:hover, .btn-primary:active {
        box-shadow: inset 800px 0 0 0 #6133ff;
    }


.btn-primary.disabled, .btn-primary:disabled {
    background: linear-gradient(90deg, #6133ff 0%, #b842f5 45%, #f43acb 100%, #ff2d63 100% );
    color: #fff !important;
    border-color: transparent;
    opacity:1;
}

.form-control {
    border-color: #d1d6dc;
    color: #000;
    padding: 0.5rem 1rem;
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
}

.how-to-blk {
    background: #f0f0f0;
    padding: 2rem 0;
    margin: 4rem 0 3rem;
}

    .how-to-blk p {
        margin-bottom: 0;
    }

.team-thumbnail-wrapper {
    position: relative;
}

    .team-thumbnail-wrapper .form-check-input {
        width: 1px;
        height: 1px;
        position: absolute;
        z-index: -100;
        top: 20px;
        left: 20px;
    }

.team-thumbnail {
    border: 3px solid transparent;
    cursor: pointer;
    border-radius: 8px;
}

    .team-thumbnail.active,
    .team-thumbnail:hover {
        border-color: #1877f2;
    }

form .col-md-12 label {
    display: none;
}

/* Play page */

.wheel {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 10px solid #333333;
    background: conic-gradient( #e5c37c 0% 12.5%, #d6b36a 12.5% 25%, #d7a95c 25% 37.5%, #c59c57 37.5% 50%, #bc934d 50% 62.5%, #b18a47 62.5% 75%, #a6803f 75% 87.5%, #9a7638 87.5% 100% );
    margin: 0 auto 20px;
    position: relative;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1);
}

#gameResult button.btn-close {
    position: absolute;
    right: 7px;
    top: 5px;
    z-index: 1;
}

#gameResult .modal-body {
    padding: 3rem 2rem;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

/* Play page ends */
/* Reward page */
/* Card */
.save-card {
    width: 100%;
    max-width: 420px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #fff;
    padding: 30px 30px 40px;
    transition: all 0.3s ease;
}
.save-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.save-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f2f4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 20px;
}
.save-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.save-card-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}
/* Reward page */
/* Menu */

.offcanvas.show {
    transform: translateX(0); /* Slide into view */
}

.offcanvas-header {
    justify-content: flex-end;
}

    .offcanvas-header .btn-close {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 3.5a.7.7 0 0 1 1 0L8 7l3.5-3.5a.7.7 0 0 1 1 1L9 8l3.5 3.5a.7.7 0 0 1-1 1L8 9l-3.5 3.5a.7.7 0 0 1-1-1L7 8 3.5 4.5a.7.7 0 0 1 0-1z'/></svg>");
        background-size: cover;
        opacity: 1;
    }

header .navbar .navbar-toggler {
    padding: 0px;
    border: 0;
    box-shadow: none;
}

.navbar-toggler {
    position: relative;
    height: 50px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000000;
    z-index: 1100;
}

    .navbar-toggler::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 3px;
        background: #000000;
        transform: translateY(-10px);
        box-shadow: 0 20px #000000;
        transition: 0.5s;
    }

    .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 3px;
        background: #000000;
        transform: translateY(0px);
        transition: 0.5s;
        margin-right: -8px;
    }

    .navbar-toggler.active::before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 #fff;
        background: #fff;
    }

    .navbar-toggler.active::after {
        transform: translateY(0px) rotate(-45deg);
        width: 35px;
        margin: 0;
        background: #fff;
    }

/* Menu Ends */

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #6133ff;
    background: #6133ff;
    color: #fff !important;
}

.form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #6133ff;
}

.form-check-input[type=checkbox] {
    border-color: #d1d6dc;
}

.grey-border {
    display: flex;
    margin: auto;
    text-align: center;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .grey-border .grey-wrap {
        border: 1px solid #e1e4e8;
        padding: 0;
        width: 400px;
        height: 80px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #113661;
    }

        .grey-border .grey-wrap:hover {
            border-color: #6133ff;
        }

        .grey-border .grey-wrap path {
            fill: #113661;
        }

        .grey-border .grey-wrap form, .grey-border .grey-wrap button {
            width: 100%;
            height: 100%;
        }

        .grey-border .grey-wrap span {
            color: #113661;
        }

        input#txtPhoto {
            opacity: 0;
            position: absolute;
            z-index: -1;
        }

.previewImageItem img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    header nav.navbar {
        padding: 10px;
    }

    a.navbar-brand {
        width: 15%;
        position: relative;
        z-index: 9999;
    }

    .offcanvas #navbarNav li {
        padding: 0.5rem 1rem;
        display: block;
    }

        .offcanvas #navbarNav li a {
            color: #ffffff;
            display: inline-block;
        }

            .offcanvas #navbarNav li a.active, .offcanvas #navbarNav li a:hover {
                color: #ffffff;
                border-bottom: 3px solid #ffffff;
            }

    .how-to-blk .col-md-4 {
        margin-bottom: 2rem;
    }

        .how-to-blk .col-md-4:last-child {
            margin-bottom: 0;
        }

        .how-to-blk .col-md-4 img {
            width: 50px;
        }

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    ul#navbarNav {
        padding-top: 1rem;
    }

    nav.navbar-expand-md .offcanvas {
        background: linear-gradient(180deg, #6133ff 0%, #b842f5 45%, #f43acb 100%, #ff2d63 100% );
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        transition: transform 0.4s ease-in-out; /* Smooth slide */
        z-index: 1200;
    }

    .previewImageItem img {
        max-width: 100%;
    }

    #upload-image {
        margin-top: 1.5rem;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    a.navbar-brand {
        width: 30%;
    }

    .footer-wrap {
        flex-direction: column;
        justify-content: center;
    }

    .footer-lt {
        order: 2;
        text-align: center;
        margin: 1rem 0 0;
    }

    .footer-wrap .footer-lt .list-inline > li {
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 7px;
    }

    #footer-nav li + li:before {
        display: none;
    }

    .footer-wrap p.mt-3 {
        margin-top: 1.5rem !important;
    }

    .accordion-button {
        padding: 1rem;
    }

    .wheel {
        width: 250px;
        height: 250px;
    }

    .footer-social-nav li:first-child {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) and (orientation: portrait) {
    #divStepOne .row {
        flex-direction: column;
    }
    #upload-image {
        margin-top: 1.5rem;
        justify-content: center;
    }

}

