/* @import url('in_css_2ea2d94bc7c89fa1692697547aba41b5.static.css'); */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

body {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 22px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #0b0d46;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    line-height: 1.2;
    color: inherit;
}

h1 {
    margin-top: clamp(45px, 5vw, 84px);
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 800;
}

.hero_header h1 {
    margin-top: 0em;
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 800;
}

h2 {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 800;
}

h3 {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 800;
}

h4 {
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 500;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
}

h6 {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

a {
    color: blue;
    font-weight: 700;
    text-decoration: none;
}

.footer a {
    color: blue;
    font-weight: 200;
    text-decoration: none;
}

a:hover,
.footer a:hover {
    color: rgb(86, 6, 161);
}

ul {
    padding-left: 40px;
}

li {
    margin-top: 20px;
    line-height: 1.5em;
}

.benefits p {
    padding-left: 30px;
}

.points p {
    line-height: 2.2em;
}

.update p {
    font-size: 16px;
    line-height: 23px;
}

.pd20 {
    padding-bottom: 0;
    /* padding: 20px; */
}

.pd16 {
    padding: 0 16px;
}

.container {
    width: 100%;
}

.claimCoinsContainer {
    line-height: 31px;
    background: #01a875;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 0 24px rgb(118 255 215 / 39%);
    text-decoration: none;
    border: 0;
    border-radius: 0.4em;
    font-size: clamp(1em, 3vw, 1.5em);
    text-align: center;
    padding: clamp(12px, 2vw, 24px);
    font-weight: 600;
    margin: auto;
    transition: transform 0.2s;
    /* white-space: nowrap; */
}

.claimCoinsContainer:hover {
    transform: scale(1.05);
    color: #01a875;
    background: #ffffff;
}

/* Remove or comment out the entire .claimCoins class */

.shdw1 {
    -webkit-box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
    box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-img {
    margin-top: 16px;
    width: 100%;
}

img {
    max-width: 100%;
}

p {
    margin: 16px 0;
}

header {
    width: 100%;
    z-index: 667;
    background: #1b1f47;
}

header .menu {
    margin-top: clamp(5px, 1vw, 0px);
    margin-bottom: auto;
    width: clamp(48px, 10vw, 90px);
    background-color: #1b1f47;
    padding: clamp(11px, 2vw, 20px);
    color: #4d114f;
    float: right;
    position: relative;
    transition: padding 0.3s ease;
}

header .logo {
    width: clamp(108px, 22vw, 180px);
    background-color: #1b1f47;
    padding: clamp(5px, 1vw, 5px) clamp(5px, 2.5vw, 5px);
    color: #4d114f;
    float: left;
    position: relative;
    transition: padding 0.3s ease;
}

#artical-header h1 {
    margin-bottom: 10px;
}

#artical-profile {
    height: 20px;
}

#artical-profile img {
    float: left;
    margin-right: 10px;
}

#artical-profile h2 {
    display: inline;
    position: absolute;
}

.footer {
    text-align: center;
    background-color: #1b1f47;
    color: white;
    padding: 10px;
    font-size: 1.8em;
    overflow: hidden;
}

.footer p {
    margin-right: 5%;
    margin-left: 5%;
    font-size: clamp(0.4em, 1vw, 19em);
    font-family: sans-serif;
    line-height: 1.4em;
}

.footer p span {
    color: red;
}

