.elementor-7195 .elementor-element.elementor-element-0563905 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-7195 .elementor-element.elementor-element-0563905 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-7195 .elementor-element.elementor-element-0563905 .eael-contact-form-7-wrapper{text-align:default;}.elementor-7195 .elementor-element.elementor-element-0563905 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}.elementor-7195 .elementor-element.elementor-element-70999d0f{--display:flex;}.elementor-7195 .elementor-element.elementor-element-0f60215 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-7195 .elementor-element.elementor-element-0f60215 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-7195 .elementor-element.elementor-element-0f60215 .eael-contact-form-7-wrapper{text-align:default;}.elementor-7195 .elementor-element.elementor-element-0f60215 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}.elementor-7195 .elementor-element.elementor-element-e945bd1 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-7195 .elementor-element.elementor-element-e945bd1 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-7195 .elementor-element.elementor-element-e945bd1 .eael-contact-form-7-wrapper{text-align:default;}.elementor-7195 .elementor-element.elementor-element-e945bd1 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}.elementor-7195 .elementor-element.elementor-element-0fc0b14 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-7195 .elementor-element.elementor-element-0fc0b14 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-7195 .elementor-element.elementor-element-0fc0b14 .eael-contact-form-7-wrapper{text-align:default;}.elementor-7195 .elementor-element.elementor-element-0fc0b14 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4b0b4b2 *//* ==========================
   HERO SECTION
========================== */

.tfb-hero{

    background:linear-gradient(135deg,#FFE082 0%,#FFC107 60%,#FFB300 100%);
    border-radius:30px;
    padding:80px 40px;
    position:relative;
    overflow:hidden;
    text-align:center;

}

/* Decorative Circles */

.tfb-hero::before{

    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    top:-170px;
    right:-120px;

}

.tfb-hero::after{

    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    bottom:-120px;
    left:-80px;

}

.hero-content{

    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;

}

.hero-badge{

    display:inline-block;
    background:#fff;
    color:#B76E00;
    padding:12px 26px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.tfb-hero h1{

    font-size:56px;
    font-weight:800;
    color:#2F2F2F;
    margin-bottom:20px;
    line-height:1.2;

}

.tfb-hero p{

    font-size:18px;
    color:#444;
    max-width:700px;
    margin:0 auto 35px;
    line-height:1.8;

}

/* FEATURES */

.hero-features{

    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:40px;

}

.feature{

    background:rgba(255,255,255,.28);
    backdrop-filter:blur(8px);
    padding:14px 24px;
    border-radius:50px;
    font-weight:600;
    color:#333;

}

/* BUTTONS */

.hero-buttons{

    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;

}

.btn{

    padding:16px 34px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    transition:.35s;
    display:inline-flex;
    align-items:center;
    gap:10px;

}

.btn-whatsapp{

    background:#25D366;
    color:#fff;

}

.btn-whatsapp:hover{

    background:#1DA851;
    transform:translateY(-4px);

}

.btn-email{

    background:#fff;
    color:#B76E00;

}

.btn-email:hover{

    background:#FFF4C4;
    transform:translateY(-4px);

}

/* MOBILE */

@media(max-width:768px){

.tfb-hero{

padding:60px 25px;

}

.tfb-hero h1{

font-size:38px;

}

.tfb-hero p{

font-size:16px;

}

.hero-buttons{

flex-direction:column;

}

.btn{

width:100%;
justify-content:center;

}

.hero-features{

gap:10px;

}

.feature{

font-size:14px;
padding:12px 18px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24a8986 *//*==========================
CONTACT CARD
==========================*/

.tfb-contact-card{

    background:#ffffff;
    border-radius:28px;
    padding:40px;
    border:2px solid #FFE082;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    height:100%;

}

.contact-tag{

    display:inline-block;
    padding:10px 22px;
    background:#FFF8E1;
    color:#C47A00;
    border-radius:40px;
    font-weight:600;
    margin-bottom:20px;

}

.tfb-contact-card h2{

    font-size:34px;
    margin:10px 0;
    color:#2F2F2F;
    font-weight:700;

}

.contact-intro{

    color:#666;
    line-height:1.8;
    margin-bottom:35px;

}

/*==========================
CONTACT ITEM
==========================*/

.contact-item{

    display:flex;
    gap:18px;
    align-items:center;
    background:#FFFDF5;
    border:1px solid #FFE9A6;
    border-radius:18px;
    padding:18px;
    margin-bottom:18px;
    transition:.3s;

}

.contact-item:hover{

    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(255,193,7,.18);

}

.contact-icon{

    width:65px;
    height:65px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    color:#fff;
    flex-shrink:0;

}

.email-icon{

    background:#FF9800;

}

.whatsapp-icon{

    background:#25D366;

}

.phone-icon{

    background:#FFC107;

}

.clock-icon{

    background:#FF7043;

}

.contact-details{

    flex:1;

}

.contact-details h4{

    margin:0 0 6px;
    color:#333;
    font-size:19px;

}

.contact-details a{

    color:#555;
    font-weight:600;
    text-decoration:none;
    display:block;

}

.contact-details a:hover{

    color:#FF9800;

}

.contact-details p{

    margin:0;
    color:#555;

}

.contact-details span{

    display:block;
    margin-top:4px;
    color:#888;
    font-size:14px;

}

/*==========================
BUTTONS
==========================*/

.contact-buttons{

    display:flex;
    gap:15px;
    margin-top:30px;
    flex-wrap:wrap;

}

.contact-btn{

    flex:1;
    text-align:center;
    padding:15px 20px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;

}

.contact-btn.whatsapp{

    background:#25D366;
    color:#fff;

}

.contact-btn.whatsapp:hover{

    background:#1CA851;
    transform:translateY(-3px);

}

.contact-btn.email{

    background:#FFC107;
    color:#333;

}

.contact-btn.email:hover{

    background:#FFB300;
    transform:translateY(-3px);

}

/*==========================
MOBILE
==========================*/

@media(max-width:767px){

.tfb-contact-card{

padding:30px 22px;

}

.tfb-contact-card h2{

font-size:28px;

}

.contact-item{

flex-direction:column;
text-align:center;

}

.contact-buttons{

flex-direction:column;

}

.contact-btn{

width:100%;

}

}/* End custom CSS */
/* Start custom CSS for eael-contact-form-7, class: .elementor-element-0563905 */.tfb-contact-form{
    font-family:Poppins,sans-serif;
}

.tfb-contact-form label{
    display:block;
    margin:15px 0 8px;
    font-weight:600;
    color:#333;
}

.tfb-contact-form input,
.tfb-contact-form textarea{
    width:100%;
    padding:15px;
    border:2px solid #F4D35E;
    border-radius:12px;
    font-size:15px;
    box-sizing:border-box;
}

.tfb-contact-form input:focus,
.tfb-contact-form textarea:focus{
    outline:none;
    border-color:#FFC107;
    box-shadow:0 0 0 4px rgba(255,193,7,.15);
}

.tfb-contact-form textarea{
    min-height:170px;
    resize:vertical;
}

.tfb-submit{
    width:100%;
    background:linear-gradient(135deg,#FFC107,#FF9800);
    color:#fff;
    border:none;
    padding:16px;
    border-radius:12px;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.tfb-submit:hover{
    background:linear-gradient(135deg,#FFB300,#F57C00);
}/* End custom CSS */