.elementor-393 .elementor-element.elementor-element-ead9877{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2a3dc71 *//* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body{

    margin:0;
    font-family:'Inter',sans-serif;
    background:#F8FAFC;
    color:#111827;

}

.templates-hero{

    padding:90px 20px;
    text-align:center;
    background:#F8FAFC;

}

.templates-container{

    max-width:900px;
    margin:auto;

}

.templates-badge{

    display:inline-block;
    background:#EEF2FF;
    color:#5B21B6;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;

}

.templates-hero h1{

    margin:30px 0 20px;
    font-size:52px;
    line-height:1.2;
    font-weight:700;

}

.templates-hero p{

    max-width:760px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    color:#6B7280;

}

.template-search{

    margin-top:40px;
    display:flex;
    justify-content:center;

}

.template-search input{

    width:520px;
    padding:18px;
    border:1px solid #E5E7EB;
    border-radius:12px 0 0 12px;
    outline:none;
    font-size:16px;

}

.template-search button{

    padding:18px 28px;
    border:none;
    background:#6366F1;
    color:white;
    border-radius:0 12px 12px 0;
    cursor:pointer;
    font-size:16px;
    font-weight:600;

}

.template-buttons{

    margin-top:35px;

}

.template-buttons a{

    display:inline-block;
    margin:8px;
    padding:15px 30px;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;

}

.btn-primary{

    background:#6366F1;
    color:white;

}

.btn-secondary{

    background:white;
    color:#111827;
    border:1px solid #D1D5DB;

}

.btn-primary:hover{

    background:#4F46E5;

}

.btn-secondary:hover{

    background:#F3F4F6;

}/* End custom CSS */