.elementor-4916 .elementor-element.elementor-element-2810534{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-4916 .elementor-element.elementor-element-2810534{--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-cd4fa5d *//* =====================================
   Nature's Symphony Safaris
   Premium Safari Blog Style
   Font: Marcellus + Open Sans
   ===================================== */


/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Open+Sans:wght@400;500;600;700&display=swap');


.legal-page {

    max-width: 1100px;
    margin: 50px auto;
    padding: 45px;

    background: #F8F5EF;

    color: #2B2B2B;

    font-family: "Open Sans", sans-serif;

    line-height: 1.85;

    border-radius: 18px;

}



/* Main Blog Title */

.legal-page h2 {

    font-family: "Marcellus", serif;

    font-size: 44px;

    line-height: 1.3;

    color: #5C4A1D;

    text-align:center;

    font-weight:400;

    letter-spacing:0.5px;

    margin-bottom:20px;

}



/* Published Date */

.legal-page > p:first-of-type {

    text-align:center;

    color:#1F4D3A;

    font-size:15px;

    margin-bottom:40px;

}



/* Paragraph Text */

.legal-page p {

    font-size:17px;

    color:#333;

    margin-bottom:28px;

}



/* Section Headings */

.legal-page h3 {

    font-family:"Marcellus", serif;

    color:#5C4A1D;

    font-size:32px;

    font-weight:400;

    line-height:1.4;

    margin-top:60px;

    margin-bottom:25px;

    padding-left:20px;

    border-left:5px solid #C9A96A;

}



.legal-page h3:hover {

    color:#1F4D3A;

    transition:.3s ease;

}



/* Strong Text */

.legal-page strong {

    color:#5C4A1D;

    font-weight:700;

}



/* Safari Information Box */

.info-box {

    background:

    linear-gradient(

    135deg,

    rgba(201,169,106,0.20),

    rgba(31,77,58,0.08)

    );


    border-left:6px solid #C9A96A;


    padding:35px;


    margin:50px 0;


    border-radius:16px;


    font-size:16px;


    box-shadow:

    0 12px 30px rgba(0,0,0,0.07);


}



/* Info Box Title */

.info-box strong:first-child {

    font-family:"Marcellus", serif;

    font-size:26px;

    color:#1F4D3A;

    font-weight:400;

}



/* Links */

.legal-page a {

    color:#1F4D3A;

    text-decoration:none;

    font-weight:600;

}


.legal-page a:hover {

    color:#C9A96A;

}



/* Intro Highlight */

.legal-page > p:nth-of-type(2) {

    font-size:19px;

    color:#444;

}



/* Top Brand Line */

.legal-page::before {

    content:"";

    display:block;

    height:5px;

    width:100%;


    background:

    linear-gradient(

    90deg,

    #5C4A1D,

    #C9A96A,

    #1F4D3A

    );


    border-radius:20px;


    margin-bottom:35px;

}



/* Mobile Design */

@media(max-width:768px){


.legal-page {

    margin:20px 10px;

    padding:25px 20px;

}


.legal-page h2 {

    font-size:32px;

}


.legal-page h3 {

    font-size:25px;

    margin-top:40px;

}


.legal-page p {

    font-size:16px;

}


.info-box {

    padding:25px 20px;

}


}/* End custom CSS */