.elementor-28 .elementor-element.elementor-element-c8f85ff{--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-28 .elementor-element.elementor-element-f28c272{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-c6f16f0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-486cb5f *//* =========================
   TAZNEEM ABOUT US - SEC 1
   HERO SECTION
========================= */

.taz-about-hero-sec1{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "Poppins", "Inter", sans-serif;
  background: #082c24;
}

.taz-about-hero-sec1__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(5,26,22,0.90) 0%, rgba(8,44,36,0.84) 44%, rgba(15,109,90,0.68) 100%),
    url("https://tazneemrecovery.com/wp-content/uploads/2026/04/6kzqyK4dhxroUVdK_dgxrIt1XOma4Fq3IV9zoktsJbzi3I0nh7S5x2RAV4Tr0tZlSWtvsbg5zmtMcG84qmDUJvQOqTjR8vWk9S2RonRG4_dIy1BI34GEq6NhZZpIS9zJkGQN9252VvOI5Z5mB8Yrcw2YEKJ-n_EyWC0daOr9GmhQxxtdT2_DVhiixTXj9shG.jpeg") center center / cover no-repeat;
  transform: scale(1.04);
}

.taz-about-hero-sec1__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(255,255,255,0.07), transparent 22%),
    radial-gradient(circle at 88% 16%, rgba(46,156,132,0.22), transparent 26%),
    radial-gradient(circle at 82% 84%, rgba(255,255,255,0.05), transparent 20%);
  pointer-events: none;
}

.taz-about-hero-sec1__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 120px 42px 90px;
  box-sizing: border-box;
}

.taz-about-hero-sec1__content{
  max-width: 860px;
}

.taz-about-hero-sec1__eyebrow{
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color: #dff6ef;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.taz-about-hero-sec1__title{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(40px, 6vw, 74px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.taz-about-hero-sec1__title span{
  display: block;
  color: #bcebdd;
}

.taz-about-hero-sec1__desc{
  margin: 0;
  max-width: 730px;
  color: rgba(255,255,255,0.82);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.9;
}

.taz-about-hero-sec1__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.taz-about-hero-sec1__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.28s ease;
  box-sizing: border-box;
}

.taz-about-hero-sec1__btn--solid{
  background: #2e9c84;
  border: 2px solid #2e9c84;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(15,109,90,0.26);
}

.taz-about-hero-sec1__btn--solid:hover{
  background: #39af96;
  border-color: #39af96;
  transform: translateY(-2px);
}

.taz-about-hero-sec1__btn--outline{
  background: transparent;
  border: 2px solid rgba(255,255,255,0.28);
  color: #ffffff;
}

