
    .verdicta-privacy-layout .services-hero {
        position: relative;
        min-height: 760px;
        padding-top: 82px;
        display: flex;
        align-items: center;
        background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.72)),
            url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
        overflow: hidden;
    }

    .verdicta-privacy-layout .hero-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.36)),
            linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52));
    }

    .verdicta-privacy-layout .hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .verdicta-privacy-layout .container {
        width: min(100% - 48px, 1160px);
        margin: 0 auto;
    }

    .verdicta-privacy-layout .hero-kicker {
        color: #c6a25c;
        font-size: 0.82rem;
        letter-spacing: 0.62em;
        margin-bottom: 18px;
    }

    .verdicta-privacy-layout .hero-line {
        width: 70px;
        height: 1px;
        display: block;
        background: #c6a25c;
        margin: 0 auto 26px;
    }

    .verdicta-privacy-layout .hero-content h1 {
        font-family: "Cormorant Garamond", serif;
        font-size: clamp(4.4rem, 10vw, 8.8rem);
        line-height: 0.88;
        font-weight: 700;
        color: #ffffff;
        margin: 0;
    }

    .verdicta-privacy-layout .hero-content h1 span {
        color: #c6a25c;
        font-style: italic;
    }

    /* privacy */

    .verdicta-privacy-layout .Privacy_Policy {
        margin: 80px 0;
    }

    .verdicta-privacy-layout .Privacy_Policy-container {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }

    .verdicta-privacy-layout .priacy-heading h2 {
        text-align: center;
        font-family: "Cormorant Garamond", sans-serif;
        color: rgb(15, 15, 15);
        font-size: 50px;
        line-height: 60px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .verdicta-privacy-layout .privacy-content {
        background-color: rgb(250, 250, 250);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
        border: 1px solid rgb(250, 250, 250);
        border-radius: 10px;
        padding: 40px;
    }

    .verdicta-privacy-layout .privacy-policy-content-wraper {
        padding-top: 0px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(154, 189, 199, 0.28);
    }

    .verdicta-privacy-layout .border-none {
        border: none;
    }

    .verdicta-privacy-layout .privacy-policy-content-text {
        font-family: "Hanken Grotesk", sans-serif;
        color: #0a0907;
        font-size: 18px;
        line-height: 30px;
    }

    .verdicta-privacy-layout .privacy-policy-content-heading {
        font-family: "Cormorant Garamond", sans-serif;
        color: #000;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
    }

    .verdicta-privacy-layout .contact-detail-bold {
        font-weight: bold;
        padding-right: 2px;
    }

    .verdicta-privacy-layout .contact-detail {
        font-size: 18px;
        font-family: "Hanken Grotesk", sans-serif;
        padding-bottom: 3px;
        color: #0a0907;
    }

    .verdicta-privacy-layout .privacy-content-back {
        font-family: "Hanken Grotesk", sans-serif;
        color: #000;
        text-transform: uppercase;
        cursor: pointer;
        background-color: #3898ec00;
        background-image: linear-gradient(-90deg, #a38440, #dabc7c);
        margin-right: 20px;
        padding: 16px 30px;
        font-weight: 700;
        display: inline-block;
        text-decoration: none;
    }

    .btn-outline {
        border-color: rgba(184, 144, 79, 0.65) !important;
        color: #b8904f !important;
        background: rgba(255, 255, 255, 0.01) !important;
    }

    @media screen and (max-width:880px) {
        .verdicta-privacy-layout .privacy-content {
            padding: 20px;
        }

        .verdicta-privacy-layout .privacy-policy-content-text {
            font-size: 16px;
            line-height: 1.3;
        }

        .verdicta-privacy-layout .contact-detail {
            font-size: 16px;
        }

        .verdicta-privacy-layout .privacy-policy-content-heading {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .verdicta-privacy-layout .privacy-policy-content-heading {
            font-size: 28px;
        }
    }

    @media screen and (max-width:767px) {
        .verdicta-privacy-layout .privacy-content-back {
            width: 100%;
            box-sizing: border-box;
            margin-right: 0;
            text-align: center;
        }
    }