.elementor-9 .elementor-element.elementor-element-bb86034{--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-9 .elementor-element.elementor-element-02eab86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-bc67536{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-35a3123{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-2471693{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-c4fc63d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-6344dec{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-48cf00e{--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-f1ad81b *//* =========================
   TAZNEEM HOMEPAGE - SEC 1
   HERO SECTION
   FULL WIDTH LEFT RIGHT
========================= */

.taz-hero-sec1{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-family: "Poppins", "Inter", sans-serif;
  background: #0a4f43;
}

/* Background image layer */
.taz-hero-sec1__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 26, 22, 0.92) 0%, rgba(8, 43, 36, 0.88) 42%, rgba(10, 79, 67, 0.66) 100%),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80") center center / cover no-repeat;
  transform: scale(1.02);
}

/* Extra dark overlay */
.taz-hero-sec1__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(46,156,132,0.22), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255,255,255,0.06), transparent 24%);
  pointer-events: none;
}

/* Main container */
.taz-hero-sec1__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 110px 42px 90px;
  box-sizing: border-box;
}

/* Content block */
.taz-hero-sec1__content{
  max-width: 820px;
}

/* Eyebrow */
.taz-hero-sec1__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  color: #d8f3ec;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

/* Title */
.taz-hero-sec1__title{
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 900px;
}

.taz-hero-sec1__title span{
  display: block;
  color: #bcebdd;
}

/* Description */
.taz-hero-sec1__desc{
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,0.82);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.85;
  font-weight: 400;
}

/* Buttons */
.taz-hero-sec1__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.taz-hero-sec1__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: all 0.28s ease;
  box-sizing: border-box;
}

.taz-hero-sec1__btn--solid{
  background: #2e9c84;
  border: 2px solid #2e9c84;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(10, 79, 67, 0.28);
}

.taz-hero-sec1__btn--solid:hover{
  background: #38ae94;
  border-color: #38ae94;
  transform: translateY(-2px);
}

.taz-hero-sec1__btn--outline{
  background: transparent;
  border: 2px solid rgba(255,255,255,0.35);
  color: #ffffff;
}

.taz-hero-sec1__btn--outline:hover{
  background: rgba(255,255,255,0.08);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Bottom points */
.taz-hero-sec1__points{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
  max-width: 980px;
}

.taz-hero-sec1__point{
  padding: 22px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.taz-hero-sec1__point strong{
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.taz-hero-sec1__point span{
  display: block;
  color: rgba(255,255,255,0.80);
  font-size: 14px;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 1024px){
  .taz-hero-sec1{
    min-height: auto;
  }

  .taz-hero-sec1__container{
    padding: 100px 28px 80px;
  }

  .taz-hero-sec1__points{
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .taz-hero-sec1__container{
    padding: 88px 18px 68px;
  }

  .taz-hero-sec1__title{
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1.1;
  }

  .taz-hero-sec1__desc{
    font-size: 15px;
    line-height: 1.75;
  }

  .taz-hero-sec1__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .taz-hero-sec1__btn{
    width: 100%;
    min-width: unset;
  }

  .taz-hero-sec1__point{
    padding: 18px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d8f875 *//* =========================
   TAZNEEM HOMEPAGE - SEC 2
   ABOUT US
========================= */

.taz-about-sec2{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 110px 0;
  background:
    linear-gradient(180deg, #f7faf8 0%, #eef5f1 100%);
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
}

.taz-about-sec2::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,156,132,0.12) 0%, rgba(46,156,132,0) 72%);
  pointer-events: none;
}

.taz-about-sec2::after{
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,109,90,0.10) 0%, rgba(15,109,90,0) 72%);
  pointer-events: none;
}

.taz-about-sec2__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}

.taz-about-sec2__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 42px;
  align-items: center;
}

.taz-about-sec2__left{
  max-width: 760px;
}

.taz-about-sec2__eyebrow{
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 22px;
  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;
  color: #0b2d26;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.taz-about-sec2__title span{
  display: block;
  color: #0f6d5a;
}

.taz-about-sec2__desc{
  margin: 0 0 18px;
  color: #4d635d;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  max-width: 700px;
}

.taz-about-sec2__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.taz-about-sec2__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  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-sec2__btn--solid{
  background: #0f6d5a;
  color: #fff;
  border: 2px solid #0f6d5a;
  box-shadow: 0 16px 34px rgba(15,109,90,0.16);
}

.taz-about-sec2__btn--solid:hover{
  background: #0a4f43;
  border-color: #0a4f43;
  transform: translateY(-2px);
}

