/* Start custom CSS for html, class: .elementor-4256 .elementor-element.elementor-element-277a340 */
/*====================================================
        ETS TRACTORS - PRIVACY POLICY
====================================================*/

:root{

    --primary:#63B642;
    --secondary:#173A52;
    --text:#667085;
    --light:#F7F9FC;
    --white:#FFFFFF;
    --border:#E6EDF2;

}

/*====================================
            SECTION
====================================*/

.privacy-policy{

    background:var(--light);

    padding:100px 0;

}

.privacy-policy .container{

    width:90%;

    max-width:1200px;

    margin:auto;

}

/*====================================
            HEADER
====================================*/

.policy-header{

    text-align:center;

    margin-bottom:70px;

}

.section-label{

    display:inline-block;

    padding:12px 28px;

    background:rgba(99,182,66,.12);

    color:var(--primary);

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    border-radius:50px;

    margin-bottom:25px;

}

.policy-header h1{

    font-size:58px;

    font-weight:800;

    color:var(--secondary);

    margin-bottom:25px;

    line-height:1.2;

}

.policy-header h1 span{

    color:var(--primary);

}

.policy-header p{

    max-width:850px;

    margin:auto;

    font-size:18px;

    line-height:2;

    color:var(--text);

}

/*====================================
        POLICY CONTENT
====================================*/

.policy-card{

    background:var(--white);

    padding:60px;

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    border-top:6px solid var(--primary);

}

.policy-section{

    margin-bottom:50px;

}

.policy-section:last-child{

    margin-bottom:0;

}

.policy-section h2{

    font-size:30px;

    color:var(--secondary);

    margin-bottom:18px;

    position:relative;

    padding-bottom:12px;

}

.policy-section h2::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:70px;

    height:4px;

    background:var(--primary);

    border-radius:20px;

}

.policy-section p{

    font-size:17px;

    color:var(--text);

    line-height:2;

    margin-bottom:18px;

}

.policy-section strong{

    color:var(--secondary);

}

.policy-section ul{

    margin-left:20px;

    margin-top:15px;

}

.policy-section li{

    margin-bottom:12px;

    line-height:1.8;

    color:var(--text);

}

.policy-section li::marker{

    color:var(--primary);

}

/*====================================
        CONTACT CARD
====================================*/

.contact-card{

    margin-top:70px;

    background:linear-gradient(135deg,#173A52,#214b67);

    border-radius:20px;

    padding:60px;

    color:#fff;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.contact-card h2{

    font-size:40px;

    margin-bottom:18px;

}

.contact-card>p{

    max-width:700px;

    margin:0 auto 45px;

    line-height:1.9;

    color:rgba(255,255,255,.9);

}

.contact-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:30px;

}

.contact-item{

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    border-radius:18px;

    padding:35px 25px;

    transition:.35s;

}

.contact-item:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.12);

}

.contact-item h4{

    font-size:22px;

    color:var(--primary);

    margin-bottom:15px;

}

.contact-item p{

    color:#fff;

    line-height:1.8;

    font-size:16px;

}

/*====================================
        RESPONSIVE
====================================*/

@media(max-width:991px){

    .privacy-policy{

        padding:70px 0;

    }

    .policy-header h1{

        font-size:44px;

    }

    .policy-card{

        padding:40px;

    }

    .contact-card{

        padding:40px;

    }

}

@media(max-width:768px){

    .policy-header h1{

        font-size:36px;

    }

    .policy-header p{

        font-size:17px;

    }

    .policy-card{

        padding:30px;

    }

    .policy-section h2{

        font-size:24px;

    }

    .contact-card{

        padding:35px 25px;

    }

    .contact-card h2{

        font-size:30px;

    }

}

@media(max-width:576px){

    .section-label{

        font-size:12px;

        padding:10px 20px;

    }

    .policy-header h1{

        font-size:30px;

    }

    .policy-section p,

    .policy-section li{

        font-size:16px;

        line-height:1.8;

    }

}
/* End custom CSS */
/* Start custom CSS for e-flexbox, class: .elementor-4256 .elementor-element.elementor-element-ec85fff */
/* End custom CSS */