 /* Match theme colors specifically for this page if external css fails or for overrides */
        .golden_color {
            color: #c6a87c; /* Typical luxury resort gold from your theme */
        }
        .white_color {
            color: #ffffff;
        }
        
        /* Page Specific Layout */
        body {
            background-color: #fff;
            color: #555;
            font-family: 'Source Sans Pro', sans-serif;
        }

        h1, h2, h3, h4 {
            font-family: 'Lora', serif;
            color: #333;
        }

        .policy-container {
            padding: 60px 0;
        }

        .policy-content h2 {
            font-size: 28px;
            margin-top: 40px;
            margin-bottom: 20px;
            color: #222;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 10px;
        }

        .policy-content h2:first-child {
            margin-top: 0;
        }

        .policy-content p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 15px;
            color: #555;
        }

        .policy-content ul {
            margin-bottom: 20px;
            padding-left: 20px;
        }

        .policy-content li {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 8px;
            color: #555;
        }
        
        .contact-box {
            background-color: #f9f9f9;
            padding: 20px;
            border-left: 4px solid #c6a87c;
            margin-top: 30px;
        }

        /* Ensuring mobile responsiveness matches theme */
        @media (max-width: 768px) {
            .policy-content h2 {
                font-size: 22px;
            }
        }

         .terms-container {
            padding: 60px 0;
        }

        .terms-content h2 {
            font-size: 24px;
            margin-top: 40px;
            margin-bottom: 20px;
            color: #222;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 10px;
        }
        
        .terms-content h2:first-of-type {
            margin-top: 20px;
        }

        .terms-content p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 15px;
            color: #555;
        }

        .terms-content ul {
            margin-bottom: 20px;
            padding-left: 20px;
        }

        .terms-content li {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 8px;
            color: #555;
        }
        
        .contact-box {
            background-color: #f9f9f9;
            padding: 20px;
            border-left: 4px solid #c6a87c;
            margin-top: 30px;
        }

        @media (max-width: 768px) {
            .terms-content h2 {
                font-size: 20px;
            }
        }


        .policy-container {
            padding: 60px 0;
        }

        .policy-content h2 {
            font-size: 24px;
            margin-top: 40px;
            margin-bottom: 20px;
            color: #222;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 10px;
        }

        .policy-content h2:first-of-type {
            margin-top: 20px;
        }

        .policy-content p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 15px;
            color: #555;
        }

        .policy-content ul {
            margin-bottom: 20px;
            padding-left: 20px;
        }

        .policy-content li {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 8px;
            color: #555;
        }
        
        .contact-box {
            background-color: #f9f9f9;
            padding: 20px;
            border-left: 4px solid #c6a87c;
            margin-top: 30px;
        }

        @media (max-width: 768px) {
            .policy-content h2 {
                font-size: 20px;
            }
        }

        .x{
            margin-bottom: 18px;
        }