/* privacy.css */
/* Modern Privacy Policy Styles */

/* Main Content Container */
.privacy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 20px 60px; /* Increased top padding to account for fixed navbar */
    background: linear-gradient(135deg, #fdfbf7 0%, #fff9f0 100%);
    min-height: 100vh;
}

/* Header Section */
.privacy-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 60px 40px;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.15);
    position: relative;
    overflow: hidden;
}

.privacy-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.privacy-header::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 152, 0, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.privacy-header * {
    position: relative;
    z-index: 1;
}

.privacy-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #2c2416;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.privacy-header p {
    font-size: 1.15rem;
    color: #5d4e37;
    max-width: 800px;
    margin: 15px auto;
    line-height: 1.8;
    font-weight: 400;
}

.privacy-header p:first-of-type {
    font-size: 1rem;
    color: #8b7355;
    font-style: italic;
    margin-bottom: 10px;
}

/* Content Sections */
.privacy-content {
    background: white;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    border: 1px solid rgba(255, 193, 7, 0.1);
}

.privacy-section {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.privacy-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.privacy-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #2c2416;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ffc107;
    display: inline-block;
    position: relative;
}

.privacy-section h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50%;
    height: 3px;
    background: #ff9800;
}

.privacy-section h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #3d3d3d;
    margin: 30px 0 20px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy-section h3::before {
    content: '🍯';
    font-size: 1.3rem;
}

.privacy-section h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #4a4a4a;
    margin: 20px 0 15px 0;
    font-weight: 600;
}

.privacy-section p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #4a4a4a;
    margin-bottom: 20px;
    text-align: justify;
}

.privacy-section ul {
    margin: 20px 0 30px 0;
    padding-left: 0;
    list-style: none;
}

.privacy-section li {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    padding-left: 35px;
    position: relative;
}

.privacy-section li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.privacy-section strong {
    color: #2c2416;
    font-weight: 600;
}

/* Contact Highlight Box */
.contact-highlight {
    background: linear-gradient(135deg, #fff9e6 0%, #fff3d6 100%);
    padding: 30px;
    border-radius: 15px;
    border-left: 6px solid #ffc107;
    margin: 35px 0;
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.15);
    position: relative;
    overflow: hidden;
}

.contact-highlight::before {
    content: '📢';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 4rem;
    opacity: 0.1;
}

.contact-highlight h4 {
    color: #2c2416;
    margin-bottom: 15px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.contact-highlight h4 i {
    color: #ffc107;
    font-size: 1.4rem;
}

.contact-highlight p {
    color: #5d4e37;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 1.05rem;
}

/* Update Info Section */
.update-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px;
    border-radius: 15px;
    margin-top: 50px;
    border-left: 6px solid #6c757d;
    box-shadow: 0 5px 15px rgba(108, 117, 125, 0.1);
    position: relative;
    overflow: hidden;
}

.update-info::before {
    content: '⚠️';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 4rem;
    opacity: 0.1;
}

.update-info h4 {
    color: #495057;
    margin-bottom: 15px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.update-info h4 i {
    color: #6c757d;
    font-size: 1.4rem;
}

.update-info p {
    color: #495057;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 1.05rem;
}

/* Responsive Design */
@media (max-width: 968px) {
    .privacy-container {
        padding: 120px 15px 40px; /* Adjusted for medium screens */
    }

    .privacy-header {
        padding: 50px 30px;
    }

    .privacy-header h1 {
        font-size: 2.8rem;
    }

    .privacy-content {
        padding: 40px 35px;
    }

    .privacy-section h2 {
        font-size: 1.9rem;
    }
}

@media (max-width: 768px) {
    .privacy-container {
        padding: 100px 15px 30px; /* Adjusted for tablets */
    }

    .privacy-header {
        padding: 40px 25px;
        margin-bottom: 40px;
    }
    
    .privacy-header h1 {
        font-size: 2.3rem;
    }

    .privacy-header p {
        font-size: 1rem;
    }
    
    .privacy-content {
        padding: 35px 25px;
    }
    
    .privacy-section {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .privacy-section h2 {
        font-size: 1.7rem;
    }
    
    .privacy-section h3 {
        font-size: 1.3rem;
    }

    .privacy-section p {
        text-align: left;
    }

    .contact-highlight,
    .update-info {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .privacy-container {
        padding: 90px 10px 20px; /* Adjusted for mobile phones */
    }

    .privacy-header {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .privacy-header h1 {
        font-size: 1.9rem;
        letter-spacing: -0.3px;
    }

    .privacy-header p {
        font-size: 0.95rem;
    }
    
    .privacy-content {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .privacy-section {
        margin-bottom: 35px;
        padding-bottom: 25px;
    }

    .privacy-section h2 {
        font-size: 1.5rem;
    }

    .privacy-section h3 {
        font-size: 1.2rem;
    }

    .privacy-section h4 {
        font-size: 1.1rem;
    }

    .privacy-section p {
        font-size: 1rem;
    }

    .privacy-section li {
        padding-left: 30px;
        font-size: 0.95rem;
    }

    .privacy-section li::before {
        width: 22px;
        height: 22px;
        font-size: 0.8rem;
    }

    .contact-highlight,
    .update-info {
        padding: 20px 18px;
        border-radius: 12px;
    }

    .contact-highlight::before,
    .update-info::before {
        font-size: 3rem;
    }

    .contact-highlight h4,
    .update-info h4 {
        font-size: 1.15rem;
    }

    .contact-highlight p,
    .update-info p {
        font-size: 1rem;
    }
}

/* Print Styles */
@media print {
    .privacy-container {
        padding: 20px;
        background: white;
    }

    .privacy-header {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .privacy-content {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .privacy-section {
        page-break-inside: avoid;
    }
}

/* Smooth Scrolling Enhancement */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background: #ffc107;
    color: white;
}

::-moz-selection {
    background: #ffc107;
    color: white;
}

/* Focus Styles for Accessibility */
a:focus,
button:focus {
    outline: 3px solid #ffc107;
    outline-offset: 2px;
}