.elementor-25 .elementor-element.elementor-element-c2d9f84{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-53427db{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-b6d943f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-cc878da{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-5a86cf2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-64c3855{--display:flex;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-50dd1ae */:root{
  --mfz-red: #A61E22;
  --mfz-red-dark: #7F1418;
  --mfz-black: #111111;
  --mfz-charcoal: #1A1A1A;
  --mfz-grey: #6B7280;
  --mfz-light: #F5F5F5;
  --mfz-white: #FFFFFF;
}

.mfz-hero-sec1{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,0.28), rgba(0,0,0,0.28)),
    url('https://images.unsplash.com/photo-1581091215367-59ab6b2d7d8d?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.mfz-hero-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(17,17,17,0.88) 0%, rgba(17,17,17,0.82) 38%, rgba(17,17,17,0.42) 68%, rgba(17,17,17,0.18) 100%),
    linear-gradient(135deg, rgba(166,30,34,0.28) 0%, rgba(166,30,34,0.08) 45%, rgba(166,30,34,0.00) 75%);
  z-index: 1;
}

.mfz-hero-sec1::before{
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166,30,34,0.16) 0%, rgba(166,30,34,0.06) 38%, rgba(166,30,34,0) 72%);
  z-index: 1;
  pointer-events: none;
}

.mfz-hero-sec1::after{
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 360px;
  height: 360px;
  background: linear-gradient(135deg, rgba(166,30,34,0.22), rgba(166,30,34,0));
  transform: rotate(45deg);
  z-index: 1;
  pointer-events: none;
}

.mfz-hero-content{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.mfz-hero-left{
  max-width: 690px;
}

.mfz-hero-tag{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mfz-red);
  font-weight: 700;
}

.mfz-hero-tag::before{
  content: "";
  width: 42px;
  height: 1.5px;
  background: var(--mfz-red);
  display: inline-block;
}

.mfz-hero-title{
  margin: 0 0 20px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--mfz-white);
  max-width: 680px;
}

.mfz-hero-title span{
  color: var(--mfz-red);
}

.mfz-hero-desc{
  max-width: 640px;
  margin: 0 0 30px;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
}

.mfz-hero-btns{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.mfz-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s ease;
  box-sizing: border-box;
}

.mfz-btn-primary{
  background: var(--mfz-red);
  color: var(--mfz-white);
  border: 1px solid var(--mfz-red);
  box-shadow: 0 10px 30px rgba(166,30,34,0.22);
}

.mfz-btn-primary:hover{
  background: var(--mfz-red-dark);
  border-color: var(--mfz-red-dark);
  color: var(--mfz-white);
  transform: translateY(-2px);
}

.mfz-btn-outline{
  background: transparent;
  color: var(--mfz-white);
  border: 1.4px solid rgba(255,255,255,0.75);
}

.mfz-btn-outline:hover{
  background: var(--mfz-white);
  color: var(--mfz-black);
  border-color: var(--mfz-white);
  transform: translateY(-2px);
}

.mfz-hero-trust{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.mfz-hero-trust div{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
}

@media (max-width: 1024px){
  .mfz-hero-sec1{
    min-height: 84vh;
  }

  .mfz-hero-content{
    padding: 0 22px;
  }

  .mfz-hero-left{
    max-width: 620px;
  }

  .mfz-hero-title{
    font-size: clamp(2.2rem, 5vw, 3.6rem);
  }
}

@media (max-width: 767px){
  .mfz-hero-sec1{
    min-height: auto;
    padding: 88px 0 70px;
    background-position: center center;
  }

  .mfz-hero-content{
    padding: 0 18px;
  }

  .mfz-hero-left{
    max-width: 100%;
  }

  .mfz-hero-tag{
    font-size: 11px;
    letter-spacing: 1.8px;
    margin-bottom: 14px;
  }

  .mfz-hero-tag::before{
    width: 32px;
  }

  .mfz-hero-title{
    font-size: 2.15rem;
    line-height: 1.14;
    margin-bottom: 16px;
    letter-spacing: -0.6px;
  }

  .mfz-hero-desc{
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 24px;
  }

  .mfz-hero-btns{
    gap: 10px;
    margin-bottom: 22px;
  }

  .mfz-btn{
    width: 100%;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 14px;
  }

  .mfz-hero-trust{
    flex-direction: column;
    gap: 10px;
  }

  .mfz-hero-trust div{
    width: 100%;
    justify-content: center;
    text-align: center;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12.5px;
  }

  .mfz-hero-sec1::before{
    width: 260px;
    height: 260px;
    top: -60px;
    left: -80px;
  }

  .mfz-hero-sec1::after{
    width: 220px;
    height: 220px;
    right: -70px;
    bottom: -70px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b9e0a2 */.mfz-home-sec2{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 110px 0;
  background: #f8f8f8;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.mfz-home-sec2::before{
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166,30,34,0.08) 0%, rgba(166,30,34,0.03) 45%, rgba(166,30,34,0) 72%);
  pointer-events: none;
}

.mfz-home-sec2::after{
  content: "";
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  background: linear-gradient(135deg, rgba(166,30,34,0.07), rgba(166,30,34,0));
  transform: rotate(45deg);
  pointer-events: none;
}

.mfz-home-sec2__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  align-items: center;
  box-sizing: border-box;
}

