/* Extracted from privacy-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 --- */

.head {
                                display: flex;
                                align-items: center;
                                /* gap: 10px; */
                                /* Space between icon and text */
                            }

                            .icon {
                                display: flex;
                                align-items: center;
                            }

                            p {
                                margin: 0;
                            }

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

.wc-privacy-policy-713c1120 {
    color:#F6D273; font-size:20px;
}

.wc-privacy-policy-4f38c70a {
    color:#F6D273;
}

.wc-privacy-policy-64d73195 {
    padding-top:5%;
}

.wc-privacy-policy-155aba93 {
    color:#F6D266;
}