.taz-about-sec2__btn--outline{
  background: transparent;
  color: #0f6d5a;
  border: 2px solid rgba(15,109,90,0.20);
}

.taz-about-sec2__btn--outline:hover{
  background: rgba(15,109,90,0.06);
  border-color: #0f6d5a;
  transform: translateY(-2px);
}

.taz-about-sec2__right{
  position: relative;
}

.taz-about-sec2__card{
  border-radius: 28px;
  box-sizing: border-box;
}

.taz-about-sec2__card--main{
  padding: 34px 34px;
  background:
    linear-gradient(145deg, #0f6d5a 0%, #0a4f43 100%);
  box-shadow: 0 24px 55px rgba(10,79,67,0.18);
  margin-bottom: 20px;
}

.taz-about-sec2__card-label{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: #dff6ef;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.taz-about-sec2__card-title{
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
}

.taz-about-sec2__card-text{
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.85;
}

.taz-about-sec2__mini-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.taz-about-sec2__mini-card{
  min-height: 150px;
  padding: 24px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 16px 34px rgba(15,109,90,0.08);
  box-sizing: border-box;
}

.taz-about-sec2__mini-card strong{
  display: block;
  margin-bottom: 12px;
  color: #0f6d5a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.taz-about-sec2__mini-card span{
  display: block;
  color: #28413b;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-about-sec2{
    padding: 90px 0;
  }

  .taz-about-sec2__container{
    padding: 0 28px;
  }

  .taz-about-sec2__grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .taz-about-sec2__left{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .taz-about-sec2{
    padding: 72px 0;
  }

  .taz-about-sec2__container{
    padding: 0 18px;
  }

  .taz-about-sec2__title{
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.12;
  }

  .taz-about-sec2__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .taz-about-sec2__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .taz-about-sec2__btn{
    width: 100%;
    min-width: unset;
  }

  .taz-about-sec2__mini-grid{
    grid-template-columns: 1fr;
  }

  .taz-about-sec2__card--main{
    padding: 28px 22px;
  }

  .taz-about-sec2__mini-card{
    min-height: auto;
    padding: 20px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b20d424 *//* =========================
   TAZNEEM HOMEPAGE - SEC 3
   WHY CHOOSE US
========================= */

.taz-why-sec3{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 110px 0;
  background:
    linear-gradient(135deg, #0b3f35 0%, #0f6d5a 52%, #0a4f43 100%);
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
}

.taz-why-sec3::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.08), transparent 24%),
    radial-gradient(circle at 90% 15%, rgba(46,156,132,0.16), transparent 28%),
    radial-gradient(circle at 85% 85%, rgba(255,255,255,0.06), transparent 24%);
  pointer-events: none;
}

.taz-why-sec3__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}

.taz-why-sec3__head{
  max-width: 860px;
  margin-bottom: 48px;
}

.taz-why-sec3__eyebrow{
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 22px;
  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-why-sec3__title{
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.taz-why-sec3__title span{
  display: block;
  color: #bfeee2;
}

.taz-why-sec3__desc{
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.9;
}

.taz-why-sec3__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.taz-why-card{
  position: relative;
  padding: 30px 26px 26px;
  border-radius: 26px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
  min-height: 255px;
  box-sizing: border-box;
}

.taz-why-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.11);
}

.taz-why-card__number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
}

.taz-why-card__title{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.taz-why-card__text{
  margin: 0;
  color: rgba(255,255,255,0.80);
  font-size: 15px;
  line-height: 1.85;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-why-sec3{
    padding: 90px 0;
  }

  .taz-why-sec3__container{
    padding: 0 28px;
  }

  .taz-why-sec3__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .taz-why-sec3{
    padding: 72px 0;
  }

  .taz-why-sec3__container{
    padding: 0 18px;
  }

  .taz-why-sec3__title{
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.12;
  }

  .taz-why-sec3__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .taz-why-sec3__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .taz-why-card{
    min-height: auto;
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .taz-why-card__title{
    font-size: 20px;
  }

  .taz-why-card__text{
    font-size: 14px;
    line-height: 1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-482cb6e *//* =========================
   TAZNEEM HOMEPAGE - SEC 4
   SERVICES WITH 1:1 IMAGE
========================= */

.taz-services-sec4{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 110px 0;
  background: #ffffff;
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
}

.taz-services-sec4::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,109,90,0.08) 0%, rgba(15,109,90,0) 72%);
  pointer-events: none;
}

.taz-services-sec4__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}

