.elementor-3 .elementor-element.elementor-element-90a12a1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9dc2ac0 *//* ==========================================
   TAJ EXPLORER PRIVACY POLICY
   Exclusive CSS (No Theme Conflicts)
========================================== */

.te-privacy-page,
.te-privacy-page *{
    box-sizing:border-box;
}

.te-privacy-page{
    background:#ffffff;
    padding:20px 20px 80px;
    font-family:Inter,"Segoe UI",Arial,sans-serif;
    color:#374151;
}

.te-privacy-container{
    max-width:960px;
    margin:0 auto;
}

/* ===========================
   Header
=========================== */

.te-privacy-header{
    background:#fff;
    padding:60px 20px 30px;
    text-align:center;
}

.te-privacy-header h1{
    margin:0;
    font-size:46px;
    font-weight:700;
    color:#0B2D5C;
    line-height:1.2;
    letter-spacing:-.5px;
}

.te-privacy-title-line{
    width:70px;
    height:3px;
    background:#F7941D;
    margin:22px auto;
    border-radius:50px;
}

.te-privacy-header p{
    max-width:760px;
    margin:0 auto;
    font-size:17px;
    line-height:1.9;
    color:#6B7280;
}

/* ===========================
   Content Sections
=========================== */

.te-privacy-section{
    padding:0 0 45px;
    margin-bottom:45px;
    border-bottom:1px solid #ECECEC;
}

.te-privacy-section:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

/* ===========================
   Headings
=========================== */

.te-privacy-section h2{
    position:relative;
    color:#0B2D5C;
    font-size:30px;
    font-weight:700;
    margin:0 0 22px;
    padding-left:18px;
}

.te-privacy-section h2::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:30px;
    background:#F7941D;
    border-radius:10px;
}

.te-privacy-section h3{
    margin:30px 0 15px;
    font-size:21px;
    color:#111827;
    font-weight:600;
}

/* ===========================
   Paragraphs
=========================== */

.te-privacy-section p{
    margin:0 0 18px;
    font-size:16px;
    line-height:1.9;
    color:#4B5563;
}

/* ===========================
   Lists
=========================== */

.te-privacy-section ul{
    margin:20px 0;
    padding-left:24px;
}

.te-privacy-section li{
    margin-bottom:12px;
    line-height:1.9;
    color:#4B5563;
}

/* ===========================
   Strong Text
=========================== */

.te-privacy-page strong{
    color:#0B2D5C;
    font-weight:600;
}

/* ===========================
   Links
=========================== */

.te-privacy-page a{
    color:#0B5ED7;
    text-decoration:none;
    transition:.3s;
}

.te-privacy-page a:hover{
    color:#F7941D;
    text-decoration:underline;
}

/* ===========================
   Contact Box
=========================== */

.te-privacy-contact-box{
    margin-top:20px;
    padding:28px 32px;
    background:#FAFAFA;
    border:1px solid #E5E7EB;
    border-radius:10px;
}

.te-privacy-contact-box p{
    margin:10px 0;
}

/* ===========================
   Selection
=========================== */

.te-privacy-page ::selection{
    background:#0B2D5C;
    color:#fff;
}

/* ===========================
   Responsive
=========================== */

@media (max-width:991px){

    .te-privacy-header{
        padding:50px 20px 25px;
    }

    .te-privacy-header h1{
        font-size:38px;
    }

    .te-privacy-section h2{
        font-size:26px;
    }

}

@media (max-width:767px){

    .te-privacy-page{
        padding:10px 18px 60px;
    }

    .te-privacy-header h1{
        font-size:32px;
    }

    .te-privacy-header p{
        font-size:16px;
    }

    .te-privacy-section{
        margin-bottom:35px;
        padding-bottom:35px;
    }

    .te-privacy-section h2{
        font-size:24px;
        padding-left:15px;
    }

    .te-privacy-section h2::before{
        height:24px;
    }

    .te-privacy-section h3{
        font-size:19px;
    }

    .te-privacy-section p,
    .te-privacy-section li{
        font-size:15px;
    }

}/* End custom CSS */