.elementor-61 .elementor-element.elementor-element-13ba5d4{--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-61 .elementor-element.elementor-element-92bc832{--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-94fd6ce *//* =========================
   CONTACT PAGE - SEC 1
   HERO SECTION
========================= */

.taz-contact-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-contact-hero-sec1__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(5,26,22,0.92) 0%, rgba(8,44,36,0.84) 44%, rgba(15,109,90,0.72) 100%),
    url("https://tazneemrecovery.com/wp-content/uploads/2026/04/images-6.jpeg") center center / cover no-repeat;
  transform: scale(1.04);
}

.taz-contact-hero-sec1__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.07), transparent 22%),
    radial-gradient(circle at 88% 18%, 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-contact-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-contact-hero-sec1__grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: 26px;
  align-items: center;
}

.taz-contact-hero-sec1__content{
  max-width: 760px;
}

.taz-contact-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-contact-hero-sec1__title{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.taz-contact-hero-sec1__title span{
  display: block;
  color: #bcebdd;
}

.taz-contact-hero-sec1__desc{
  margin: 0;
  max-width: 700px;
  color: rgba(255,255,255,0.82);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.95;
}

.taz-contact-hero-sec1__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.taz-contact-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-contact-hero-sec1__btn--solid{
  background: #2e9c84;
  border: 2px solid #2e9c84;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(15,109,90,0.26);
}

.taz-contact-hero-sec1__btn--solid:hover{
  background: #39af96;
  border-color: #39af96;
  transform: translateY(-2px);
}

.taz-contact-hero-sec1__btn--outline{
  background: transparent;
  border: 2px solid rgba(255,255,255,0.28);
  color: #ffffff;
}

.taz-contact-hero-sec1__btn--outline:hover{
  background: rgba(255,255,255,0.08);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* RIGHT PANEL */
.taz-contact-hero-sec1__panel{
  padding: 30px 28px;
  border-radius: 30px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

.taz-contact-hero-sec1__panel-label{
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: #dff6ef;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.taz-contact-hero-sec1__info-list{
  display: grid;
  gap: 14px;
}

.taz-contact-hero-sec1__info-item{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.taz-contact-hero-sec1__info-no{
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.taz-contact-hero-sec1__info-text strong{
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.taz-contact-hero-sec1__info-text span,
.taz-contact-hero-sec1__info-text a{
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.taz-contact-hero-sec1__panel-note{
  margin-top: 18px;
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.80);
  font-size: 14px;
  line-height: 1.85;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-contact-hero-sec1{
    min-height: auto;
  }

  .taz-contact-hero-sec1__container{
    padding: 110px 28px 84px;
  }

  .taz-contact-hero-sec1__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .taz-contact-hero-sec1__container{
    padding: 92px 18px 68px;
  }

  .taz-contact-hero-sec1__title{
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.08;
  }

  .taz-contact-hero-sec1__desc{
    font-size: 15px;
    line-height: 1.85;
  }

  .taz-contact-hero-sec1__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .taz-contact-hero-sec1__btn{
    width: 100%;
    min-width: unset;
  }

  .taz-contact-hero-sec1__panel{
    padding: 22px 18px;
    border-radius: 22px;
  }

  .taz-contact-hero-sec1__info-item{
    padding: 14px 14px;
    border-radius: 16px;
  }

  .taz-contact-hero-sec1__info-no{
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-549b6e7 *//* =========================
   CONTACT PAGE - SEC 2
   FORM + MAP
========================= */

.taz-contact-sec2{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f6 100%);
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
}

.taz-contact-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) 0%, rgba(15,109,90,0) 72%);
  pointer-events: none;
}

.taz-contact-sec2__container{
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}

.taz-contact-sec2__head{
  max-width: 860px;
  margin-bottom: 44px;
}

.taz-contact-sec2__eyebrow{
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 20px;
  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-contact-sec2__title{
  margin: 0 0 16px;
  color: #0b2d26;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.taz-contact-sec2__title span{
  display: block;
  color: #0f6d5a;
}

.taz-contact-sec2__desc{
  margin: 0;
  max-width: 760px;
  color: #5b7069;
  font-size: 16px;
  line-height: 1.9;
}

.taz-contact-sec2__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: start;
}

/* FORM */
.taz-contact-sec2__form-card{
  padding: 32px 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 20px 48px rgba(15,109,90,0.08);
  position: relative;
  overflow: hidden;
}

.taz-contact-sec2__form-card::before,
.taz-contact-sec2__map-card::before,
.taz-contact-sec2__quick-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #0f6d5a 0%, #2e9c84 100%);
}

.taz-contact-sec2__form-label,
.taz-contact-sec2__map-label,
.taz-contact-sec2__quick-label{
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(15,109,90,0.08);
  border: 1px solid rgba(15,109,90,0.10);
  color: #0f6d5a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.taz-contact-sec2__form{
  display: grid;
  gap: 18px;
}

.taz-contact-sec2__row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.taz-contact-sec2__field{
  display: grid;
  gap: 8px;
}

.taz-contact-sec2__field label{
  color: #244740;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.taz-contact-sec2__field input,
.taz-contact-sec2__field select,
.taz-contact-sec2__field textarea{
  width: 100%;
  padding: 15px 16px;
  border-radius: 16px;
  border: 1px solid rgba(15,109,90,0.12);
  background: #f8fcfa;
  color: #183b34;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.taz-contact-sec2__field input:focus,
.taz-contact-sec2__field select:focus,
.taz-contact-sec2__field textarea:focus{
  border-color: #0f6d5a;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(15,109,90,0.08);
}

.taz-contact-sec2__field textarea{
  resize: vertical;
  min-height: 170px;
}

.taz-contact-sec2__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.taz-contact-sec2__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  transition: all 0.28s ease;
  box-sizing: border-box;
}

.taz-contact-sec2__btn--solid{
  background: #0f6d5a;
  color: #ffffff;
  border: 2px solid #0f6d5a;
  box-shadow: 0 16px 34px rgba(15,109,90,0.16);
}

.taz-contact-sec2__btn--solid:hover{
  background: #0a4f43;
  border-color: #0a4f43;
  transform: translateY(-2px);
}

.taz-contact-sec2__btn--outline{
  background: transparent;
  color: #0f6d5a;
  border: 2px solid rgba(15,109,90,0.18);
}

.taz-contact-sec2__btn--outline:hover{
  background: rgba(15,109,90,0.06);
  border-color: #0f6d5a;
  transform: translateY(-2px);
}

/* RIGHT SIDE */
.taz-contact-sec2__info-wrap{
  display: grid;
  gap: 20px;
}

.taz-contact-sec2__map-card,
.taz-contact-sec2__quick-card{
  position: relative;
  padding: 28px 26px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 20px 48px rgba(15,109,90,0.08);
}

.taz-contact-sec2__map-frame{
  width: 100%;
  height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: #dfe9e5;
}

.taz-contact-sec2__quick-title{
  margin: 0 0 10px;
  color: #143830;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.taz-contact-sec2__quick-text{
  margin: 0;
  color: #60756f;
  font-size: 15px;
  line-height: 1.85;
}

.taz-contact-sec2__quick-list{
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.taz-contact-sec2__quick-item{
  padding: 16px 16px;
  border-radius: 18px;
  background: #f7fbf9;
  border: 1px solid rgba(15,109,90,0.06);
}

.taz-contact-sec2__quick-item strong{
  display: block;
  margin-bottom: 6px;
  color: #143830;
  font-size: 15px;
  font-weight: 700;
}

.taz-contact-sec2__quick-item span,
.taz-contact-sec2__quick-item a{
  color: #60756f;
  font-size: 14px;
  line-height: 1.75;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-contact-sec2{
    padding: 96px 0;
  }

  .taz-contact-sec2__container{
    padding: 0 28px;
  }

  .taz-contact-sec2__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .taz-contact-sec2{
    padding: 74px 0;
  }

  .taz-contact-sec2__container{
    padding: 0 18px;
  }

  .taz-contact-sec2__title{
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.1;
  }

  .taz-contact-sec2__desc{
    font-size: 15px;
    line-height: 1.85;
  }

  .taz-contact-sec2__form-card,
  .taz-contact-sec2__map-card,
  .taz-contact-sec2__quick-card{
    padding: 22px 18px;
    border-radius: 22px;
  }

  .taz-contact-sec2__row{
    grid-template-columns: 1fr;
  }

  .taz-contact-sec2__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .taz-contact-sec2__btn{
    width: 100%;
    min-width: unset;
  }

  .taz-contact-sec2__map-frame{
    height: 320px;
    border-radius: 18px;
  }

  .taz-contact-sec2__quick-title{
    font-size: 23px;
  }
}/* End custom CSS */