.elementor-13583 .elementor-element.elementor-element-16d856d3{--display:flex;--background-transition:0.3s;--padding-block-start:80px;--padding-block-end:80px;--padding-inline-start:20px;--padding-inline-end:20px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-16d856d3 */.privacy-policy-wrapper {
    font-family: "AktivGrotesk", Sans-serif;
}

.privacy-policy-wrapper h2 {
    font-size: 32px;
    font-weight: 800;
    color: #4faceb;
    margin-bottom: 40px;
    line-height: 1.3;
    border-bottom: 4px solid #4faceb;
    padding-bottom: 20px;
}

.privacy-policy-wrapper section {
    margin-bottom: 45px;
}

.privacy-policy-wrapper h3 {
    font-size: 21px;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 20px;
    position: relative;
}


.privacy-policy-wrapper p {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    color: #4a5568;
}

.privacy-policy-wrapper ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.privacy-policy-wrapper ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #4a5568;
    font-size: 16px;
}

.privacy-policy-wrapper ul li::before {
    content: "✓";
    position: absolute;
    left: 4px;
    top: 0;
    color: #4faceb;
    font-weight: 800;
}

.privacy-policy-wrapper a {
    color: #1a365d;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.privacy-policy-wrapper a:hover {
    color: #4faceb;
    border-bottom-color: #4faceb;
}

/* Enhanced Contact Card */
.contact-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #4faceb;
    border-radius: 12px;
    padding: 30px;
    margin-top: 25px;
}

.contact-box h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #1a365d;
    font-weight: 700;
}

.contact-box .address {
    margin-bottom: 20px;
    font-size: 14px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-details p {
    margin-bottom: 10px;
    font-size: 15px;
}

.contact-details p:last-child {
    margin-bottom: 0;
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .privacy-policy-wrapper {
        margin: 15px;
        padding: 25px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    }

    .privacy-policy-wrapper h2 {
        font-size: 24px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .privacy-policy-wrapper h3 {
        font-size: 19px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul li {
        font-size: 15px;
    }
    
    .contact-box {
        padding: 20px;
    }
}/* End custom CSS */