/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2025 | 10:57:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.tz-header-section:is(.header_style_one) .tz-header-top {
    color: #fff;
    padding: 8px 0px;
    background-color: #f10e1a;
}

.tz-header-section:is(.header_style_one) .header-cta-btn a {
    gap: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    padding: 12px 23px 12px 25px;
    background-color: #ec000c;
}
.elementor a {
    box-shadow: none;
    text-decoration: none;
}


.tz-btn-1 a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 100px;
    background-color: #f10e1a;
}
/*  */

.tz-header-section:is(.header_style_one) .tz-main-navigation-area {
    padding: 30px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #f10e1a;
    border-top: none;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(31, 21, 63, 0.1019607843);
    box-shadow: 0px 8px 30px 0px rgba(31, 21, 63, 0.1019607843);
    -webkit-box-shadow: 0px 4px 0px 0px var(--tz-prime-c);
    box-shadow: 0px 4px 0px 0px #f10e1a;
}

.tz-header-section:is(.header_style_one) .header-action .header-cta .item-text span {
    font-size: 14px;
	color: #000 !important;
}

.tz-header-top a {
  color: white !important;
}
