

.casinoline-banner {
    background: linear-gradient(180deg, #ffe7db 9.33%, #f0fff300 103.13%);
    background: linear-gradient(135deg, hsl(243deg 100% 69% / 15%), hsl( 55deg 100% 50% / 15%));
}






.challenge-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    transition: all .35s ease;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
}

    .challenge-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.icon-box {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f57500;
    background: linear-gradient(135deg,#ff7a00,#ff9c3a);
    background: #fff4e9;
}

.challenge-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.challenge-card p {
    margin-bottom: 0;
}

.example-box {
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-left: 4px solid #ff7a00;
}
























.Challenges-Without-casion {
    padding: 30px;
    position: relative;
}

.Challenges-Without-two {
    position: relative;
}

.challenge-card {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 20px 0px #0000000d;
    height: 100%;
}

.challenge-title {
    font-size: 18px;
}

.Challenges-Without-two .col {
    margin-bottom: 30px;
}

.casino-online-2 {
    background: linear-gradient(180deg, #ffe7db 9.33%, #f6feff 103.13%);
    padding: 100px 0;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    background: linear-gradient(307deg, hsl(243deg 100% 69% / 10%), hsl(55deg 100% 50% / 10%));
}

.Challenges-Without-casion:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 320px;
    background: linear-gradient(180deg, #ffffff, transparent 70%);
    top: 0;
    border-radius: 15px 15px 0 0;
}


.casino-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 650px;
}

    .casino-feature-list li {
        display: flex;
        align-items: center;
        gap: 18px;
        background: #ffffff;
        padding: 0;
        border-radius: 14px;
        margin-bottom: 18px;
        /* box-shadow:0 8px 20px rgba(0,0,0,0.08); */
        transition: all .3s ease;
        padding-bottom: 15px;
    }





/* TEXT */
.casino-feature-text strong {
    display: block;
    font-size: 17px;
    color: #222;
    margin-bottom: 4px;
}


.casino-online-4 {
    background: linear-gradient(170deg, hsl(243deg 100% 69% / 6%), hsl(173deg 100% 50% / 10%));
}

    .casino-online-4 .main-heading {
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 70px;
    }

    .casino-online-4 .orange-text {
        color: #ff7a00;
    }

/* MAIN WRAPPER */

/* CENTER CIRCLE */
.casino-center-circle {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    /* background: linear-gradient(135deg,#5c78ff,#6d8dff); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: auto;
    /* box-shadow: 0 15px 35px rgba(0,0,0,0.15); */
    /* background: #ffffff; */
}

/* FEATURE COLUMN */
.online-game-casino-card {
    padding-right: 30px;
}

/* FEATURE CARD */
.casino-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: .3s;
    margin-bottom: 30px;
}

    .casino-feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.12);
    }

    .casino-feature-card.cf-2 {
        position: relative;
        right: -50px;
    }

    .casino-feature-card.cf-5 {
        position: relative;
        left: -50px;
    }
/* ICON */
.casino-feature-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: linear-gradient(135deg,#ff7a00,#ff9c3a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7a00;
    font-size: 18px;
    flex-shrink: 0;
    background: #fff4e9;
}

/* TEXT */
.casino-feature-text strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.casino-feature-text {
    font-size: 14px;
    color: #555;
}

/* PARAGRAPH */
.casino-online-4 p {
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}

.casino-online-5 {
}

.casino5-image-box {
    text-align: center;
}

    .casino5-image-box img {
    }

.casino5-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}





.casino5-features {
    gap: 30px 0;
}

.casino5-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: .3s;
    height: 100%;
}

    .casino5-card:hover {
        transform: translateY(-5px);
    }

.casino5-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f1ff;
    color: #6c63ff;
    font-size: 20px;
}

    .casino5-icon.pink {
        background: #ffedf6;
        color: #ff6bb3;
    }

    .casino5-icon.blue {
        background: #ebf5ff;
        color: #4aa3ff;
    }

    .casino5-icon.green {
        background: #e4ffef;
        color: #2ecc71;
    }

.casino5-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.casino5-card p {
}










.feature-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
    height: 100%;
    text-align: left;
    transition: 0.3s;
    border: 1px solid #ededed;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    }

.feature-icon {
    font-size: 20px;
    color: #ff7a00;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    place-content: center;
    text-align: center;
    background: #fff4e9;
    border-radius: 10px;
}

.feature-card p {
    margin: 0;
}

.cta-box {
    padding: 30px;
    height: 350px;
    overflow: hidden;
    place-content: center;
    text-align: center;
}

img.casion-call {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
    border-radius: 30px;
}

@media (max-width:1220px) {


    .feature-card-row .col, .challenge-wrapper .col {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 50%;
        width: 50%;
        flex: 0 auto;
        margin-bottom: 15px;
    }

    .online-game-casino-card {
        margin-bottom: 30px;
    }

    .casino-feature-card.cf-2, .casino-feature-card.cf-5 {
        right: unset;
        left: unset;
    }

    .Challenges-Without-casion:before {
        display: none;
    }

    .Challenges-Without-casion {
        padding: 0;
    }
}

@media (max-width:767px) {
    .feature-card-row .col, .challenge-wrapper .col {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 100%;
        width: 100%;
        flex: 0 auto;
        margin-bottom: 15px;
    }
}
