.elementor-381 .elementor-element.elementor-element-4a68d03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f32dbed */.privacy-policy-page {
    min-height: 100vh;
    background: #ffffff;
    padding: 140px 0 80px 0;
}

.privacy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.privacy-header {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
}

.privacy-header h1 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 900;
    color: #001958;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.privacy-header h1::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #3be29e, transparent);
    margin: 24px auto 0 auto;
    border-radius: 2px;
}

.privacy-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
}

.privacy-content p {
    margin-bottom: 24px;
}

.privacy-content h2 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #001958;
    margin-top: 56px;
    margin-bottom: 24px;
    padding-left: 20px;
    border-left: 5px solid #3be29e;
    text-transform: uppercase;
}

.privacy-content h3 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #001958;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-left: 16px;
    border-left: 4px solid #3be29e;
}

.privacy-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.privacy-content ul li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 14px;
    line-height: 1.8;
}

.privacy-content ul li::before {
    content: '•';
    position: absolute;
    left: 12px;
    color: #3be29e;
    font-weight: 700;
    font-size: 20px;
}

.privacy-content strong {
    color: #001958;
    font-weight: 700;
}

.privacy-content a {
    color: #3be29e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.privacy-content a:hover {
    color: #2dd18f;
    text-decoration: underline;
}

.privacy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.privacy-table th {
    background: #001958;
    color: #ffffff;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 16px;
    text-transform: uppercase;
}

.privacy-table td {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.privacy-table tr:last-child td {
    border-bottom: none;
}

.privacy-table tr:nth-child(even) {
    background: #f8f9fa;
}

.privacy-contact {
    background: #f8f9fa;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #3be29e;
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .privacy-policy-page {
        padding: 100px 0 60px 0;
    }
    
    .privacy-container {
        padding: 0 24px;
    }
    
    .privacy-header {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    
    .privacy-content {
        font-size: 15px;
    }
    
    .privacy-content h2 {
        font-size: 24px;
        margin-top: 48px;
    }
    
    .privacy-content h3 {
        font-size: 18px;
        margin-top: 32px;
    }
    
    .privacy-table {
        display: block;
        overflow-x: auto;
    }
    
    .privacy-contact {
        padding: 24px 20px;
    }
}/* End custom CSS */