/********* Compiled - Do not edit *********/
:root{--color-primary:#3f9ebd;--color-secondary:#000000;--color-gradient-start:#f42958;--color-gradient-stop:#e4442a;}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:Inter;font-weight:400;line-height:1.7em;font-size:1em;color:#000000;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:inherit;}.h1,h1{font-family:Georgia, serif;font-weight:500;line-height:1.2em;font-size:52px;color:#000000;}.h2,h2{font-family:Georgia, serif;font-weight:500;line-height:1.2em;font-size:40px;color:#000000;}.h3,h3{font-family:Georgia, serif;font-weight:500;line-height:1.2em;font-size:32px;color:#181b31;}.h4,h4{font-family:Georgia, serif;font-weight:500;line-height:1.2em;font-size:25px;color:#181b31;}.h5,h5{font-family:Georgia, serif;font-weight:500;line-height:1.2em;font-size:21px;color:#181b31;}.h6,h6{font-family:Georgia, serif;font-weight:500;line-height:1.2em;font-size:18px;color:#181b31;}.titlebar-inner h1{}.titlebar-inner p{}.category-blog .header{
    background: #000 !important;
}
.category-blog .header img{
    max-width: 100px !important;
}
.category-blog .header .navbar-brand{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.category-blog .titlebar-inner {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}
[style*="helvetica"],
[style*="arial"] {
    font-family: Inter, sans-serif !important;
}
button,
a.btn-solid,
input[type="button"],
input[type="submit"] {
    background-color: #0D1F3C !important; /* Navy */
    color: #ffffff !important;            /* White text */
    transition: background-color 0.2s ease !important;
    border: none !important;
    box-shadow: none !important;
}
button:hover,
a.btn-solid:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #0a1730 !important; /* Darker navy for hover */
}