.taz-services-sec4__head{
  max-width: 860px;
  margin-bottom: 46px;
}

.taz-services-sec4__eyebrow{
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 22px;
  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-services-sec4__title{
  margin: 0 0 18px;
  color: #0b2d26;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.taz-services-sec4__title span{
  display: block;
  color: #0f6d5a;
}

.taz-services-sec4__desc{
  margin: 0;
  max-width: 760px;
  color: #556a64;
  font-size: 16px;
  line-height: 1.9;
}

.taz-services-sec4__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.taz-service-card{
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 18px 40px rgba(15,109,90,0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.taz-service-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(15,109,90,0.12);
  border-color: rgba(15,109,90,0.16);
}

.taz-service-card__media{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #dfe9e5;
}

.taz-service-card__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.taz-service-card__body{
  padding: 26px 24px 26px;
}

.taz-service-card__number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 14px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(15,109,90,0.08);
  color: #0f6d5a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

.taz-service-card__title{
  margin: 0 0 12px;
  color: #12362f;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.taz-service-card__text{
  margin: 0;
  color: #5d716b;
  font-size: 15px;
  line-height: 1.85;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-services-sec4{
    padding: 90px 0;
  }

  .taz-services-sec4__container{
    padding: 0 28px;
  }

  .taz-services-sec4__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .taz-services-sec4{
    padding: 72px 0;
  }

  .taz-services-sec4__container{
    padding: 0 18px;
  }

  .taz-services-sec4__title{
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.12;
  }

  .taz-services-sec4__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .taz-services-sec4__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .taz-service-card__body{
    padding: 22px 18px 22px;
  }

  .taz-service-card__title{
    font-size: 21px;
  }

  .taz-service-card__text{
    font-size: 14px;
    line-height: 1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9885b7 *//* =========================
   TAZNEEM HOMEPAGE - SEC 5
   PROCESS / HOW IT WORKS
========================= */

.taz-process-sec5{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 110px 0;
  background:
    linear-gradient(180deg, #f6faf8 0%, #edf5f1 100%);
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
}

.taz-process-sec5::before{
  content: "";
  position: absolute;
  top: -140px;
  left: -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-process-sec5::after{
  content: "";
  position: absolute;
  bottom: -140px;
  right: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,156,132,0.10) 0%, rgba(46,156,132,0) 72%);
  pointer-events: none;
}

.taz-process-sec5__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}

.taz-process-sec5__head{
  max-width: 860px;
  margin-bottom: 50px;
}

.taz-process-sec5__eyebrow{
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 22px;
  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-process-sec5__title{
  margin: 0 0 18px;
  color: #0b2d26;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.taz-process-sec5__title span{
  display: block;
  color: #0f6d5a;
}

.taz-process-sec5__desc{
  margin: 0;
  max-width: 760px;
  color: #596e67;
  font-size: 16px;
  line-height: 1.9;
}

.taz-process-sec5__timeline{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
}

.taz-process-step{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px 24px;
  border-radius: 26px;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 18px 40px rgba(15,109,90,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  box-sizing: border-box;
}

.taz-process-step:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(15,109,90,0.12);
  border-color: rgba(15,109,90,0.16);
}

.taz-process-step__no{
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(145deg, #0f6d5a 0%, #0a4f43 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: 0 14px 30px rgba(15,109,90,0.18);
}

.taz-process-step__content h3{
  margin: 0 0 10px;
  color: #143830;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
}

.taz-process-step__content p{
  margin: 0;
  color: #60756f;
  font-size: 15px;
  line-height: 1.85;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-process-sec5{
    padding: 90px 0;
  }

  .taz-process-sec5__container{
    padding: 0 28px;
  }

  .taz-process-sec5__timeline{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .taz-process-sec5{
    padding: 72px 0;
  }

  .taz-process-sec5__container{
    padding: 0 18px;
  }

  .taz-process-sec5__title{
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.12;
  }

  .taz-process-sec5__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .taz-process-step{
    gap: 14px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .taz-process-step__no{
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 14px;
  }

  .taz-process-step__content h3{
    font-size: 20px;
  }

  .taz-process-step__content p{
    font-size: 14px;
    line-height: 1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1815e4 *//* =========================
   TAZNEEM HOMEPAGE - SEC 6
   INDUSTRIES WE SERVE
   PREMIUM SPLIT LAYOUT
========================= */

.taz-industries-sec6{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  background: linear-gradient(135deg, #071f1a 0%, #0b3f35 48%, #0f6d5a 100%);
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
}

.taz-industries-sec6::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.07), transparent 22%),
    radial-gradient(circle at 90% 12%, rgba(46,156,132,0.18), transparent 24%),
    radial-gradient(circle at 80% 78%, rgba(255,255,255,0.05), transparent 20%);
  pointer-events: none;
}

.taz-industries-sec6__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}

.taz-industries-sec6__grid{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
}

.taz-industries-sec6__left{
  max-width: 700px;
}

.taz-industries-sec6__eyebrow{
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #dff6ef;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.taz-industries-sec6__title{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.taz-industries-sec6__title span{
  display: block;
  color: #bcebdd;
}

.taz-industries-sec6__desc{
  margin: 0;
  max-width: 640px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.95;
}

.taz-industries-sec6__stats{
  margin-top: 34px;
  display: grid;
  gap: 16px;
}

.taz-industries-sec6__stat{
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(12px);
}

.taz-industries-sec6__stat strong{
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.taz-industries-sec6__stat span{
  display: block;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.8;
}

.taz-industries-sec6__right{
  position: relative;
}

.taz-industries-sec6__stack{
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.taz-industry-panel{
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 24px 60px rgba(0,0,0,0.14);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.taz-industry-panel:hover{
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

.taz-industry-panel::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0f6d5a 0%, #2e9c84 100%);
  z-index: 3;
}

.taz-industry-panel--large{
  margin-bottom: 18px;
}

.taz-industry-panel__bg{
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
}

.taz-industry-panel__bg::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 109, 90, 0.10);
}

.taz-industry-panel__bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.82) 50%, rgba(245,250,248,0.88) 100%);
}

.taz-industry-panel__inner{
  position: relative;
  z-index: 2;
  padding: 28px 26px 24px;
}

.taz-industry-panel--large .taz-industry-panel__inner{
  padding: 34px 32px 28px;
}

.taz-industry-panel__top{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.taz-industry-panel__tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0f6d5a 0%, #0a4f43 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  flex: 0 0 54px;
  box-shadow: 0 14px 30px rgba(15,109,90,0.18);
}

.taz-industry-panel__top h3{
  margin: 0;
  color: #143830;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
}

.taz-industry-panel p{
  margin: 0;
  color: #5f736d;
  font-size: 15px;
  line-height: 1.9;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-industries-sec6{
    padding: 96px 0;
  }

  .taz-industries-sec6__container{
    padding: 0 28px;
  }

  .taz-industries-sec6__grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px){
  .taz-industries-sec6{
    padding: 74px 0;
  }

  .taz-industries-sec6__container{
    padding: 0 18px;
  }

  .taz-industries-sec6__title{
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.1;
  }

  .taz-industries-sec6__desc{
    font-size: 15px;
    line-height: 1.85;
  }

  .taz-industries-sec6__stat{
    padding: 18px 18px;
    border-radius: 18px;
  }

  .taz-industry-panel{
    border-radius: 22px;
  }

  .taz-industry-panel__inner{
    padding: 22px 18px 20px;
  }

  .taz-industry-panel--large .taz-industry-panel__inner{
    padding: 24px 18px 22px;
  }

  .taz-industry-panel__tag{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    flex: 0 0 48px;
    font-size: 13px;
  }

  .taz-industry-panel__top h3{
    font-size: 21px;
  }

  .taz-industry-panel p{
    font-size: 14px;
    line-height: 1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-baa52cf *//* =========================
   TAZNEEM HOMEPAGE - SEC 7
   PREMIUM CTA SECTION
========================= */

.taz-cta-sec7{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
  background: #082c24;
}

.taz-cta-sec7__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(6,28,23,0.88) 0%, rgba(8,44,36,0.78) 44%, rgba(15,109,90,0.72) 100%),
    url("https://tazneemrecovery.com/wp-content/uploads/2026/04/IpfX45KTZAWcrIGJIPHN6Mmg96pDffQbHoNt3Pg8F4Vrs6rTTE46M8c25dLBKmqBcFhTxOT9VawIU0RKSDSU5gCQFdZdTirQURvqVrV72sEf-UuD_w7Z2ic1uOYuwF7x_OrRktLGMCfR4O4WsvlsXBAWInM5lAbx9W7DOAWmcGWyKIKbxZ4RisqXO_9_R-J.jpeg") center center / cover no-repeat;
  transform: scale(1.04);
}

.taz-cta-sec7__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.08), transparent 20%),
    radial-gradient(circle at 88% 18%, rgba(46,156,132,0.22), transparent 26%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.05), transparent 22%);
  pointer-events: none;
}