.mfz-home-sec2__left{
  width: 100%;
  max-width: none;
}

.mfz-home-sec2__tag{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A61E22;
}

.mfz-home-sec2__tag::before{
  content: "";
  width: 40px;
  height: 1.5px;
  background: #A61E22;
  display: inline-block;
}

.mfz-home-sec2__title{
  margin: 0 0 22px;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: #111111;
  max-width: 900px;
}

.mfz-home-sec2__title span{
  color: #A61E22;
}

.mfz-home-sec2__desc{
  margin: 0 0 18px;
  font-size: 15.5px;
  line-height: 1.85;
  color: #4b5563;
  max-width: 920px;
}

.mfz-home-sec2__points{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.mfz-home-sec2__point{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(166,30,34,0.12);
  box-shadow: 0 8px 24px rgba(17,17,17,0.05);
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
}

.mfz-home-sec2__right{
  width: 100%;
}

.mfz-home-sec2__card{
  position: relative;
  width: 100%;
  padding: 34px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 55px rgba(17,17,17,0.10);
  overflow: hidden;
  box-sizing: border-box;
}

.mfz-home-sec2__card::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, rgba(166,30,34,0.16), rgba(166,30,34,0));
  border-bottom-left-radius: 120px;
}

.mfz-home-sec2__card-top{
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}

.mfz-home-sec2__mini-tag{
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(166,30,34,0.08);
  color: #A61E22;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mfz-home-sec2__card-title{
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.25;
  font-weight: 800;
  color: #111111;
}

.mfz-home-sec2__info-list{
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.mfz-home-sec2__info-item{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.05);
}

.mfz-home-sec2__label{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #6b7280;
}

.mfz-home-sec2__value{
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #111111;
}

.mfz-home-sec2__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  background: #A61E22;
  border: 1px solid #A61E22;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s ease;
  box-shadow: 0 12px 30px rgba(166,30,34,0.18);
}

.mfz-home-sec2__btn:hover{
  background: #7F1418;
  border-color: #7F1418;
  transform: translateY(-2px);
}

