:root {
    --accent: #a7212a !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

.cs-page_heading.cs-style1.cs-center.text-center.cs-bg{
    background-image: url(/static/blog_hero_bg.jpeg) !important;
    height: 550px;
    padding: 120px 0 50px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
  .cs-site_branding img {
    max-height: 60px !important;
    margin-top: -10px !important;
}

.cs-hero.cs-style1.cs-type1.text-center.cs-fixed_bg{
    background-image: url(/static/blog_hero_bg.jpeg);
        height: 400px;
        padding: 100px 0 50px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
}
.cs-page_heading.cs-style1home {
    background: var(--accent) !important;
    content: &quot;&quot;;
    filter: blur(125px) !important;
    height: 151px !important;
    opacity: .8 !important;
    position: absolute !important;
    right: 0px !important;
    top: -0rem !important;
    width: 151px !important;
}
.cs-page_heading.cs-style1:after{
opacity: 0 !important;
}
@media only screen and (min-width: 767px) {
  .cs-site_branding img {
    max-height: 60px !important;
    margin-top: -23px !important;
}
  .cs-hero_title {
    font-size: 70px !important;
    white-space: normal; /* Enable text wrapping */
    word-wrap: break-word; /* Ensure long words wrap properly */
  }
  .cs-hero_subtitle{
  position: absolute;
    top: 220px;
    left: 89px;
  }

}
@media only screen and (max-width: 767px) {
  .cs-hero_title {
    font-size: 37px !important;
    white-space: normal;
    word-wrap: break-word; 
  }
.cs-portfolio_bg.cs-bg{
    background-size: contain !important;
}
  h2{
  font-size: 25px !important;
  }
    .cs-funfact.cs-style1 .cs-funfact_number {
        font-size: 25px !important;
    }
        .cs-moving_text_wrap {
        font-size: 30px !important;
    }
}
    .cs-hero.cs-style1 {
        padding-top: 100px !important;
    }
.cs-funfact_wrap.cs-type1{
  margin-top: 0px !important;
    }
    
  .cs-down_btn{
     bottom: -53%;
    height: 35px;
    left: -50%;
  }
  .cs-menu_widget.cs-style1.cs-mp0{
  text-wrap: balance !important;
  }
