    /* body {
        line-height: 1.6;
    } */

    .privacy-header {
        background-image: url(https://storage.googleapis.com/giffycms-adirondack/5761993352937472);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 35vh;
        position: relative;
    }

    .privacy-header h1 {
        color: #fff;
        font-size: 5rem;
        position: absolute;
        left: 5%;
        bottom: 5%;
    }

    .terms-conditions-section {
        line-height: 1.4;
        margin-top: 3rem !important;
        margin: 0 auto;
        padding: 0px;
        max-width: 100%;
    }

    /* .container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
    } */

    .terms-wrapper {
        background-color: white;
        padding: 0px;
        border-radius: 8px;
        /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    }

    .terms-header {
        border-bottom: 3px solid #2c3e50;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    h2 {
        color: #1C5739;
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .company-name {
        color: black;
        font-size: 1.8rem;
        font-weight: 600;
    }

    .last-updated {
        color: #777;
        font-size: 1.2rem;
        font-style: italic;
        margin-top: 10px;
    }

    .section {
        margin-bottom: 30px;
    }

    .section-title {
        /* color: #1C5739; */
        color: black;
        font-size: 4rem;
        font-weight: 400;
        margin-bottom: 12px;
        padding-top: 10px;
    }

    .section-content {
        font-size: 2rem;
        /* color: #444; */
        text-align: justify;
        line-height: 1.8;
    }

    .highlight {
        background-color: #fff3cd;
        padding: 15px;
        border-left: 4px solid #ffc107;
        margin: 15px 0;
        border-radius: 4px;
    }

    .important {
        font-weight: 600;
        /* color: #d9534f; */
        color: rgb(10, 98, 52);
    }

    .subsection {
        margin-left: 20px;
        margin-top: 10px;
    }

    .terms-footer {
        font-size: 1.2rem;
        margin-top: 40px;
        padding-top: 20px;
        border-top: 2px solid #e0e0e0;
        text-align: center;
        color: #777;
    }

    @media (max-width: 1024px) {
        .privacy-header h1 {
            font-size: 5rem;
        }
    }

    @media (max-width: 768px) {
        .privacy-header {
            background-image: url(https://storage.googleapis.com/giffycms-adirondack/5761993352937472);
            background-attachment: scroll;
        }

        .privacy-header h1 {
            margin-left: 0.5rem;
            font-size: 5rem;
        }
    }

    /* Responsive Design */
    @media screen and (max-width: 768px) {
        .terms-conditions-section {
            max-width: 100%;
        }

        .terms-wrapper {
            padding: 25px 20px;
        }

        h2 {
            font-size: 1.6rem;
        }

        .company-name {
            font-size: 1.4rem;
        }

        .section-title {
            font-size: 3.8rem;
        }

        .section-content {
            font-size: 1.5rem;
            line-height: 1.8;
        }

        .section-content {
            text-align: left;
        }

        .subsection {
            margin-left: 10px;
        }
    }

    @media screen and (max-width: 480px) {
        .privacy-header {
            height: 40vh;
        }

        .terms-conditions-section {
            max-width: 100%;
        }

        .terms-wrapper {
            padding: 20px 15px;
        }

        h2 {
            font-size: 1.4rem;
        }

        .company-name {
            font-size: 1.2rem;
        }

        .section-title {
            font-size: 3.5rem;
        }

        .section-content {
            font-size: 1.5rem;
        }

        .highlight {
            padding: 12px;
        }
    }

    /* Print Styles */
    @media print {
        body {
            background-color: white;
        }

        .terms-wrapper {
            box-shadow: none;
            padding: 0;
        }
    }