.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: clamp(24px, 1.9vw, 36px);
  margin: auto;
  font-weight: 700;
  line-height: 1.2;
}
.witr_section_title_inner h2 {
  font-size: 17px;
  display: inline-block;
  color: var(--color-primary);
  margin: 0;
}
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span,
.witr_section_title_inner p span,
.witr_section_title_inner p span a {
  color: var(--color-primary);
}

/* ===== 8. Call Area CSS ===== */
.tx_call_area {
  /* background-image: url("assets/images/call-to-image.jpg"); */
  background-position: center center;
  background-size: cover;
  padding: clamp(30px, calc( (80 / 1920) * 100vw ), 80px) 0;
}
.tx_call_area .witr_section_title {
  margin-bottom: 0;
}
.tx_call_area .witr_section_title_inner h3 {
  color: #fff;
}
.title_btn {
  margin-top: 15px;
}

.title_btn {
  position: relative;
  padding: 1.5rem 0;
  -webkit-filter: url("#goo");
  filter: url("#goo");
}

.title_btn .button {
  display: inline-block;
  position: relative;
  min-width: 8.23em;
  min-width: 200px;
  font-family: var(--title-font-family);
  font-size: clamp(14px, 1.05vw, 20px);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: var(--title-text-color);
  background: #fff;
  border-radius: 1em;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 20px 25px;
  line-height: 1;
}
.title_btn .button:before,
.title_btn .button:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4.4em;
  height: 2.95em;
  background: #fff;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  z-index: -1;
}

.title_btn .button-yellow {
  /* background: var(--color-primary); */
  /* color: #fff; */
}
.title_btn .button-yellow:before,
.title_btn .button-yellow:after {
  background: #fff;
}

.title_btn .button:before {
  top: -25%;
  left: 20%;
}

.title_btn .button:after {
  bottom: -25%;
  right: 20%;
}

.title_btn .button-yellow:hover:before,
.title_btn .button-yellow:hover:after {
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 100%;
  }


}

@media (min-width: 768px) and (max-width: 991px) {


  .witr_section_title_inner p {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .witr_section_title_inner h2 {
    font-size: 16px !important;
  }

  .title_in_area,
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 100%;
  }

  .witr_section_title_inner p {
    padding-top: 10px;
  }



  .witr_section_title .text-right {
    text-align: center !important;
    
  }

  .title_btn {
    margin: 0;
    padding-bottom: 0;
  }

  .title_btn .button {
    min-width: auto;
    font-size: clamp(14px, 1.05vw, 20px);
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 91%;
  }
}

@media(max-width:767px){
  .witr_section_title_inner{text-align: center !important;}
}
