a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.privacy-policy-conatiner ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.5rem;
}

/* Layout Utilities */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.content-container {
    max-width: 1200px; /* max-w-4xl */
    margin: 0 auto;
    /* padding: 5rem 1rem; */
    padding: 3rem 1rem 4rem;
}

/* Main Content */
h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827; /* gray-900 */
    margin-bottom: 1rem;
    line-height: 1.1;
}

@media (min-width: 640px) {
    h1 { font-size: 3rem; }
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}

p {
    margin-bottom: 1rem;
    color: #4b5563; /* gray-600 */
}

.prose ul {
    margin-bottom: 1rem;
    color: #4b5563;
}

.prose li {
    margin-bottom: 0.25rem;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 4rem;
}

.meta-text {
    font-size: 1.125rem;
    color: #4b5563;
}

.highlight-box {
    padding-left: 1rem;
    border-left: 4px solid #ffedd5; /* orange-100 */
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.contact-box {
    background-color: #f9fafb; /* gray-50 */
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #f3f4f6; /* gray-100 */
}

.contact-link {
    color: #ea580c; /* orange-600 */
    font-weight: 500;
}

.contact-link:hover {
    color: #c2410c; /* orange-700 */
}

hr {
    border: 0;
    border-top: 1px solid #e5e7eb;
    margin: 4rem 0;
}

/* Utility for spacing */
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-20 { margin-bottom: 5rem; }
.mt-2 { margin-top: 0.5rem; }
.ml-4 { margin-left: 1rem; }


.privacy-style-footer-sec-link{
    margin-top: 0px !important;
    padding-top: 20px !important;
}

.xon-privacy-terms-sec-style{
    padding-top: 0px !important;
}



@media (max-width: 768px) {
    .privacy-policy-conatiner {
        padding: 20px;
    }

    .heading-main-title-policy{
        /* font-size: 30px; */
        font-size: 24px;
        margin-bottom: 2px;
    }

    .prose h2{
        font-size: 1.2rem;
    }

    .section-header {
        margin-bottom: 1rem;
        padding: 0 20px;
        margin-top: 2rem;
    }

    h2{
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        margin-top: 0;
    }

    .xon-space-container{
        padding: 0;
    }

    .meta-text{
        font-size: 1rem;
    }
}

@media (max-width: 992px) {    
    .sidebar {
        display: none;
    }
    
    .main-content {
        max-width: 100%;
    }
}

.content-layout {
    display: flex;
    gap: 60px;
}

/* Sidebar */
.sidebar {
    width: 250px;
    flex-shrink: 0;
}

.sidebar-inner {
    position: sticky;
    top: 120px;
}

.sidebar-title {
    font-size: 12px;
    font-weight: 700;
    color: #AAA;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.sidebar-nav ul {
    list-style: none;
    margin: 0;
}

.sidebar-nav li {
    margin-bottom: 6px;
}

.sidebar-nav a {
    display: block;
    text-decoration: none;
    color: #4b5563;
    font-size: 14px;
    transition: color 0.2s;
    padding: 6px 10px;
}

.sidebar-nav a:hover {
    color: #FF7A00;
}

.sidebar-nav a.active {
    font-weight: 600;
}

.sidebar-nav a:hover, .sidebar-nav a.active {
    color: #FF7A00;
    background: #ff7a1a14;
    /* padding: 6px 10px; */
    border-radius: 6px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #FF7A00;
}


@media (min-width: 769px) and (max-width: 1400px) {
    .section-header {
        margin-bottom: 0rem;
        margin-top: 3rem;
    }

    .content-container {
        padding: 1rem 1rem 4rem;
    }
}

.privacy-style-footer-sec-link {
    margin-top: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.footer-section p{
    color: #9ca3af !important;
}