.elementor-10 .elementor-element.elementor-element-9c040db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-c26e1d6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-3674e22 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-aef2ea2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for header_sidebar_menu, class: .elementor-element-7d7cf95 */.left-sidebar .infor .mail a {
    color: inherit;
    text-decoration: none;
}
.left-sidebar .infor .mail a:hover {
    color: #F3500F; /* your brand color, optional */
}

.tf-setting-color{
    display: none;
}

.right-nav li:last-child {
    display: none;
}

.tf-btn-menu{
    display: none !important;
}

@media (max-width: 767px) {
    .avatar-wrap img {
        max-height: 220px;
    }
}/* End custom CSS */
/* Start custom CSS for home1_services_accordion, class: .elementor-element-ca852bc */.elementor-10 .elementor-element.elementor-element-ca852bc .text-display-2{
    font-size: 90px;
    line-height: 90px;
}/* End custom CSS */
/* Start custom CSS for home1_about, class: .elementor-element-4febbff */.box-playground .top .instagram-tag a {
    color: rgba(255, 255, 255, 0.6);
}/* End custom CSS */
/* Start custom CSS for home1_contact, class: .elementor-element-ae96095 *//* ============================================
   CONTACT FORM — Service dropdown + messages
   ============================================ */

/* ---------- Service dropdown ---------- */
.form-contact .fiel-service {
    margin-bottom: 40px;
}

.form-contact .fiel-service .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.form-contact .fiel-service select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    width: 100%;
    padding: 7px 28px 4px 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    color: #fff;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    accent-color: #F3500F;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
}

.form-contact .fiel-service select:hover {
    color: #F3500F;
    border-color: #F3500F;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23F3500F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.form-contact .fiel-service select:focus {
    border-color: #fff;
}

.form-contact .fiel-service select:invalid {
    color: rgba(255, 255, 255, 0.3);
}

.form-contact .fiel-service select option {
    color: #fff;
    background-color: #151515;
}

/* ---------- CF7 response / validation messages ---------- */
.wpcf7 form .wpcf7-response-output {
    margin: 24px 0 0;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.03);
}

/* success — mail sent */
.wpcf7 form.sent .wpcf7-response-output {
    color: #1EF482;
    border-color: #1EF482;
    background-color: rgba(30, 244, 130, 0.08);
}

/* validation errors / not accepted / send failed / spam */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    color: #F3500F;
    border-color: #F3500F;
    background-color: rgba(243, 80, 15, 0.08);
}

/* inline field validation tips + invalid field underline */
.wpcf7-not-valid-tip {
    color: #F3500F;
    font-family: "Poppins";
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
}
.wpcf7 form .wpcf7-not-valid {
    border-color: #F3500F !important;
}/* End custom CSS */