/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.blog--nav li a{        text-transform: inherit !important; }
h3::before{ opacity:0; }


@media (min-width: 768px) and (max-width: 991px) {
#hs_cos_wrapper_widget_1730799383304 .padding--normal{ padding-top: 160px; }
  
}  

.hs-video-container{  max-width: 100%;     width: 100%;   }


.light__Blue { background: #EAF2FA; }
.scale__row { display: flex; flex-flow: wrap; }
.scale__left { width: 60%; }
.scale__right { width: 40%; }
.scale__section_box { padding: 47px 0px 126px 73px; background: #ef933d; mix-blend-mode: multiply; }
.scale__image { margin-top: -47px; }
.scale__content { color: #fff; }
.hero__section{     background-image: linear-gradient(to right bottom, #f3a550, #f29f4a, #f19944, #f0923e, #ef8c38);  }

/* section.hero__section { position: relative; z-index: 1;/*   background: linear-gradient(132deg, #F3A54F 0%, rgba(255, 154, 43, 0) 100%); */ background: linear-gradient(132deg, #F3A54F 0%, rgba(255, 154, 43, 0) 100%); }
/* section.hero__section:before {    position: absolute;   content: "";    top: 0;    right: 0;    left: 0;    bottom: 0;    background: transparent linear-gradient(132deg, #F3A54F 0%, #FF9A2B00 100%);    mix-blend-mode: multiply;    z-index: -1;} */
/* .hero__title, .hero__title h1 { color: #fff; }
.hero_btn a.smooth-scroll.btn.btn-primary { background: var(--color-white-100); color: #E08C47; }
.hero_btn a.smooth-scroll.btn.btn-primary:hover { color: var(--color-white-100); background: #E08C47; }  */





section.hero__section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Covers the full section */
  background: linear-gradient(132deg, #F3A54F 0%, rgba(255, 154, 43, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.51;
  z-index: -1; /* Behind the content */
}

.hero__title,
.hero__title h1 {
  color: #fff;
}

.hero_btn a.smooth-scroll.btn.btn-primary {
  background: var(--color-white-100);
  color: #E08C47;
}

.hero_btn a.smooth-scroll.btn.btn-primary:hover {
  color: var(--color-white-100);
  background: #E08C47;
}

.hero__right{      padding-left: 50px;  }







.box__cover {  padding: 40px 30px; background: #fff; box-shadow: 0px 3px 6px #00000014; border: 1px solid #ADD1F5; margin-right: -90px; margin-left: 90px; margin-top: -80px; border-bottom: 3px solid #F0933D; }
@media(max-width:1330px) {
    .box__cover { margin-right: -40px; }
}
@media (max-width:1060px) {
    .box__cover { margin-right: 0px; margin-left: 0; }
  .hero__right{      padding-left: 0px;  }
  
}
@media(max-width:767px) {
    .scale__left { width: 100%; }
    .scale__right { width: 100%; }
    .scale__section_box { padding: 40px 30px 45px 30px; }
    .box__cover { padding: 26px 15px; margin-top: 30px; }
    .scale__image { margin-top: 15px; }
  
}