.badge {
    background: #B5B5B5;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.logo,
.footer,
.badge {
    width: 100%;
}

.footer .mini_logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer .mini_logo img {
    max-width: 200px;
    width: 30%;
    height: auto;
    display: inline-block;
}

.list {
    background: #f5faf1;
    padding: 20px;
    border-radius: 5px;
    border-bottom: 5px solid #cbe6b6;
    margin-bottom: 20px;
}

.list2 {
    margin-top: -20px;
    padding: 0 40px;
    margin-bottom: 20px;
}

.list2 li {
    line-height: 2.5em;
}

.note-block {
    background: #f5f5f5;
    padding: 15px 6px;
    border-radius: 6px;
    margin: 20px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    border-left: 4px solid #d1d1d1;
}

.note-block p {
    margin: 0;
}

.note-block a {
    color: #555;
    text-decoration: underline;
}

@media only screen and (min-width: 900px) {
    .container {
        padding-bottom: 0;
        width: 100%;
        max-width: 940px;
        margin: auto;
        position: relative;
    }

    .pd16 {
        padding: 0;
    }

    .main-img {
        margin-top: 16px;
        width: 100%;
    }

    header .menu {
        margin-top: 0px;
        width: clamp(86px, 10.4vw, 59px);
        max-width: 35%;
    }

    header .logo {
        width: clamp(20px, 27vw, 180px);
        max-width: 35%;
    }
}

.container.pd20 {
    /* padding-top: 13px; */
    flex: 1;
    /* padding: 20px; */
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* Testimonials Slider Styles */
.testimonials-slider {
    margin: 30px 0;
    position: relative;
    width: 100%;
}

.slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slider-track {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.slide {
    min-width: calc(40% - 10px);
    flex-shrink: 0;
    max-height: 422px;
}

.slide img {
    width: 100%;
    max-height: 422px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

slider-gradient {
    display: none;
}

@media only screen and (min-width: 900px) {
    .slider-gradient {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
        z-index: 2;
    }
}

.slider-gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.slider-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(27, 31, 71, 0.2);
    color: rgba(27, 31, 71, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.slider-btn:hover {
    background-color: rgba(27, 31, 71, 0.5);
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

@media only screen and (min-width: 900px) {
    .slider-btn {
        background-color: white;
        border: 2px solid #1b1f47;
        color: #1b1f47;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .slider-btn:hover {
        background-color: #1b1f47;
        color: white;
    }
}

.slider-btn-prev {
    left: -15px;
}

.slider-btn-next {
    right: -15px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 0;
}

.slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots .dot.active {
    background-color: #1b1f47;
    width: 12px;
    height: 12px;
}

@media only screen and (min-width: 600px) {
    .slide {
        min-width: calc(33.333% - 10px);
    }
}

@media only screen and (min-width: 900px) {
    .slide {
        min-width: calc(28% - 10px);
    }
}

.hero_header {
    background-image: url('in_css_70d22eed4abc972fb55f201f63831203.static.png');
    background-size: cover;
    background-position: center;
    padding: clamp(64px, 11vw, 83px) 0px clamp(130px, 19vw, 184px) clamp(13px, 6vw, 70px);
    /* text-align: center; */
    /* border-radius: 10px; */
    /* margin-bottom: 20px; */
    position: relative;
    overflow: hidden;
    /* border: 1px solid rgba(255,255,255,0.1); */
}

.hero_header h1 {
    max-width: 504px;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(17px, 4.5vw, 36px);
    line-height: 1.4;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.hero_header .highlight {
    color: #01a875;
}

.hero_header .sub-headline {
    font-size: clamp(17px, 5vw, 25px);
    margin-bottom: 25px;
    color: #fff;
    font-weight: 200;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.hero-btn {
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: inline-block;
    background: #01a875;
    color: #ffffff;
    font-weight: 800;
    padding: clamp(19px, 2vw, 32px) 25px;
    border-radius: 0.4em;
    text-transform: uppercase;
    box-shadow: 0 0 44px rgb(116 233 175 / 66%);
    text-decoration: none;
    font-size: clamp(0.7em, 4vw, 1.5em);
    transition: transform 0.2s;
    white-space: nowrap;
}

.hero-btn:hover {
    transform: translateX(-50%) scale(1.05);
    color: #01a875;
    background: #ffffff;
}

.hero-btn-alt {
    display: inline-block;
    background: #00ff80;
    color: #000;
    font-weight: 800;
    padding: 15px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0, 255, 128, 0.4);
    text-decoration: none;
    font-size: 18px;
    transition: transform 0.2s;
}

.hero-btn-alt:hover {
    transform: scale(1.05);
    color: #000;
    background: #00e673;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 0 clamp(60px, 5vw, 94px);
}

.card-item {
    position: relative;
    border-radius: 13px;
    /* padding: 5px; */
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 89.3px rgba(0, 135, 122, 0.6);
}

.card-item::after {
    /* box-shadow: 0 0 20px rgba(0, 255, 128, 0.4); */
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 13px;
    padding: 1px;
    background: linear-gradient(135deg, #ffffff70, #00ff806b);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.card-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 13px;
}

@media only screen and (min-width: 900px) {
    .card-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Update other text colors for dark mode */
.note-block {
    background: rgba(255, 255, 255, 0.1);
    color: #ddd;
    border-left: 4px solid #01a875;
}

.note-block a {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

p {
    color: #eee;
}

.list {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 5px solid #01a875;
}

/* Extracted styles from HTML */
.main-img-hero {
    margin-bottom: clamp(20px, 3vw, 40px);
    margin-top: 0px;
}

.note-block-title {
    margin-left: clamp(13px, 2vw, 35px);
    margin-bottom: 20px;
    margin-top: 0px;
}

.note-block .note-block-step {
    margin-bottom: 10px;
    font-size: clamp(18px, 4vw, 26px);
    padding-left: clamp(6px, 4vw, 40px);
}

.step-number {
    font-size: clamp(23px, 4vw, 30px);
    color: aquamarine;
    font-weight: 700;
}

.disclaimer-text {
    margin: 40px 0 40px;
    font-size: clamp(12px, 4vw, 19px);
}

.main-img-footer {
    margin-bottom: -9px;
    margin-top: 0px;
}