.elementor-1513 .elementor-element.elementor-element-422430d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1513 .elementor-element.elementor-element-d0d9364{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-d0d9364 */<style>
/* Privacy Policy Styles */
.privacy-policy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #333;
    line-height: 1.6;
}

.privacy-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #1a5f7a 0%, #2d7a96 100%);
    color: white;
    border-radius: 12px;
}

.privacy-header h1 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.last-updated {
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
}

.privacy-section {
    margin-bottom: 50px;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.privacy-section h2 {
    font-size: 32px;
    color: #1a5f7a;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #ff6b35;
}

.privacy-section h3 {
    font-size: 22px;
    color: #1a5f7a;
    margin: 25px 0 15px 0;
}

.privacy-section h4 {
    font-size: 18px;
    color: #2d7a96;
    margin: 15px 0 10px 0;
}

.privacy-section p {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.privacy-section ul {
    margin: 0 0 15px 20px;
    padding: 0;
}

.privacy-section li {
    margin-bottom: 10px;
}

/* Company Details */
.company-details {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
}

.detail-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-row strong {
    min-width: 180px;
    color: #1a5f7a;
    font-weight: 600;
}

.detail-row span,
.detail-row a {
    color: #333;
}

.detail-row a {
    color: #ff6b35;
    text-decoration: none;
}

.detail-row a:hover {
    text-decoration: underline;
}

.section-note {
    background: #e6f2f7;
    padding: 15px;
    border-left: 4px solid #1a5f7a;
    border-radius: 4px;
    margin-top: 20px;
    font-style: italic;
}

/* Data Categories - Section 2 Style */
.data-categories {
    display: grid;
    gap: 20px;
    margin-top: 25px;
}

.data-category {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
}

.data-category h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px 0;
    color: #1a5f7a;
    font-size: 20px;
}

.data-category .icon {
    font-size: 24px;
}

.data-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.data-category li {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.data-category li:last-child {
    border-bottom: none;
}

/* Section 3: How We Use Your Information - Box Style */
.usage-categories {
    display: grid;
    gap: 20px;
    margin-top: 25px;
}

.usage-category {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
}

.usage-category h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px 0;
    color: #1a5f7a;
    font-size: 20px;
}

.usage-category .usage-icon {
    font-size: 24px;
}

.usage-category p {
    margin: 0 0 10px 0;
    color: #666;
    line-height: 1.6;
}

.usage-category p:last-child {
    margin: 0;
}

.usage-category .legal-basis-text {
    margin-top: 12px;
    font-size: 14px;
    
}

.usage-category .legal-basis-text strong {
   color:#1a5f7a;
}

/* Hide old usage-grid styles */
.usage-grid {
    display: none;
}

.usage-item {
    display: none;
}

.usage-icon {
    display: none;
}

.legal-basis {
    display: none;
}

/* Sharing List */
.sharing-list {
    display: grid;
    gap: 15px;
    margin-top: 25px;
}

.sharing-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #1a5f7a;
}

.sharing-item h4 {
    margin: 0 0 10px 0;
    color: #1a5f7a;
}

.sharing-item p {
    margin: 0;
    font-size: 15px;
    color: #666;
}

/* Section 5: Retention - Box Style */
.principle-statement {
    background: #e6f2f7;
    padding: 20px;
    border-radius: 8px;
    font-weight: 600;
    color: #1a5f7a;
    font-size: 18px;
    margin-bottom: 30px;
}

.retention-categories {
    display: grid;
    gap: 20px;
    margin-top: 25px;
}

.retention-category {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
}

.retention-category h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px 0;
    color: #1a5f7a;
    font-size: 20px;
}

.retention-category .retention-icon {
    font-size: 24px;
}

.retention-category p {
    margin: 0 0 10px 0;
    color: #666;
    line-height: 1.6;
}

.retention-category p:last-child {
    margin: 0;
}

.retention-category strong {
    color: #1a5f7a;
}

/* Hide old timeline styles */
.retention-timeline {
    display: none;
}

.timeline-item {
    display: none;
}

.timeline-marker {
    display: none;
}

.timeline-content {
    display: none;
}

/* Storage Locations */
.storage-locations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.location-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s;
}

.location-card:hover {
    border-color: #1a5f7a;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(26, 95, 122, 0.2);
}

.location-flag {
    font-size: 48px;
    margin-bottom: 15px;
}

.location-card h4 {
    color: #1a5f7a;
    margin: 0 0 15px 0;
}

.location-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Security Note */
.security-note {
    background: #fff3cd;
    padding: 20px;
    border-left: 4px solid #ff6b35;
    border-radius: 8px;
    margin-top: 30px;
}

.security-note h4 {
    color: #1a5f7a;
    margin: 0 0 15px 0;
}

