.elementor-6219 .elementor-element.elementor-element-7402bd2{--display:flex;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-64f1de3 *//* ==========================
   PRIVACY POLICY PAGE
========================== */

.privacy-policy-section {
    background: #f8f3ef;
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
}

.privacy-policy-section .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header .subtitle {
    color: #d15a8a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.section-header h1 {
    font-size: 48px;
    color: #5f3d7a;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-header p {
    color: #777;
    font-size: 16px;
}

.policy-content {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.policy-content > p:first-child {
    background: #fdf6f8;
    padding: 15px 20px;
    border-left: 4px solid #d15a8a;
    border-radius: 8px;
    margin-bottom: 40px;
    color: #555;
}

.policy-item {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.policy-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.policy-item h2 {
    font-size: 24px;
    color: #d15a8a;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.policy-item p {
    color: #666;
    line-height: 1.9;
    font-size: 16px;
    margin: 0;
}

.policy-item a {
    color: #5f3d7a;
    text-decoration: none;
    font-weight: 500;
}

.policy-item a:hover {
    color: #d15a8a;
}

.policy-item strong {
    color: #333;
}

/* ==========================
   CONTACT BOX
========================== */

.contact-box {
    background: linear-gradient(135deg, #fdf6f8, #fff);
    border: 1px solid #f1d6e3;
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
}

.contact-box h3 {
    color: #5f3d7a;
    margin-bottom: 15px;
    font-family: "Cormorant Garamond", serif;
}

.contact-box p {
    margin-bottom: 10px;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 991px) {

    .privacy-policy-section {
        padding: 70px 0;
    }

    .section-header h1 {
        font-size: 38px;
    }

    .policy-content {
        padding: 35px;
    }

    .policy-item h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .section-header h1 {
        font-size: 32px;
    }

    .policy-content {
        padding: 25px;
    }

    .policy-item h2 {
        font-size: 20px;
    }

    .policy-item p {
        font-size: 15px;
    }
}/* End custom CSS */