body {
    background-color: #000000;
    color: #ffffff;
}

a {
    color: #4d95ff;
}

.navbar {
    background: transparent;
    margin-top: 0px;
    z-index: 1;
}

a.nav-link.active {
    background: radial-gradient(45% 100% at 50% 0%, rgba(178, 135, 39, 0.6) 0%, rgba(53, 36, 2, 0.2) 100%);
    border-radius: 22.5px;
    border: 1px solid #ffffff6b;
}

.nav-link:hover {
    background: radial-gradient(45% 100% at 50% 0%, rgba(178, 135, 39, 0.6) 0%, rgba(53, 36, 2, 0.2) 100%);
    border-radius: 30px;
    border: 1px solid #ffffff6b;
    color: #fff;
}

.nav-link {
    padding: 5px 7px !important;
    border: 1px solid #ffffff00;
    border-radius: 30px;
    font-size: 14px;
}

a {
    text-decoration: none;
}

.main-body {
    overflow: hidden;
}

a.navbar-brand img {
    width: 55px;
}

.navbarNav-rwp > .navbar-nav {
    box-sizing: border-box;
    border-radius: 13px;
    width: 100%;
    margin: 0 auto;
    padding: 7px;
    ]: 37px;
    border: 2px solid transparent;
    background: linear-gradient(90deg, rgb(84 60 10) 1%, rgb(129 90 5) 50%, rgb(24 21 15) 99%) padding-box, linear-gradient(338deg, #ffffff0a, #ebebebcc, #ffffff0a) border-box;
    display: flex;
    justify-content: center;
}

div#navbarNav {
    justify-content: center;
    padding-right: 20px;
}