@media (max-width: 1024px){
  .mfz-home-sec2{
    padding: 95px 0;
  }

  .mfz-home-sec2__wrap{
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 28px;
  }

  .mfz-home-sec2__title,
  .mfz-home-sec2__desc{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .mfz-home-sec2{
    padding: 80px 0;
  }

  .mfz-home-sec2__wrap{
    padding: 0 18px;
  }

  .mfz-home-sec2__tag{
    font-size: 11px;
    letter-spacing: 1.7px;
    margin-bottom: 14px;
  }

  .mfz-home-sec2__tag::before{
    width: 30px;
  }

  .mfz-home-sec2__title{
    font-size: 2rem;
    line-height: 1.18;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }

  .mfz-home-sec2__desc{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .mfz-home-sec2__points{
    gap: 10px;
    margin-top: 20px;
  }

  .mfz-home-sec2__point{
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 12.5px;
    min-height: 38px;
  }

  .mfz-home-sec2__card{
    padding: 26px 20px;
    border-radius: 22px;
  }

  .mfz-home-sec2__card-title{
    font-size: 1.35rem;
  }

  .mfz-home-sec2__info-item{
    padding: 13px 14px;
  }

  .mfz-home-sec2__value{
    font-size: 13.5px;
  }

  .mfz-home-sec2__btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b04438d */.mfz-home-sec3{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 115px 0;
  background: linear-gradient(180deg, #121212 0%, #171717 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.mfz-home-sec3::before{
  content: "";
  position: absolute;
  top: -140px;
  left: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166,30,34,0.18) 0%, rgba(166,30,34,0.06) 40%, rgba(166,30,34,0) 72%);
  pointer-events: none;
}

.mfz-home-sec3::after{
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  background: linear-gradient(135deg, rgba(166,30,34,0.20), rgba(166,30,34,0));
  transform: rotate(45deg);
  pointer-events: none;
}

.mfz-home-sec3__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 48px;
  box-sizing: border-box;
}

.mfz-home-sec3__top{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 42px;
}

.mfz-home-sec3__tag{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A61E22;
}

.mfz-home-sec3__tag::before{
  content: "";
  width: 40px;
  height: 1.5px;
  background: #A61E22;
  display: inline-block;
}

.mfz-home-sec3__title{
  margin: 0;
  max-width: 900px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: #ffffff;
}

.mfz-home-sec3__title span{
  color: #A61E22;
}

.mfz-home-sec3__intro{
  margin: 0;
  max-width: 760px;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(255,255,255,0.76);
}

.mfz-home-sec3__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mfz-home-sec3__card{
  position: relative;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all .28s ease;
  overflow: hidden;
  box-sizing: border-box;
}

.mfz-home-sec3__card:hover{
  transform: translateY(-6px);
  border-color: rgba(166,30,34,0.28);
  box-shadow: 0 24px 55px rgba(0,0,0,0.24);
}

.mfz-home-sec3__image-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #1b1b1b;
}

.mfz-home-sec3__image-wrap img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.mfz-home-sec3__card:hover .mfz-home-sec3__image-wrap img{
  transform: scale(1.06);
}

.mfz-home-sec3__card-body{
  position: relative;
  padding: 24px 22px 24px;
}

.mfz-home-sec3__card-body::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 92px;
  background: linear-gradient(135deg, rgba(166,30,34,0.16), rgba(166,30,34,0));
  border-bottom-left-radius: 90px;
  pointer-events: none;
}

.mfz-home-sec3__card-no{
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #A61E22;
}

.mfz-home-sec3__card-title{
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
}

.mfz-home-sec3__card-desc{
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.70);
}

.mfz-home-sec3__bottom{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.mfz-home-sec3__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s ease;
  box-sizing: border-box;
}

.mfz-home-sec3__btn-primary{
  background: #A61E22;
  border: 1px solid #A61E22;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(166,30,34,0.22);
}

.mfz-home-sec3__btn-primary:hover{
  background: #7F1418;
  border-color: #7F1418;
  transform: translateY(-2px);
}

.mfz-home-sec3__btn-outline{
  background: transparent;
  border: 1.3px solid rgba(255,255,255,0.68);
  color: #ffffff;
}

.mfz-home-sec3__btn-outline:hover{
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
  transform: translateY(-2px);
}