.taz-cta-sec7__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}

.taz-cta-sec7__card{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 26px;
  align-items: stretch;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 80px rgba(0,0,0,0.22);
}

.taz-cta-sec7__left{
  padding: 18px 8px 18px 4px;
}

.taz-cta-sec7__eyebrow{
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 22px;
  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;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.taz-cta-sec7__title{
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 760px;
}

.taz-cta-sec7__title span{
  display: block;
  color: #bcebdd;
}

.taz-cta-sec7__desc{
  margin: 0;
  max-width: 700px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.95;
}

.taz-cta-sec7__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.taz-cta-sec7__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  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-cta-sec7__btn--solid{
  background: #2e9c84;
  border: 2px solid #2e9c84;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(15,109,90,0.26);
}

.taz-cta-sec7__btn--solid:hover{
  background: #39af96;
  border-color: #39af96;
  transform: translateY(-2px);
}

.taz-cta-sec7__btn--outline{
  background: transparent;
  border: 2px solid rgba(255,255,255,0.28);
  color: #ffffff;
}

.taz-cta-sec7__btn--outline:hover{
  background: rgba(255,255,255,0.08);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.taz-cta-sec7__right{
  display: flex;
  align-items: stretch;
}

.taz-cta-sec7__info-card{
  width: 100%;
  padding: 28px 26px;
  border-radius: 28px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 24px 50px rgba(0,0,0,0.12);
  position: relative;
  overflow: hidden;
}

.taz-cta-sec7__info-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #0f6d5a 0%, #2e9c84 100%);
}

.taz-cta-sec7__info-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.2px;
  text-transform: uppercase;
}