.security-note p {
    margin: 0 0 10px 0;
}

.security-note ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

.security-note li {
    margin-bottom: 8px;
}

/* Rights Section */
.rights-section .rights-accordion {
    margin-top: 25px;
}

.right-item {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #ff6b35;
    transition: all 0.3s;
}

.right-item:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.right-item h4 {
    color: #1a5f7a;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.right-item p {
    margin: 0 0 10px 0;
}

.right-item ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

.right-item ul li {
    margin-bottom: 8px;
}

.right-action {
    background: #e6f2f7;
    padding: 12px;
    border-radius: 6px;
    margin-top: 15px;
    font-size: 14px;
}

.rights-exercise {
    background: #e6f2f7;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
}

.rights-exercise h3 {
    color: #1a5f7a;
    margin: 0 0 20px 0;
}

.rights-exercise p {
    margin: 0 0 15px 0;
}

.contact-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
    margin: 20px 0;
    font-size: 16px;
}

.contact-box a {
    color: #ff6b35;
    text-decoration: none;
}

.contact-box a:hover {
    text-decoration: underline;
}

.response-time {
    font-style: italic;
    color: #666;
    margin-top: 15px;
}

/* Cookies Section */
.cookies-section .cookies-intro {
    background: #e6f2f7;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.cookies-intro p {
    margin: 0;
    font-size: 16px;
}

.cookie-types {
    display: grid;
    gap: 20px;
    margin: 25px 0;
}

.cookie-type {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
}

.cookie-type h4 {
    color: #1a5f7a;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.cookie-type p {
    margin: 0 0 10px 0;
}

.cookie-type ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

.cookie-type li {
    margin-bottom: 8px;
}

.cookie-control {
    background: #fff3cd;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
    margin-top: 25px;
}

.cookie-control h4 {
    color: #1a5f7a;
    margin: 0 0 15px 0;
}

.cookie-control p {
    margin: 0 0 10px 0;
}

.cookie-control ul {
    margin: 10px 0 15px 20px;
    padding: 0;
}

.cookie-control li {
    margin-bottom: 8px;
}

.cookie-note {
    background: #e6f2f7;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
    font-style: italic;
}

/* Legal Notice Section */
.legal-notice .legal-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #1a5f7a;
    margin-bottom: 20px;
}

.legal-box h4 {
    color: #1a5f7a;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.legal-box p {
    margin: 0 0 10px 0;
}

.legal-box p:last-child {
    margin: 0;
}

/* Contact Section */
.contact-section .contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.contact-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
    text-align: center;
    transition: all 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-card h4 {
    color: #1a5f7a;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.contact-card p {
    margin: 5px 0;
    font-size: 15px;
    color: #666;
}

.contact-card a {
    color: #ff6b35;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

/* Footer */
.privacy-footer {
    background: linear-gradient(135deg, #1a5f7a 0%, #2d7a96 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 40px;
}

.privacy-footer p {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.6;
}

.privacy-footer p:last-child {
    margin: 0;
}

.update-note {
    opacity: 0.9;
    font-size: 13px;
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-policy-container {
        padding: 20px 15px;
    }

    .privacy-header h1 {
        font-size: 32px;
    }

    .privacy-section {
        padding: 20px;
    }

    .privacy-section h2 {
        font-size: 26px;
    }

    .privacy-section h3 {
        font-size: 20px;
    }

    .privacy-section h4 {
        font-size: 16px;
    }

    .detail-row {
        flex-direction: column;
    }

    .detail-row strong {
        min-width: auto;
        margin-bottom: 5px;
    }

    .storage-locations {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .privacy-header h1 {
        font-size: 28px;
    }

    .privacy-header {
        padding: 30px 15px;
    }

    .privacy-section h2 {
        font-size: 22px;
    }

    .company-details,
    .legal-box,
    .cookie-type,
    .right-item,
    .sharing-item,
    .retention-category,
    .usage-category {
        padding: 15px;
    }

    .contact-card,
    .location-card {
        padding: 20px;
    }

    .usage-category h4,
    .retention-category h4 {
        font-size: 18px;
    }
}

/* Print Styles */
@media print {
    .privacy-policy-container {
        max-width: 100%;
        padding: 20px;
    }

    .privacy-section {
        box-shadow: none;
        page-break-inside: avoid;
    }

    .location-card,
    .contact-card {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .privacy-header,
    .privacy-footer {
        background: #1a5f7a;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* Accessibility Enhancements */
.privacy-section a:focus,
.detail-row a:focus,
.contact-box a:focus {
    outline: 2px solid #ff6b35;
    outline-offset: 2px;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background-color: #ff6b35;
    color: white;
}

::-moz-selection {
    background-color: #ff6b35;
    color: white;
}
</style>/* End custom CSS */