@media (max-width: 1024px){
  .mfz-home-sec3{
    padding: 95px 0;
  }

  .mfz-home-sec3__wrap{
    padding: 0 28px;
  }

  .mfz-home-sec3__top{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  .mfz-home-sec3__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mfz-home-sec3__intro,
  .mfz-home-sec3__title{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .mfz-home-sec3{
    padding: 80px 0;
  }

  .mfz-home-sec3__wrap{
    padding: 0 18px;
  }

  .mfz-home-sec3__tag{
    font-size: 11px;
    letter-spacing: 1.7px;
    margin-bottom: 14px;
  }

  .mfz-home-sec3__tag::before{
    width: 30px;
  }

  .mfz-home-sec3__title{
    font-size: 2rem;
    line-height: 1.18;
    letter-spacing: -0.5px;
  }

  .mfz-home-sec3__intro{
    font-size: 14px;
    line-height: 1.8;
  }

  .mfz-home-sec3__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mfz-home-sec3__card{
    border-radius: 20px;
  }

  .mfz-home-sec3__card-body{
    padding: 20px 18px 22px;
  }

  .mfz-home-sec3__card-title{
    font-size: 1.15rem;
  }

  .mfz-home-sec3__card-desc{
    font-size: 13.5px;
    line-height: 1.75;
  }

  .mfz-home-sec3__bottom{
    gap: 10px;
    margin-top: 24px;
  }

  .mfz-home-sec3__btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a0a4cd */.mfz-home-sec4{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 115px 0;
  background: #f8f8f8;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.mfz-home-sec4::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166,30,34,0.08) 0%, rgba(166,30,34,0.03) 45%, rgba(166,30,34,0) 72%);
  pointer-events: none;
}

.mfz-home-sec4::after{
  content: "";
  position: absolute;
  left: -100px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  background: linear-gradient(135deg, rgba(166,30,34,0.08), rgba(166,30,34,0));
  transform: rotate(45deg);
  pointer-events: none;
}

.mfz-home-sec4__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 48px;
  box-sizing: border-box;
}

.mfz-home-sec4__head{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.mfz-home-sec4__tag{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A61E22;
}

.mfz-home-sec4__tag::before{
  content: "";
  width: 40px;
  height: 1.5px;
  background: #A61E22;
  display: inline-block;
}

.mfz-home-sec4__title{
  margin: 0;
  max-width: 900px;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: #111111;
}

.mfz-home-sec4__title span{
  color: #A61E22;
}

.mfz-home-sec4__intro{
  margin: 0;
  max-width: 760px;
  font-size: 15.5px;
  line-height: 1.85;
  color: #4b5563;
}

.mfz-home-sec4__stats{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.mfz-home-sec4__stat{
  padding: 24px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 14px 35px rgba(17,17,17,0.06);
}

.mfz-home-sec4__stat-no{
  margin-bottom: 8px;
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 800;
  color: #A61E22;
}

.mfz-home-sec4__stat-label{
  font-size: 13.5px;
  line-height: 1.7;
  font-weight: 600;
  color: #374151;
}

.mfz-home-sec4__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}

.mfz-home-sec4__card{
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 45px rgba(17,17,17,0.08);
  transition: all .28s ease;
}

.mfz-home-sec4__card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(17,17,17,0.12);
}

.mfz-home-sec4__image-wrap{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e5e7eb;
}

.mfz-home-sec4__image-wrap img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.mfz-home-sec4__card:hover .mfz-home-sec4__image-wrap img{
  transform: scale(1.06);
}

.mfz-home-sec4__card-body{
  padding: 22px 22px 24px;
}

.mfz-home-sec4__card-tag{
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(166,30,34,0.08);
  color: #A61E22;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.mfz-home-sec4__card-title{
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.32;
  font-weight: 700;
  color: #111111;
}

.mfz-home-sec4__card-desc{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: #4b5563;
}

.mfz-home-sec4__list-wrap{
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 45px rgba(17,17,17,0.08);
}

.mfz-home-sec4__list-head{
  margin-bottom: 20px;
}

.mfz-home-sec4__mini-tag{
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(166,30,34,0.08);
  color: #A61E22;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mfz-home-sec4__list-title{
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 800;
  color: #111111;
}

.mfz-home-sec4__list-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mfz-home-sec4__list-item{
  padding: 15px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.05);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: #374151;
}

.mfz-home-sec4__bottom{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.mfz-home-sec4__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s ease;
  box-sizing: border-box;
}

.mfz-home-sec4__btn-primary{
  background: #A61E22;
  border: 1px solid #A61E22;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(166,30,34,0.18);
}

.mfz-home-sec4__btn-primary:hover{
  background: #7F1418;
  border-color: #7F1418;
  transform: translateY(-2px);
}

.mfz-home-sec4__btn-outline{
  background: transparent;
  border: 1.3px solid #111111;
  color: #111111;
}

.mfz-home-sec4__btn-outline:hover{
  background: #111111;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 1024px){
  .mfz-home-sec4{
    padding: 95px 0;
  }

  .mfz-home-sec4__wrap{
    padding: 0 28px;
  }

  .mfz-home-sec4__head{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mfz-home-sec4__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mfz-home-sec4__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mfz-home-sec4__list-grid{
    grid-template-columns: 1fr;
  }

  .mfz-home-sec4__title,
  .mfz-home-sec4__intro{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .mfz-home-sec4{
    padding: 80px 0;
  }

  .mfz-home-sec4__wrap{
    padding: 0 18px;
  }

  .mfz-home-sec4__tag{
    font-size: 11px;
    letter-spacing: 1.7px;
    margin-bottom: 14px;
  }

  .mfz-home-sec4__tag::before{
    width: 30px;
  }

  .mfz-home-sec4__title{
    font-size: 2rem;
    line-height: 1.18;
    letter-spacing: -0.5px;
  }

  .mfz-home-sec4__intro{
    font-size: 14px;
    line-height: 1.8;
  }

  .mfz-home-sec4__stats{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 20px;
  }

  .mfz-home-sec4__stat{
    padding: 20px 18px;
    border-radius: 18px;
  }

  .mfz-home-sec4__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }

  .mfz-home-sec4__card{
    border-radius: 20px;
  }

  .mfz-home-sec4__card-body{
    padding: 18px 18px 20px;
  }

  .mfz-home-sec4__card-title{
    font-size: 1.15rem;
  }

  .mfz-home-sec4__card-desc{
    font-size: 13.5px;
    line-height: 1.75;
  }

  .mfz-home-sec4__list-wrap{
    padding: 20px 16px;
    border-radius: 22px;
  }

  .mfz-home-sec4__list-title{
    font-size: 1.2rem;
  }

  .mfz-home-sec4__list-item{
    padding: 13px 14px;
    font-size: 13.5px;
  }

  .mfz-home-sec4__bottom{
    gap: 10px;
    margin-top: 22px;
  }

  .mfz-home-sec4__btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-538f38f */.mfz-home-sec5{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 110px 0;
  background: linear-gradient(180deg, #111111 0%, #161616 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

/* RED GLOW */
.mfz-home-sec5::before{
  content:"";
  position:absolute;
  top:-120px;
  left:-100px;
  width:320px;
  height:320px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(166,30,34,0.25), transparent 70%);
}

.mfz-home-sec5::after{
  content:"";
  position:absolute;
  bottom:-120px;
  right:-100px;
  width:280px;
  height:280px;
  background: linear-gradient(135deg, rgba(166,30,34,0.2), transparent);
  transform: rotate(45deg);
}

.mfz-home-sec5__wrap{
  position: relative;
  z-index:2;
  width:100%;
  padding:0 48px;
  box-sizing:border-box;
  text-align:center;
}

/* HEAD */
.mfz-home-sec5__tag{
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#A61E22;
  margin-bottom:14px;
}

.mfz-home-sec5__title{
  font-size: clamp(2rem,3.3vw,3rem);
  font-weight:800;
  color:#ffffff;
  margin-bottom:14px;
}

.mfz-home-sec5__title span{
  color:#A61E22;
}

.mfz-home-sec5__desc{
  max-width:700px;
  margin:0 auto 40px;
  font-size:15px;
  line-height:1.8;
  color:rgba(255,255,255,0.75);
}

/* GRID */
.mfz-home-sec5__grid{
  display:grid;
  grid-template-columns: repeat(6,1fr);
  gap:20px;
}

/* CARD */
.mfz-home-sec5__card{
  background: rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:20px;
  padding:16px;
  transition:.3s ease;
}

.mfz-home-sec5__card:hover{
  transform: translateY(-6px);
  border-color: rgba(166,30,34,0.4);
}

/* IMAGE */
.mfz-home-sec5__img{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:14px;
  background:#222;
}

.mfz-home-sec5__img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* LABEL */
.mfz-home-sec5__label{
  margin-top:12px;
  font-size:12px;
  font-weight:600;
  color:#d1d5db;
}

/* CTA */
.mfz-home-sec5__bottom{
  margin-top:40px;
}

.mfz-home-sec5__btn{
  padding:12px 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
}

.mfz-home-sec5__btn-primary{
  background:#A61E22;
  color:#fff;
}

.mfz-home-sec5__btn-primary:hover{
  background:#7F1418;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .mfz-home-sec5__grid{
    grid-template-columns: repeat(3,1fr);
  }
}

@media(max-width:767px){
  .mfz-home-sec5__wrap{
    padding:0 18px;
  }

  .mfz-home-sec5__grid{
    grid-template-columns: repeat(2,1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b75f7b1 */.mfz-home-sec6{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 115px 0;
  background: #f8f8f8;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.mfz-home-sec6::before{
  content: "";
  position: absolute;
  top: -120px;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166,30,34,0.08) 0%, rgba(166,30,34,0.03) 45%, rgba(166,30,34,0) 72%);
  pointer-events: none;
}

.mfz-home-sec6::after{
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  background: linear-gradient(135deg, rgba(166,30,34,0.08), rgba(166,30,34,0));
  transform: rotate(45deg);
  pointer-events: none;
}

.mfz-home-sec6__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  box-sizing: border-box;
}

.mfz-home-sec6__left{
  width: 100%;
}

.mfz-home-sec6__tag{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A61E22;
}

.mfz-home-sec6__tag::before{
  content: "";
  width: 40px;
  height: 1.5px;
  background: #A61E22;
  display: inline-block;
}

.mfz-home-sec6__title{
  margin: 0 0 20px;
  max-width: 860px;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: #111111;
}

.mfz-home-sec6__title span{
  color: #A61E22;
}

.mfz-home-sec6__desc{
  margin: 0 0 22px;
  max-width: 760px;
  font-size: 15.5px;
  line-height: 1.85;
  color: #4b5563;
}

.mfz-home-sec6__points{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mfz-home-sec6__point{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(166,30,34,0.12);
  box-shadow: 0 8px 24px rgba(17,17,17,0.05);
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
}

.mfz-home-sec6__right{
  width: 100%;
}

.mfz-home-sec6__card{
  position: relative;
  padding: 32px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 50px rgba(17,17,17,0.09);
  overflow: hidden;
}

.mfz-home-sec6__card::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(166,30,34,0.16), rgba(166,30,34,0));
  border-bottom-left-radius: 110px;
}

.mfz-home-sec6__mini-tag{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(166,30,34,0.08);
  color: #A61E22;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mfz-home-sec6__card-title{
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 800;
  color: #111111;
}

.mfz-home-sec6__info-list{
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.mfz-home-sec6__info-item{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.05);
}

.mfz-home-sec6__label{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #6b7280;
}

.mfz-home-sec6__value{
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  color: #111111;
  text-decoration: none;
}

a.mfz-home-sec6__value:hover{
  color: #A61E22;
}

.mfz-home-sec6__btns{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.mfz-home-sec6__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s ease;
  box-sizing: border-box;
}

.mfz-home-sec6__btn-primary{
  background: #A61E22;
  border: 1px solid #A61E22;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(166,30,34,0.18);
}

.mfz-home-sec6__btn-primary:hover{
  background: #7F1418;
  border-color: #7F1418;
  transform: translateY(-2px);
}

.mfz-home-sec6__btn-outline{
  background: transparent;
  border: 1.3px solid #111111;
  color: #111111;
}

.mfz-home-sec6__btn-outline:hover{
  background: #111111;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 1024px){
  .mfz-home-sec6{
    padding: 95px 0;
  }

  .mfz-home-sec6__wrap{
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 28px;
  }

  .mfz-home-sec6__title,
  .mfz-home-sec6__desc{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .mfz-home-sec6{
    padding: 80px 0;
  }

  .mfz-home-sec6__wrap{
    padding: 0 18px;
    gap: 22px;
  }

  .mfz-home-sec6__tag{
    font-size: 11px;
    letter-spacing: 1.7px;
    margin-bottom: 14px;
  }

  .mfz-home-sec6__tag::before{
    width: 30px;
  }

  .mfz-home-sec6__title{
    font-size: 2rem;
    line-height: 1.18;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }

  .mfz-home-sec6__desc{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .mfz-home-sec6__points{
    gap: 10px;
  }

  .mfz-home-sec6__point{
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 12.5px;
    min-height: 38px;
  }

  .mfz-home-sec6__card{
    padding: 24px 18px;
    border-radius: 22px;
  }

  .mfz-home-sec6__card-title{
    font-size: 1.3rem;
    margin-bottom: 16px;
  }

  .mfz-home-sec6__info-item{
    padding: 13px 14px;
  }

  .mfz-home-sec6__value{
    font-size: 13.5px;
  }

  .mfz-home-sec6__btns{
    gap: 10px;
  }

  .mfz-home-sec6__btn{
    width: 100%;
  }
}/* End custom CSS */