.taz-about-hero-sec1__btn--outline:hover{
  background: rgba(255,255,255,0.08);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.taz-about-hero-sec1__highlights{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
  max-width: 980px;
}

.taz-about-hero-sec1__highlight{
  padding: 22px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

.taz-about-hero-sec1__highlight strong{
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.taz-about-hero-sec1__highlight span{
  display: block;
  color: rgba(255,255,255,0.80);
  font-size: 14px;
  line-height: 1.75;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-about-hero-sec1{
    min-height: auto;
  }

  .taz-about-hero-sec1__container{
    padding: 110px 28px 84px;
  }

  .taz-about-hero-sec1__highlights{
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .taz-about-hero-sec1__container{
    padding: 92px 18px 68px;
  }

  .taz-about-hero-sec1__title{
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.08;
  }

  .taz-about-hero-sec1__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .taz-about-hero-sec1__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .taz-about-hero-sec1__btn{
    width: 100%;
    min-width: unset;
  }

  .taz-about-hero-sec1__highlight{
    padding: 18px 18px;
    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2027c7f *//* =========================
   ABOUT PAGE - SEC 2
   COMPANY OVERVIEW
========================= */

.taz-about-sec2{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  background: linear-gradient(180deg, #f7faf8 0%, #edf5f1 100%);
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
}

.taz-about-sec2::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,109,90,0.08), transparent 70%);
}

.taz-about-sec2__container{
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
}

.taz-about-sec2__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: center;
}

/* LEFT */
.taz-about-sec2__eyebrow{
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(15,109,90,0.08);
  border: 1px solid rgba(15,109,90,0.12);
  color: #0f6d5a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.taz-about-sec2__title{
  margin: 0 0 24px;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 800;
  color: #0b2d26;
  line-height: 1.08;
}

.taz-about-sec2__title span{
  display: block;
  color: #0f6d5a;
}

.taz-about-sec2__desc{
  margin-bottom: 16px;
  color: #596e67;
  font-size: 16px;
  line-height: 1.9;
}

.taz-about-sec2__quote{
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 4px solid #0f6d5a;
  background: #f0f7f4;
  font-style: italic;
  color: #234840;
  border-radius: 10px;
}

/* RIGHT */
.taz-about-sec2__main-card{
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(145deg, #0f6d5a 0%, #0a4f43 100%);
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 24px 50px rgba(10,79,67,0.18);
}

.taz-about-sec2__main-label{
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  opacity: 0.8;
}

.taz-about-sec2__main-title{
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 800;
}

.taz-about-sec2__main-text{
  font-size: 15px;
  line-height: 1.85;
  opacity: 0.9;
}

.taz-about-sec2__stats{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.taz-about-sec2__stat{
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 14px 30px rgba(15,109,90,0.06);
}

.taz-about-sec2__stat strong{
  display: block;
  font-size: 18px;
  color: #0f6d5a;
  margin-bottom: 6px;
}

.taz-about-sec2__stat span{
  font-size: 14px;
  color: #60756f;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-about-sec2__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .taz-about-sec2{
    padding: 80px 0;
  }

  .taz-about-sec2__container{
    padding: 0 18px;
  }

  .taz-about-sec2__stats{
    grid-template-columns: 1fr;
  }

  .taz-about-sec2__title{
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fa2248 *//* =========================
   ABOUT PAGE - SEC 3
   VISION / MISSION / STRATEGY
========================= */

.taz-about-sec3{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  background: linear-gradient(135deg, #071f1a 0%, #0b3f35 50%, #0f6d5a 100%);
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
}

.taz-about-sec3::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.08), transparent 24%),
    radial-gradient(circle at 90% 15%, rgba(46,156,132,0.20), transparent 28%);
  pointer-events: none;
}

.taz-about-sec3__container{
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
}

.taz-about-sec3__grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

/* LEFT */
.taz-about-sec3__eyebrow{
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: #dff6ef;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.taz-about-sec3__title{
  margin: 0 0 20px;
  font-size: clamp(34px, 4.5vw, 60px);
  color: #ffffff;
  font-weight: 800;
}

.taz-about-sec3__title span{
  display: block;
  color: #bcebdd;
}

.taz-about-sec3__desc{
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 14px;
}

.taz-about-sec3__highlight{
  margin-top: 20px;
  padding: 18px;
  border-left: 4px solid #2e9c84;
  background: rgba(255,255,255,0.08);
  color: #e8f7f2;
  border-radius: 10px;
}

/* RIGHT */
.taz-about-sec3__right{
  display: grid;
  gap: 18px;
}

.taz-about-block{
  position: relative;
  padding: 26px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 20px 50px rgba(0,0,0,0.14);
}

.taz-about-block--highlight{
  background: linear-gradient(145deg, #0f6d5a 0%, #0a4f43 100%);
  color: #ffffff;
}

.taz-about-block__tag{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #0f6d5a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.taz-about-block--highlight .taz-about-block__tag{
  background: rgba(255,255,255,0.18);
}

.taz-about-block__title{
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
}

.taz-about-block__text{
  font-size: 15px;
  line-height: 1.85;
  color: #5f736d;
}

.taz-about-block--highlight .taz-about-block__text{
  color: rgba(255,255,255,0.85);
}

.taz-about-block__points{
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.taz-about-block__point{
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.10);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-about-sec3__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .taz-about-sec3{
    padding: 80px 0;
  }

  .taz-about-sec3__container{
    padding: 0 18px;
  }

  .taz-about-sec3__title{
    font-size: 32px;
  }
}/* End custom CSS */