.taz-cta-sec7__info-list{
  display: grid;
  gap: 16px;
}

.taz-cta-sec7__info-item{
  padding: 18px 18px;
  border-radius: 20px;
  background: #f7fbf9;
  border: 1px solid rgba(15,109,90,0.06);
}

.taz-cta-sec7__info-item strong{
  display: block;
  margin-bottom: 8px;
  color: #143830;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.taz-cta-sec7__info-item span{
  display: block;
  color: #61756f;
  font-size: 14px;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 1100px){
  .taz-cta-sec7{
    padding: 96px 0;
  }

  .taz-cta-sec7__container{
    padding: 0 28px;
  }

  .taz-cta-sec7__card{
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px;
  }
}

@media (max-width: 767px){
  .taz-cta-sec7{
    padding: 74px 0;
  }

  .taz-cta-sec7__container{
    padding: 0 18px;
  }

  .taz-cta-sec7__card{
    padding: 18px;
    border-radius: 24px;
  }

  .taz-cta-sec7__title{
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.1;
  }

  .taz-cta-sec7__desc{
    font-size: 15px;
    line-height: 1.85;
  }

  .taz-cta-sec7__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .taz-cta-sec7__btn{
    width: 100%;
    min-width: unset;
  }

  .taz-cta-sec7__info-card{
    padding: 22px 18px;
    border-radius: 22px;
  }

  .taz-cta-sec7__info-item{
    padding: 16px 16px;
    border-radius: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dac5b41 *//* =========================
   TAZNEEM HOMEPAGE - SEC 8
   CONTACT SECTION
========================= */

.taz-contact-sec8{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  background: linear-gradient(180deg, #f6faf8 0%, #edf5f1 100%);
  font-family: "Poppins", "Inter", sans-serif;
  overflow: hidden;
}

.taz-contact-sec8::before{
  content: "";
  position: absolute;
  top: -120px;
  left: -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-sec8::after{
  content: "";
  position: absolute;
  bottom: -140px;
  right: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,156,132,0.10) 0%, rgba(46,156,132,0) 72%);
  pointer-events: none;
}

.taz-contact-sec8__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}

.taz-contact-sec8__head{
  max-width: 860px;
  margin-bottom: 48px;
}

.taz-contact-sec8__eyebrow{
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 22px;
  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-sec8__title{
  margin: 0 0 18px;
  color: #0b2d26;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.taz-contact-sec8__title span{
  display: block;
  color: #0f6d5a;
}

.taz-contact-sec8__desc{
  margin: 0;
  max-width: 760px;
  color: #596e67;
  font-size: 16px;
  line-height: 1.9;
}

.taz-contact-sec8__grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: start;
}

.taz-contact-sec8__left{
  display: grid;
  gap: 22px;
}

.taz-contact-sec8__info-card,
.taz-contact-sec8__support-card,
.taz-contact-sec8__form-card{
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.taz-contact-sec8__info-card{
  padding: 30px 28px;
  background: linear-gradient(145deg, #0f6d5a 0%, #0a4f43 100%);
  box-shadow: 0 24px 55px rgba(10,79,67,0.18);
}

.taz-contact-sec8__info-label,
.taz-contact-sec8__support-label,
.taz-contact-sec8__form-label{
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.taz-contact-sec8__info-label{
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: #dff6ef;
}

.taz-contact-sec8__info-list{
  display: grid;
  gap: 16px;
}

.taz-contact-sec8__info-item{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.taz-contact-sec8__icon{
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.taz-contact-sec8__info-text strong{
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.taz-contact-sec8__info-text span,
.taz-contact-sec8__info-text a{
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.taz-contact-sec8__support-card{
  padding: 28px 26px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 20px 45px rgba(15,109,90,0.08);
}

.taz-contact-sec8__support-card::before,
.taz-contact-sec8__form-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #0f6d5a 0%, #2e9c84 100%);
}

.taz-contact-sec8__support-label,
.taz-contact-sec8__form-label{
  background: rgba(15,109,90,0.08);
  border: 1px solid rgba(15,109,90,0.10);
  color: #0f6d5a;
}

.taz-contact-sec8__support-title{
  margin: 0 0 12px;
  color: #143830;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.taz-contact-sec8__support-text{
  margin: 0;
  color: #60756f;
  font-size: 15px;
  line-height: 1.9;
}

.taz-contact-sec8__support-points{
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.taz-contact-sec8__support-point{
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7fbf9;
  border: 1px solid rgba(15,109,90,0.06);
  color: #234840;
  font-size: 14px;
  font-weight: 600;
}

.taz-contact-sec8__form-card{
  padding: 30px 28px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(15,109,90,0.08);
  box-shadow: 0 24px 55px rgba(15,109,90,0.10);
}

.taz-contact-sec8__form{
  display: grid;
  gap: 18px;
}

.taz-contact-sec8__form-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.taz-contact-sec8__field{
  display: grid;
  gap: 8px;
}

.taz-contact-sec8__field label{
  color: #244740;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.taz-contact-sec8__field input,
.taz-contact-sec8__field select,
.taz-contact-sec8__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-sec8__field input:focus,
.taz-contact-sec8__field select:focus,
.taz-contact-sec8__field textarea:focus{
  border-color: #0f6d5a;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(15,109,90,0.08);
}

.taz-contact-sec8__field textarea{
  resize: vertical;
  min-height: 150px;
}

.taz-contact-sec8__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.taz-contact-sec8__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-sec8__btn--solid{
  background: #0f6d5a;
  color: #ffffff;
  border: 2px solid #0f6d5a;
  box-shadow: 0 16px 34px rgba(15,109,90,0.16);
}

.taz-contact-sec8__btn--solid:hover{
  background: #0a4f43;
  border-color: #0a4f43;
  transform: translateY(-2px);
}

.taz-contact-sec8__btn--outline{
  background: transparent;
  color: #0f6d5a;
  border: 2px solid rgba(15,109,90,0.18);
}

.taz-contact-sec8__btn--outline:hover{
  background: rgba(15,109,90,0.06);
  border-color: #0f6d5a;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1100px){
  .taz-contact-sec8{
    padding: 96px 0;
  }

  .taz-contact-sec8__container{
    padding: 0 28px;
  }

  .taz-contact-sec8__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .taz-contact-sec8{
    padding: 74px 0;
  }

  .taz-contact-sec8__container{
    padding: 0 18px;
  }

  .taz-contact-sec8__title{
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.1;
  }

  .taz-contact-sec8__desc{
    font-size: 15px;
    line-height: 1.85;
  }

  .taz-contact-sec8__info-card,
  .taz-contact-sec8__support-card,
  .taz-contact-sec8__form-card{
    padding: 22px 18px;
    border-radius: 22px;
  }

  .taz-contact-sec8__info-item{
    padding: 16px 16px;
    border-radius: 16px;
  }

  .taz-contact-sec8__icon{
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
  }

  .taz-contact-sec8__support-title{
    font-size: 23px;
  }

  .taz-contact-sec8__form-grid{
    grid-template-columns: 1fr;
  }

  .taz-contact-sec8__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .taz-contact-sec8__btn{
    width: 100%;
    min-width: unset;
  }
}/* End custom CSS */