ul.right-top-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    gap: 25px;
}

    ul.right-top-menu a {
        border-radius: 12px;
        display: flex;
        padding: 15px;
        position: relative;
        color: #fff;
        margin-right: 15px;
        border: 2px solid transparent;
        background: linear-gradient(90deg, #B28727, #48340d) padding-box, linear-gradient(338deg, #ffffff0f, #68686869, #ffffff) border-box;
    }


a.nav-en {
    box-sizing: border-box;
    background: linear-gradient(314deg, #090858, #000023) padding-box, linear-gradient(338deg, #ffffff0a, #ebebeb, #ffffff0a) border-box !important;
}



img.Main-BG-png {
    position: relative;
    width: 100%;
    margin-top: -20%;
    z-index: -9;
}

.hero-section-1 {
    padding-top: 100px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.hero-section {
    padding: 100px 0;
    background: url('https://i.imgur.com/rO9rC8S.jpeg') no-repeat center center;
    background-size: cover;
    text-align: center;
}

li.connect-wallet a {
    border: transparent;
    background: transparent;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    transform: scale(1.3);
    margin-left: 15px;
    margin-right: 0;
}

li.connect-wallet {
    margin-right: 30px;
}


.hero-section h1,
.hero-section p {
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.text-gold {
    color: #fff;
}

.btn-gold {
    background-color: #c99400;
    border-color: #c99400;
    color: #fff;
}

    .btn-gold:hover {
        \: #e6a900;
    }

.presale-card {
    background-color: #1a1a3d;
    border-radius: 15px;
    border: 1px solid #c99400;
    box-shadow: 0 0 20px #c9940033;
}

.form-control,
.form-select {
    background-color: #0d0d2b;
    border-color: #c99400;
    color: #fff;
}

    .form-control::placeholder {
        color: #ccc;
    }

    .form-control:focus {
        background-color: #0d0d2b;
        border-color: #e6a900;
        color: #fff;
        box-shadow: 0 0 10px #e6a90080;
    }

.section-divider {
    border-bottom: 1px solid #c9940050;
    margin: 4rem 0;
}

.connectWallet-home {
    text-align: center;
}

.connect-walle-row {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}

    .connect-walle-row button {
        width: 100%;
    }

.ecosystem-card {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
    border: 4px solid transparent;
    background: linear-gradient(#1b1b1e, #060609) padding-box, linear-gradient(135deg, #4F70FD, #33D7C5) border-box;
}

.border_1 {
    left: 0;
    height: 100%;
    width: 100%;
}

.border_2 {
    left: 0;
    width: 100%;
    height: 10px;
}

.border_3 {
    right: 0;
    height: 100%;
    width: 10px;
    border-radius: 100px;
}

.border_4 {
    left: 0;
    width: 100%;
    height: 10px;
    bottom: 0;
}

span[class*="border_"] {
    /* position: absolute; */
    /* z-index: -1; */
    /* border: 12px solid; */
    /* border-image: linear-gradient(45deg, #22e846, #2f67e1) 1; */
    display: none;
}

img.rectangle-shape-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.ecosystem-card:before {
    content: '';
    /* background: radial-gradient(#00000096, #000000ba, #000000); */
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* width: calc(100% - 10px); */
    /* height: calc(100% - 10px); */
    /* border-radius: 12px; */
    /* z-index: 1; */
    /* transform: translate(-50%, -50%); */
    /* border-radius: 10px; */
}

.ecosystem-card .card-body {
    z-index: 1;
    text-align: center;
    color: #fff;
}

.ecosystem-card:hover {
    transform: translateY(-10px);
}

.ecosystem-icon {
    height: 250px;
}

.ecosystem-sec {
    position: relative;
    padding: 100px 0;
}

img.BG-Outline1-png {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
}

.token-info-wrapper {
    /* background: radial-gradient(circle, #d1b989 0%, #1a1405 100%); */
    /* border-radius: 20px; */
    padding: 2px;
    margin-bottom: 100px;
    overflow: hidden;
    /* background: #614c21b3; */
}

.heading-2 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 1.5px;
    background: linear-gradient(90deg, #FFFFFF 15%, #f0a806 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

img.cyber-technology {
    position: absolute;
    width: 100%;
    top: -25%;
    z-index: -1;
    opacity: 1;
    mix-blend-mode: lighten;
}

.token-info-container {
    display: grid;
    /* gap: 2px; */
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    border: 2px solid #ffffff4f;
    background-color: #49321461;
    border-radius: 5px 5px 0 0;
    background: #000000d6;
}

.token-info-cell {
    /* background-color: #4a3c20; */
    color: #ffffff;
    padding: 15px;
    text-align: center;
    border: 2px solid #ffffff4f;
    background-color: #ffffff08;
}

.token-info-label {
    font-size: 14px;
    color: #d8c8a8;
    margin-bottom: 5px;
}

.token-info-value {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFFFFF 12%, #ffb308 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.token-info-cell-two {
    text-align: center;
    padding: 15px;
    border: 4px solid #ffffff4f;
    background-color: #49321461;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background: #000000a6;
}

.allocation-container {
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    border: 2px solid #ffffff57;
    border: 3px solid transparent;
    background: linear-gradient(314deg, #090858, #000023) padding-box, linear-gradient(338deg, #ffffff0a, #ebebeb, #ffffff0a) border-box;
    position: relative;
    z-index: 1;
}

.allocation-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.presale-section {
    position: relative;
}

span.shape_3 {
    position: absolute;
    width: 700px;
    height: 700px;
    left: -20%;
    bottom: 0;
    background: radial-gradient(81.15% 81.15% at 50% 50%, #0F0E94 0%, rgba(0, 0, 0, 0) 100%);
    filter: blur(152px);
}

span.shape_4 {
    position: absolute;
    width: 700px;
    height: 700px;
    right: -20%;
    top: 0;
    background: radial-gradient(81.15% 81.15% at 50% 50%, #0F0E94 0%, rgba(0, 0, 0, 0) 100%);
    filter: blur(152px);
}

img.stage_left-svg {
    width: 300px;
    left: 0;
    position: absolute;
    bottom: 0;
}

img.stage_right-svg {
    width: 350px;
    right: 0;
    position: absolute;
    bottom: 0;
}

.allocation-row:last-child {
    border-bottom: none;
}

.allocation-label {
    font-size: 18px;
    font-weight: 500;
}

.hby {
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: center;
    border: 2px solid transparent;
    background: linear-gradient(90deg, #6a6a8e, #6a6882) padding-box, linear-gradient(117deg, #ffffff, #8e8e8e, #ffffff5c) border-box;
}

.footer-how-buy {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
    gap: 15px;
}

.allocation-value {
    font-size: 24px;
    font-weight: 700;
}

span.circle_5 {
    position: absolute;
    width: 1500px;
    height: 1500px;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #0F0E94 0%, rgba(0, 0, 0, 0) 90%);
    mix-blend-mode: screen;
    right: -70%;
    top: -50%;
    pointer-events: none;
}

.tokenomics-section {
    position: relative;
}

img.token-structure-svg {
    width: 100%;
}

span.circle_4 {
    position: absolute;
    width: 2000px;
    height: 2000px;
    left: -65%;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #1616a4 0%, rgba(0, 0, 0, 0) 70%);
    mix-blend-mode: screen;
    top: -80%;
    pointer-events: none;
    opacity: 0.8;
}

/***********************************/
.crypto-widget .card-body {
    width: 100%;
    color: #d8c8a8;
    /* Rectangle 2 */
    /* Rectangle 3 */
    background: linear-gradient(180deg, rgb(19 11 40 / 79%) 0%, rgb(54 39 5 / 90%) 100%);
    position: relative;
    border-radius: 30px;
}


.crypto-widget {
    position: relative;
    border-radius: 30px;
    padding: 3px;
    overflow: hidden;
    background: transparent;
}

    .crypto-widget:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 1%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.2) 99%);
        border-radius: 30px;
        left: 0;
        top: 0;
    }

    .crypto-widget .card-body {
        padding: 1.75rem;
    }

.progress {
    height: 12px;
    background-color: #ffffff;
    border-radius: 1rem;
}

.progress-bar {
    background-color: #b5912a;
    background: linear-gradient(90deg, #d4af37, #b5912a);
    border-radius: 1rem;
}

.sp_1 { /* Ellipse 6 */
    position: absolute;
    width: 1500px;
    height: 1000px;
    left: -49%;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #7E5300 0%, rgba(0, 0, 0, 0) 85%);
    mix-blend-mode: screen;
    top: -27%;
    pointer-events: none;
}

span.sp_2 { /* Ellipse 7 */
    position: absolute;
    width: 1500px;
    height: 1500px;
    right: -50%;
    top: 0;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #0F0E94 0%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: screen;
}

.btn-payment-group {
    display: inline-flex;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.btn-payment {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 600;
    flex-grow: 1;
    padding: 8px 30px;
    box-sizing: border-box;
    height: 45px;
}

    .btn-payment.active,
    .btn-payment:hover {
        background-color: #332814;
        border-color: #b5912a;
    }

    .btn-payment img {
        width: 18px;
        margin-right: 5px;
    }

.form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #ffffff;
}

.form-control {
    background-color: #e0e0e0;
    border: 1px solid #c0c0c0;
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem 1rem;
}

    .form-control::placeholder, .form-control:focus {
        color: #000;
    }

    .form-control:focus {
        background-color: #ffffff;
        box-shadow: 0 0 0 0.25rem rgba(181, 145, 42, 0.25);
        border-color: #b5912a;
    }


.crypto-widget .input-group img {
    width: 30px;
    height: 30px;
}

.input-group-text {
    background-color: #e0e0e0;
    border: 1px solid #c0c0c0;
    background: #ffffff;
}

.input-icon {
    height: 24px;
    width: 24px;
}

.btn-connect-wallet {
    border: none;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    box-sizing: border-box;
    border-radius: 9px;
    border: 3px solid transparent;
    background: linear-gradient(90deg, #B28727, #48340d) padding-box, linear-gradient(338deg, #ffffff0f, #68686869, #ffffff) border-box;
    padding: 15px;
}




    .btn-connect-wallet .bi-magic {
        font-size: 1.2rem;
        margin-right: 0.5rem;
        color: #ffffff;
    }

.presale-container {
    padding-bottom: 50px;
}

.shape_3-1 {
    position: absolute;
    width: 100%;
    height: 700px;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #c98500 0%, #000000 80%);
    mix-blend-mode: normal;
    top: -41%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.7;
}

.presale-title {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFFFFF 35%, #e2a00c 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}

.presale-title-gold {
    color: #d4af37;
}

.content-wrapper {
    display: flex;
    justify-content: center;
}

.info-box {
    /* Transparent dark background */

    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 2px;
    margin-top: 30px;
    border: 2px solid transparent;
    background: linear-gradient(45deg, #120c02, #060101d1) padding-box, linear-gradient(338deg, #ffffff0f, #FF9800, #160d00) border-box;
}

div#countdown {
    display: flex;
    text-align: center;
    gap: 15px;
    position: relative;
    align-items: center;
}

    div#countdown h3 {
        margin-bottom: 0;
        font-size: 24px;
    }

.info-box:before {
}

.info-box > div {
    /* height: 100%; */
    /* place-content: center; */
    /* background: linear-gradient(45deg, #322304, #060101d1); */
    padding: 15px 30px;
}

div#countdown span {
    font-size: 20px;
}

.info-box.price-box:before {
    /* background: linear-gradient(74deg, #ffbe2f 0%, #dea017 0%, rgb(169 118 20 / 79%) 100%); */
}

.info-box.countdown-box:before {
}


.price-box p {
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFFFFF -26%, #b98b26 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}

.price-box p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.countdown-box {
    margin-left: 30px;
    border: 2px solid transparent;
    background: linear-gradient(45deg, #120c02, #060101d1) padding-box, linear-gradient(338deg, #ffffff0f, #ffffff, #160d00) border-box;
}

.time-unit {
    text-align: center;
}


.hero-container {
    text-align: center;
}

.hero-pill {
    display: inline-block;
    color: #e0e0ff;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    /* Rectangle 6 */
    font-size: 20px;
    border: 3px solid transparent;
    background: linear-gradient(314deg, #090858, #000023) padding-box, linear-gradient(338deg, #ffffff0a, #ebebeb, #ffffff0a) border-box;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFFFFF 35%, #e2a00c 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}



.hero-subtitle {
    font-size: 24px;
    color: #d3d3d3;
    line-height: 1.6;
    max-width: 550px;
    margin: 0 auto 2.5rem auto;
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}




.btn-gold {
    color: #ffffff;
    border: 2px solid #ffffff29;
    border: 2px solid transparent;
    background: linear-gradient(267deg, #624600, #d69906) padding-box, linear-gradient(338deg, #ffffff0a, #ebebeb, #ffffff0a) border-box;
}

.btn-blue {
    color: #ffffff;
    border: 2px solid transparent;
    background: linear-gradient(314deg, #090858, #000023) padding-box, linear-gradient(338deg, #ffffff0a, #ebebeb, #ffffff0a) border-box;
}

.btn svg {
    width: 20px;
    height: 20px;
}

span.shape_2 {
    position: absolute;
    width: 300px;
    height: 150px;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #7E5300 0%, #000000 80%);
    mix-blend-mode: normal;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.shheikh-ecosystem-svg.img-fluid {
    width: 500px;
    float: inline-end;
}

.about-section {
    background: url(../img/About-Us-3.png?v=3) top right;
    background-size: contain;
    padding: 100px 0;
    padding-bottom: 50px;
}

.ssdiv-body {
    /* background: linear-gradient(90deg, #B28727 0%, rgba(126, 83, 0, 0.4) 100%); */
    border-radius: 9px;
    padding: 15px 24px;
}

ul.Safe-Security {
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    justify-content: center;
}

.ssdiv-body img {
    width: 30px;
    margin-right: 9px;
}

.heading-3 {
    background: linear-gradient(90deg, #FFFFFF 0%, #c0880a 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 38px;
    font-weight: 700;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

img.shhiek-img-png {
    width: 100%;
}

.how-it-work {
    position: relative;
}

.tokenomics-section .container {
    position: relative;
}

ul.Safe-Security .ssdiv {
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 9px;
    border: 2px solid transparent;
    background: linear-gradient(90deg, #B28727, #000023) padding-box, linear-gradient(338deg, #ffffff0f, #434343, #ffffff66) border-box;
}

img.fantastic-animalpng-png {
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
    top: -7%;
}

img.roadmap {
    width: 100%;
}

img.line-svg {
    width: 100%;
    /* position: absolute; */
    margin-top: 100px;
}

.roadmap-section {
    padding-top: 100px;
    position: relative;
}

.card-road.road-1 {
    margin-top: -109px;
}

img.circle-shape-svg {
    width: 100px;
}

.card-road.road-2 {
    margin-top: -190px;
}

.card-road.road-3 {
    margin-top: -185px;
}

.card-road.road-4 {
    margin-top: -275px;
}




.accordion {
    /* Remove default Bootstrap borders and shadows */
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-focus-box-shadow: none;
    /* Set custom colors for the dark theme */
    --bs-accordion-bg: #1A1A2E;
    --bs-accordion-btn-color: #FFFFFF;
    --bs-accordion-active-color: #FFFFFF;
    --bs-accordion-active-bg: #1A1A2E;
}

.accordion-item {
    /* Add space between accordion items */
    margin-bottom: 1rem;
    border-radius: 12px !important; /* Force override */
    border: 1px solid #3A3A50; /* Subtle border for collapsed items */
    overflow: hidden; /* Ensures child elements respect the border-radius */
    background: transparent;
}

    /* Gradient border for the active/open item */
    /* The :has() pseudo-class selects the .accordion-item that contains an open collapse element */
    .accordion-item:has(.accordion-collapse.show) {
        border: 1px solid transparent;
        background: linear-gradient(#1a1a2e, #1a1a2e) padding-box, linear-gradient(135deg, #4F70FD, #33D7C5) border-box;
    }

.accordion-button {
    font-weight: 600; /* Bolder question text */
    padding: 1.25rem 1.5rem;
    background: linear-gradient(273deg, #ffffff12, #ffffff59);
}

    /* Remove default blue color on active button */
    .accordion-button:not(.collapsed) {
        box-shadow: none;
        background: transparent;
    }

/* --- Custom Plus/Cross Icons --- */

.plus-btn {
    /* Base styles for the icon circle */
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    /* Remove default Bootstrap SVG icon */
    background-image: none;
    transition: all 0.3s ease;
    background-color: #383649;
}

/* Style for the collapsed state (+) */
.accordion-button.collapsed::after {
    content: '+';
    font-size: 1.5rem;
    background-color: #383649;
}

/* Style for the expanded state (x) */
.accordion-button:not(.collapsed)::after {
    content: '\00d7'; /* Unicode for 'times' sign */
    font-size: 1.7rem;
    background-color: #383649;
    /* transform: rotate(180deg); Optional rotation effect */
}

.accordion-body {
    padding: 0 1.5rem 1.25rem; /* Adjust padding to look good */
    color: #a9a9c4; /* Softer text color for the answer */
    font-size: 0.95rem;
}

.accordion-button:not(.collapsed) .plus-btn {
    transform: rotate(45deg);
}

.accordion-button::after {
    display: none;
}


/* --- Footer Container --- */
.site-footer {
    /* Same as body or a specific footer color */
    color: #a9a9c4; /* Default light gray text color for footer */
    padding: 4rem 1.5rem; /* Vertical and horizontal padding */
    text-align: center;
    position: relative;
    z-index: 1;
}

/* --- Footer Logo --- */
.footer-logo {
    max-width: 140px; /* Adjust size as needed */
    height: auto;
    margin-bottom: 2.5rem; /* Space between logo and nav links */
}

/* --- Footer Navigation --- */
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0; /* Space below the nav links */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Allows links to wrap on smaller screens */
    gap: 1rem 2.5rem; /* Row and column gap between links */
}

    .footer-nav a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600; /* Bold links */
        font-size: 1rem;
        transition: color 0.3s ease;
    }

        .footer-nav a:hover {
            color: #cccccc; /* Subtle hover effect */
        }

/* --- Disclaimer Text --- */
.footer-disclaimer {
    font-size: 0.8rem;
    color: #88889a; /* Muted color for less important text */
    max-width: 650px; /* Constrain line width for readability */
    margin: 0 auto 2rem auto; /* Center the block and add space below */
    line-height: 1.6;
}

/* --- Copyright Text --- */
.footer-copyright {
    font-size: 0.9rem;
    color: #a9a9c4;
    margin: 0;
}

.join-main { /* Rectangle 70 */
    background: linear-gradient(180deg, transparent, #090858, #000000 100%);
    position: relative;
}

ul.socail-link {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 50px;
    margin-top: 30px;
}

    ul.socail-link a {
        display: flex;
    }

        ul.socail-link a img {
            width: 40px;
            margin-right: 15px;
        }

.join-community-sec {
    padding: 100px 0;
    padding-bottom: 0;
}

img.img-community {
    width: 500px;
    display: table;
}

span.spn_1 {
    position: absolute;
    width: 1500px;
    height: 600px;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #0F0E94 0%, rgba(0, 0, 0, 0) 90%);
    /* mix-blend-mode: screen; */
    right: -50%;
    bottom: -49%;
    pointer-events: none;
    position: fixed;
}

span.spn_2 {
    position: absolute;
    width: 1500px;
    height: 1000px;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #0F0E94 0%, rgba(0, 0, 0, 0) 90%);
    /* mix-blend-mode: screen; */
    left: -50%;
    bottom: -50%;
    pointer-events: none;
}

.form-control-new {
    width: 100%;
    padding: 15px;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    color: #fff;
}

    .form-control-new::placeholder {
        color: #fff;
    }

.form-group {
    margin-bottom: 15px;
}



.form-control-new:focus {
    border: 0;
    outline: none;
    border-bottom: 1px solid #fdae07;
    color: #fdae07;
}

textarea.form-control-new {
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 15px;
    margin-top: 15px;
}


.send-message {
    margin-top: 15px;
}

.send-message {
    border: 2px solid transparent;
    background: linear-gradient(101deg, #ff9800, #7E5300) padding-box, linear-gradient(6deg, #ffffff47, #ffffff) border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 9px;
    padding: 15px;
    width: 300px;
}

.support-text img {
    width: 18px;
    margin-right: 5px;
}

.support-text {
    color: #fff;
    margin-top: 30px;
    display: block;
}

.heading-four {
    background: linear-gradient(90deg, #FFFFFF 0%, #c0880a 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.heading-four2 {
    background: linear-gradient(90deg, #FFFFFF 0%, #7FC5FF 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.accordion-body {
    background: linear-gradient(#1a1a2e, #1a1a2e);
}

/***********************************/
.Cookies-section-1 {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.COOKIES-text {
    font-size: 16px;
    color: #d3d3d3;
    line-height: 1.6;
}


.COOKIES-heading {
    background: linear-gradient(90deg, #FFFFFF 0%, #c0880a 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px;
    font-weight: 700;
}

.cookies-card {
    margin-top: 30px;
}



.Cookies-center-text {
    display: inline-block;
    color: #e0e0ff;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 20px;
    border: 3px solid transparent;
    background: linear-gradient(314deg, #090858, #000023) padding-box, linear-gradient(338deg, #ffffff0a, #ebebeb, #ffffff0a) border-box;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.cook-sp1 {
    position: fixed;
    width: 2000px;
    height: 2000px;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #0F0E94 0%, rgba(0, 0, 0, 0) 90%);
    /* mix-blend-mode: screen; */
    left: -50%;
    top: -10%;
    pointer-events: none;
    z-index: -1;
}



.cook-sp2 {
    position: absolute;
    position: absolute;
    width: 1000px;
    height: 200%;
    background: radial-gradient(55.19% 55.19% at 50% 50%, #3040ff 0%, rgba(0, 0, 0, 0) 90%);
    /* mix-blend-mode: screen; */
    right: -40%;
    top: -10%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.3;
    position: fixed;
}



.balance_div-token-row {
    margin-top: 15px;
    display: flex;
    border-top: 1px solid #ffffff17;
    padding-top: 15px;
}

.balance_div-token {
    display: flex;
    align-items: center;
    gap: 15px;
}



.shape-circle-th {
    width: 50px;
    height: 50px;
    background: #ffffff24;
    display: inline-block;
    border-radius: 5px;
    place-content: center;
    text-align: center;
}

    .shape-circle-th img {
        width: 30px;
    }

.balance_div-token h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}

.balance_div-token p {
    margin-bottom: 0;
}

.SHHEIKH-value {
    font-size: 20px;
    color: #f1a50b;
    text-align: center;
    position: relative;
    margin: 15px 0;
}

    .SHHEIKH-value span:before {
        content: '';
        position: absolute;
        width: 22%;
        height: 2px;
        background: #f1a50b;
        left: 0;
        top: calc(50% - 1px);
    }

    .SHHEIKH-value span:after {
        content: '';
        position: absolute;
        width: 22%;
        height: 2px;
        background: #f1a50b;
        right: 0;
        top: calc(50% - 1px);
    }


/***********************************/
.txtsymbol img {
    width: 20px;
    min-width: unset;
    margin-right: 5px;
}

.custom-select-wrapper {
    position: relative;
    width: 50%;
}

.custom-select {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #090500;
    border: 1px solid #d4b549;
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #251c18, #1e1b2f) padding-box, linear-gradient(338deg, #ffffff0f, #ffffff, #160d00) border-box;
}

    .custom-select img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .custom-select .selected {
        display: flex;
        align-items: center;
    }

.custom-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1a1829;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    border: 1px solid #ffffff33;
    border-top: 0;
}

.custom-option {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    cursor: pointer;
}

    .custom-option:hover {
        background-color: #35304b;
    }

    .custom-option img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

.custom-select-wrapper.open .custom-options {
    display: block;
}

/***********************************/

.sticky-top {
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    margin-top: 0;
    background: #0000009e;
    backdrop-filter: blur(11px);
    border-bottom: 1px solid #ffffff42;
}



/***********************************/
.stp-color1 .step-button {
    background-color: #d9534f;
}

.stp-color2 .step-button {
    background-color: #9b59b6;
}

.stp-color3 .step-button {
    background-color: #3498db;
}

.stp-color4 .step-button {
    background-color: #5cb85c;
}

.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
    border-bottom: 3px solid #c9a52a;
    margin-bottom: 7px;
}


.road-map-card:hover .step-button {
    transform: translateY(-5px);
}


.road-map-card {
    border: 2px solid transparent;
    background: linear-gradient(#1b1b1e, #060609) padding-box, linear-gradient(135deg, #4F70FD, #FF9800) border-box;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 15px;
}



.stp-color1 .heading-four2 {
    font-size: 16px;
    background: linear-gradient(90deg, #FFFFFF 0%, #ea433e 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.stp-color2 .heading-four2 {
    font-size: 16px;
    background: linear-gradient(90deg, #FFFFFF 0%, #b553dd 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.stp-color3 .heading-four2 {
    font-size: 16px;
    background: linear-gradient(90deg, #FFFFFF 0%, #3599dd 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.stp-color4 .heading-four2 {
    font-size: 16px;
    background: linear-gradient(90deg, #FFFFFF 0%, #2fc32f 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}




/* Base Button Style */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    color: white;
    padding: 12px 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    opacity: 1;
    transition: all 0.4s ease;
    cursor: pointer;
    z-index: 999;
    cursor: pointer;
}

    /* Show when scrolling */
    .scroll-top-btn.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* Hover effect */
    .scroll-top-btn:hover {
        transform: scale(1.2) rotate(360deg);
        background: linear-gradient(135deg, #ff8c00, #ffd700);
    }

    /* Arrow styling (custom icon) */
    .scroll-top-btn .arrow-up {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid white;
        animation: bounce 1s infinite;
    }

/* Bounce animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}



.coin-ref-card {
    width: 50px;
    height: 50px;
    background: #ffffff24;
    display: inline-block;
    border-radius: 5px;
    place-content: center;
    text-align: center;
}

    .coin-ref-card img {
        width: 30px;
    }

.coin-referral-right h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}

.coin-referral-right p {
    margin-bottom: 0;
}

.referral-earn-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 9px;
}

.refferal-row-main {
    border: 1px solid transparent;
    background: linear-gradient(45deg, #30282e, #1d1524) padding-box, linear-gradient(338deg, #ffffff0f, #ffe90054, #332e30) border-box;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
}

.Referral-footer h {
}

.Referral-txt {
    font-size: 16px;
    margin-bottom: 0;
}

.Referral-footer {
    margin-top: 9px;
    border-top: 1px solid #ffffff1a;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    padding-bottom: 0;
}

.whatsapp-body a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 9px 15px;
    border-radius: 9px;
    text-align: center;
}

.new_ref_btn.whatsapp {
    background: #12ab4c;
}

.whatsapp-body {
    display: flex;
    gap: 15px;
    margin-top: 9px;
}

    .whatsapp-body .tl-sh {
        margin-left: 5px;
    }

a.new_ref_btn.tele {
    background: #27a3e2;
}

/***********************************/
.copyDiv {
    color: #fff;
}

.token-logo-main {
    border: 1px solid #ffffff12;
    border-radius: 7px;
    margin-top: 7px;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}

.txtnoofremainingtokens {
    font-size: 18px;
    color: #ffb11e;
    font-weight: 600;
    margin-left: 5px;
}

span.dash-mini-investment.note2 {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
}

vl-tokenl txtnumberoftoken {
}

.vl-token {
    margin-bottom: 0;
    font-size: 18px;
    color: #ffb11e;
    font-weight: 600;
}

.token-logo {
    display: none;
    place-content: center;
    text-align: center;
}

    .token-logo img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

.token-logo-card {
    display: flex;
    border-bottom: 1px solid #ffffff12;
    /* padding-bottom: 9px; */
    /* margin-bottom: 9px; */
    position: relative;
    z-index: 1;
}

.token-div {
    display: flex;
    flex-flow: column;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}

.token-logo-card.last-child {
    margin-bottom: 0;
    border-bottom: 0;
}



.txtminamount, .txtsymbolmin {
    font-size: 18px;
    color: #ffb11e;
    font-weight: 600;
}

.txtminamount {
    margin-left: 5px;
}


span.dash-mini-investment.note1 {
    display: flex;
    justify-content: space-between;
}


.navbar .container {
    max-width: 1600px;
}

ul.navbar-nav {
    display: flex;
    justify-content: space-around;
}

    ul.navbar-nav .li-ul {
        display: flex;
        align-items: center;
    }

        ul.navbar-nav .li-ul ul {
            display: flex;
            align-items: center;
            list-style: none;
            justify-content: center;
            padding-left: 0;
        }


.show-shheik h5 {
    margin-bottom: 0;
    font-size: 20px;
}




@media (min-width:768px) {
    .road-map-new {
        display: none;
    }
}

@media (max-width:767px) {

    #google_translate_element {
        text-align: left !important;
    }

    img.roadmap {
        display: none;
    }


    ul.right-top-menu {
        position: fixed;
        margin-bottom: 0;
        right: 60px;
        top: 20px;
    }

    li.connect-wallet {
        margin-right: 15px;
    }

    ul.right-top-menu a {
        /* padding: 7px 12px; */
        /* font-size: 13px; */
        transform: scale(1.1);
        margin-right: 0;
    }

        ul.right-top-menu a svg {
            width: 12px;
            margin-right: 4px !important;
        }

    nav.navbar {
        position: fixed;
        width: 100%;
        top: 0;
        margin-top: 0;
        background: #00000080;
        backdrop-filter: blur(22px);
        border-bottom: 1px solid #ffffff54;
        z-index: 5;
    }

    button.navbar-toggler.collapsed {
        padding: 4px;
        background: #af8424;
    }

    .navbar-toggler {
        border: 2px solid transparent;
        background: linear-gradient(90deg, #B28727, #48340d) padding-box, linear-gradient(338deg, #ffffff0f, #68686869, #ffffff) border-box;
        padding: 4px 5px;
    }

    .hero-pill {
        font-size: 13px;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .presale-title {
        font-size: 26px;
    }

    .content-wrapper {
        flex-flow: wrap;
    }

    .info-box {
        width: 100%;
        margin-top: 15px;
    }

    .countdown-box {
        margin-left: 0;
    }

    .hby {
        padding: 9px 5px;
    }

    .footer-how-buy {
        gap: 7px;
        margin: 15px 0;
    }

    .about-section {
        padding: 50px 0;
        padding-bottom: 0;
        text-align: center;
    }

    .heading-3 {
        font-size: 22px;
    }

    ul.Safe-Security {
        flex-flow: wrap;
        width: 100%;
    }

        ul.Safe-Security .ssdiv {
            width: 100%;
            justify-content: center;
            display: flex;
        }

    .heading-2 {
        font-size: 22px;
        text-align: center !important;
    }

    .token-info-label {
        font-size: 13px;
    }

    .token-info-value {
        font-size: 14px;
    }

    .tokenomics-section {
        padding-top: 50px;
    }

    .token-info-wrapper {
        margin-bottom: 50px;
    }

    .allocation-label {
        font-size: 14px;
    }

    .allocation-value {
        font-size: 18px;
    }

    .allocation-container {
        margin-bottom: 50px;
    }

    .ecosystem-sec {
        padding: 50px 0;
        text-align: center;
    }

    .shheikh-ecosystem-svg {
        width: 250px !important;
        float: unset;
        display: flex;
        float: unset !important;
        margin: 0 auto;
    }

    .mb-5 {
        margin-bottom: 30px !important;
    }

    .padding-bottom-100 {
        padding-bottom: 50px;
    }

    .roadmap-section {
        padding-top: 50px;
    }

    img.line-svg {
        display: none;
    }

    .card-road {
        margin-top: 0;
        border: 2px solid transparent;
        background: linear-gradient(#1b1b1e, #060609) padding-box, linear-gradient(135deg, #4F70FD, #33D7C5) border-box;
        padding: 15px;
        border-radius: 15px;
        position: relative;
        margin-top: 0 !important;
        margin-bottom: 15px;
    }

        .card-road.road-2 {
            margin-top: 30px;
        }

        .card-road.road-3 {
        }

        .card-road.road-4 {
            margin-top: 15px;
        }

    p {
        font-size: 13px;
    }

    h3.heading-3.mb-5 {
        text-align: center;
        margin-bottom: 15px !important;
    }

    ul.socail-link a img {
        width: 30px;
    }

    ul.socail-link {
        justify-content: center;
        margin-bottom: 15px;
    }

    img.img-community {
        width: 250px;
        display: table;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .send-message {
        width: 100%;
    }

    .support-text {
        margin-top: 15px;
        text-align: center;
    }

    .join-community-sec {
        padding-top: 50px;
    }

    .accordion-body {
        font-size: 13px;
    }

    .accordion-button {
        padding: 9px 15px;
        font-size: 13px;
    }

    footer.site-footer {
        position: relative;
        padding: 30px 15px;
    }

    .footer-nav a {
        font-size: 13px;
    }

    .footer-nav {
        margin-bottom: 0;
        flex-flow: wrap;
        margin-bottom: 15px;
    }

    .footer-disclaimer {
        color: #ffffffa6;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-copyright {
        color: #fff;
        font-size: 13px;
    }

    .info-box > div {
        width: 100%;
        font-size: 18px;
    }

    .price-box p {
        font-size: 18px;
    }

    div#countdown {
        justify-content: center;
    }

        div#countdown h3 {
            font-size: 18px;
        }

    .btn-payment {
        width: 100%;
        text-align: center;
    }

    .btn-payment-group {
        width: 100%;
    }

    img.shhiek-img-png {
        width: 250px;
        display: table;
        margin: 0 auto;
    }

    img.stage_left-svg {
        width: 100px;
    }

    img.stage_right-svg {
        width: 150px;
    }

    h4.heading-3.mb-5 {
        text-align: center;
    }

    img.circle-shape-svg {
        position: absolute;
        right: 15px;
        top: 15px;
        display: none;
    }

    div#navbarNav {
        position: absolute;
        width: calc(100% - 30px);
        top: 81px;
        left: 15px;
    }

    .navbarNav-rwp > .navbar-nav {
        width: 100%;
        border-radius: 15px;
        align-items: self-start;
        text-align: left;
    }

    .nav-link {
        color: #fff;
    }

    .presale-section .container, .about-section .containber, .about-section .container, .tokenomics-section .container, .ecosystem-sec .container, .how-it-work .container, .roadmap-section .container {
        position: relative;
        z-index: 1;
    }

    .SHHEIKH-value span:before {
        display: none;
    }

    .SHHEIKH-value span:after {
        display: none;
    }

    .balance_div-token-row .col-md-6 {
        width: 100%;
    }

    .balance_div-token-row {
        flex-flow: column;
        margin-top: 0;
        padding-top: 0;
    }

    .balance_div-token {
        margin-top: 15px;
    }

    .join-main {
        overflow: hidden;
    }

    .cookies-card {
        font-size: 13px;
    }

    .COOKIES-heading {
        font-size: 18px;
    }

    .Cookies-center-text {
        font-size: 18px;
    }

    img.cyber-technology {
        top: 0;
    }


    .token-info-cell-two {
        background: #000000a6;
        border: 2px solid #ffffff52;
    }

    .token-info-container {
        border: 0;
        gap: 0;
    }

    .heading-four {
        font-size: 16px;
    }


    .btn-connect-wallet-wrap {
        font-size: 16px;
    }

    .whatsapp-body .tl-sh {
        font-size: 13px;
        margin-left: 2px;
    }


    .whatsapp-body a {
        padding: 9px 0;
    }

    .token-div {
        flex-flow: column;
    }

    span.dash-mini-investment.note2 {
        display: flex;
        flex-flow: column;
    }


    ul.navbar-nav .li-ul {
        flex-flow: column;
        width: 100%;
        align-items: baseline;
    }




        ul.navbar-nav .li-ul ul {
            flex-flow: column;
            align-items: flex-start;
        }
}


/* ==============Google Language ==================*/

.goog-te-combo {
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    width: 71%;
    align-items: center;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none;
}

.google_translate_element {
    text-align: right;
}

.skiptranslate.goog-te-gadget {
    overflow: hidden;
    height: 45px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

body > .skiptranslate {
    display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
}

#google_translate_element {
    text-align: center;
}
