/* Extracted from refund-policy.blade.php */

/* Section Styling */
    .four_col_main_col {
        padding: 50px 0;
        background-color: #0d1117;
        /* Dark background */
    }

    /* Grid Cards */
    .grid {
        min-height: 270px;
        background-color: #1a1f2a;
        border-radius: 10px;
        padding: 30px 20px;
        text-align: center;
        box-shadow: 0px 5px 15px rgba(246, 210, 102, 0.12);
        transition: 0.3s ease-in-out;
    }

    /* Hover Effect */
    .grid:hover {
        transform: translateY(-5px);
        /* box-shadow: 0px 8px 20px rgba(246, 210, 102, 0.5); */
        box-shadow: 0px 8px 20px rgb(246 210 102 / 19%);

    }

    /* Icon Styling */
    .grid i {
        font-size: 40px;
        color: #F6D266;
        background: rgba(246, 210, 102, 0.2);
        padding: 20px;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
    }

    /* Text Styling */
    .grid ul {
        list-style: none;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    .grid p {
        color: #ccc;
        font-size: 14px;
        margin-top: 5px;
    }

    /* Gradient Text Effect */
    .gradient-text {
        margin-top: 35px;
        background: linear-gradient(45deg, #ffcc00, #ff9900);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        /* This makes the text appear in the gradient color */
        display: inline-block;
        font-weight: bold;
    }

    .head i {
        color: #ffcc00;
        font-size: 17 px;
    }

    #banner img {
        box-shadow: rgb(83 85 49 / 35%) 0px 5px 15px;
        border-radius: 10px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .grid {
            margin-bottom: 20px;
        }
    }

/* --- style block --- */

/* body {
            background-color: #121212;
            font-family: Arial, sans-serif;
            color: #fff;
            padding: 20px;
        } */

    .policy-section {

        max-width: 1400px;
        margin: auto;

    }

    .policy-list {
        list-style: none;
        padding: 0;
    }

    .policy-item {
        display: flex;
        align-items: center;
        gap: 15px;
        background: rgba(255, 255, 255, 0.05);
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 12px;
        border-left: 5px solid #F6D266;
    }

    .check-icon {
        width: 24px;
        height: 24px;
        fill: #F6D266;
        flex-shrink: 0;
    }

    p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    #banner img {
        border-radius: 15px;
    }

.wc-refund-policy-667ba061 {
    background-image: url('{{ asset('webcrowd_images/policy[1].webp') }}');
}
