/*
Theme name: Tragofone
Author name: Ecosmob
Author: Ecosmob Technologies Pvt. Ltd.
Author URL: https://ecosmob.com/
Version: 1.2.0
Text Domain: tragofone
*/

/* fonts start */
@font-face {
  font-family: "Manrope";
  font-weight: 200;
  src: url("Manrope/static/Manrope-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url("Manrope/static/Manrope-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url("Manrope/static/Manrope-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url("Manrope/static/Manrope-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url("Manrope/static/Manrope-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url("Manrope/static/Manrope-Bold.ttf") format("truetype");
  font-display: swap;
}
/*fonts end */




@import url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.css");
/* #Progress 
================================================== */

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f062"; /* arrow-right */
      margin-right: 8px;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #2591ed; /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
 font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f062"; /* arrow-right */
      margin-right: 8px;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #2591ed; /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #2591ed; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.wrapper_download {
    position: relative;
    z-index: 9;
}
.page-link .page-numbers {
  background: white;
  padding: 5px 15px;
  border: 1px solid #E5E5E5;
  margin: 10px;
  border-radius: 6px;
  color: black;
  font-size: 20px;
  font-weight: 600;
}

.page-link .page-numbers.current {
  background: #6533E2;
  padding: 5px 15px;
  border: 1px solid #6533E2;
  margin: 10px;
  border-radius: 6px;
  color: white;
  font-size: 20px;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */
.sub-form{
	display:flex;
}
.softphone-pagination{
	display:flex;
	justify-content:center;
}

.softphone-article-content ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.softphone-article-content p {
  margin-bottom: 1em;
}

.accordion-body li.active {
  font-weight: bold;
}
.sucess-story .custom-slider-2025 .review-box p {
    min-height: 250px;
}
#faq{
margin:50px 0 0 0;
}
#faq .accordion {
    margin: 60px auto 0;
}
.blog_content ul {
   display: block;
   list-style-type: disc;
   margin-block-start: 1em;
   margin-block-end: 1em;
   padding-inline-start: 40px !important;
   unicode-bidi: isolate;
 }

.blog_content tr,
.blog_content th,
.blog_content td {
  border-color: #ecf0f3 !important;
  padding: 1rem 1.5rem !important;
}

.blog_content a {
  color: #6533E2 !important;
}
/* .sucess-story .testimonial-slider .testimonial-text {
     min-height: 120px;
} */
.contact-section .slick-prev, .contact-section .slick-next {
    display: none !important;
}
.footer-right ul li a {
    color: #fff !important;
}
.voip-feature {
    background: url(./image/choosesus1.png);
   background-position: center;
    background-size: cover;
}
input:-internal-autofill-selected{
background-color: #fff  !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    border: 2px solid #ffb900;
    position: absolute;
    bottom: 16px;
    font-size: 12px;
}
.wpcf7-not-valid-tip {
    color: #ff2525;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -26px;
    left: 2px;
    font-size: 13px;
}
.subscribe-wrapper.subscribe-form {
 overflow: visible;
}
.subscribe-wrapper.subscribe-form input{
color:#fff;
}
.contact-section::before {
    position: absolute;
    content: "";
    background: url(./image/dots.png);
    top: -20px;
    left: -70px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.contact-section::after {
    position: absolute;
    content: "";
    background: url(./image/round.png);
    top: -80px;
    right: -60px;
    height: 270px;
    width: 270px;
    background-repeat: no-repeat;
}