* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.arrow-up {
  display: none;
}
.arrow-down {
  display: block;
}
.menu:hover .arrow-up {
  display: block;
}
.menu:hover .arrow-down {
  display: none;
}
.menu-title:hover {
  color: rgb(255, 78, 0);
}
.line {
  opacity: 0 !important;
}
.menu.relative:hover .line {
  opacity: 1 !important;
}
#menu li {
  display: block;
}
#menu ul {
  /* display: none; */
}

.material-textfield {
  position: relative;
}

label:not(.checkmark) {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 15%;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

.textarea-label {
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 10%;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

textarea:focus {
  border: 2px solid #4a89e3;
  box-sizing: border-box;
}
input {
  font-size: 13px;
  font-weight: 700;
  outline: 0px solid transparent;
  border-radius: 5px;
  padding: 1rem 0.7rem;
  color: black;
  transition: 0.1s ease-out;
}
input:focus {
  /* border: 2px solid #4a89e3; */
  box-sizing: border-box;
}
input:focus + label {
  top: -5px;
  /* transform: translateY(-10%) scale(0.9) !important; */
  color: #4a89e3;
}

.blue-links a {
  color: #0040ff;
}

textarea:focus + label {
  top: -5px;
  transform: translateY(-10%) scale(0.9) !important;
  color: #4a89e3;
}

/* input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9) !important;
} */

input:empty + label {
  transform: translateY(75%);
}

input:empty::-webkit-input-placeholder {
  /* opacity: 0; */
  font-weight: 400;
  font-size: 16px;
}

/* select starting stylings ------------------------------*/
.select {
  position: relative;
}

.select-text {
  position: relative;
}

/* Remove focus */
.select-text:focus {
  outline: 0px solid transparent;
  border: 2px solid #4a89e3;
  box-sizing: border-box;
}

/* Use custom arrow */
.select .select-text {
  appearance: none;
  -webkit-appearance: none;
}

.select:after {
  position: absolute;
  top: 45%;
  right: 25px;
  width: 0;
  height: 0;
  padding: 0;
  content: url(../../images/svg/salesarrow.svg);

  pointer-events: none;
}

.select-label {
  background: white;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  padding: 0 5px;
  left: 10px;
  top: 50%;
  transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label,
.select-text:valid ~ .select-label {
  top: 0px;
  transition: 0.2s ease all;
  font-size: 12px;
  color: #4a89e3;
}

.select-text:valid:not(focus) {
  top: 0px;
  transition: 0.2s ease all;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 8px;
}

.select-text:valid:not(focus) ~ .select-label {
  color: #7c899d;
  font-weight: 100;
}

.beta {
  position: absolute;
  right: inherit;
  right: 30px;
  top: -10px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 4px;
  background-color: rgb(255, 78, 0);
  color: white;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 400;
}

/* Side bar css */
.side-menu {
  width: 250px;
  gap: 5px;
  display: grid;
}

.side-menu h6 {
  transition: 0.3s;
}

.side-menu:hover h6 {
  color: #ff4e00;
}

.hide {
  visibility: hidden;
  opacity: 0.6;
  transition: 0.3s;
}

.side-menu:hover + .hide {
  visibility: visible;
  transition: 0.2 all ease-in-out;
  opacity: 1;
}

.collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.collapsible:after {
  content: '';
  font-weight: bold;
  float: right;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #b8b8b8;
  margin-right: 7px;
}

.active:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #b8b8b8;
  border-top: 0;
  border-top: unset;
  content: ' ';
  margin-right: 7px;
}

.active {
  color: rgb(255, 78, 0);
  background-color: transparent;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: grid;
  gap: 0.5rem;
}
.integration {
  display: block;
}

@media screen and (max-width: 1130px) {
  .integration {
    display: none;
  }
}

.banner-container {
  height: 450px;
}

.banner {
  height: 450px;
}

@media screen and (max-width: 640px) {
  .integration {
    display: block;
  }

  .banner {
    height: 180px;
  }

  .banner-container {
    height: 230px;
  }
}

.banner {
  left: 0px;
  right: 0px;
  position: absolute;
  top: 0px;
}

.banner div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.banner div img {
  top: 0px;
  bottom: 0px;
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto;
}

.faq-container {
  display: flex;
  justify-content: center;
  flex-direction: column !important;
}

.faq-body {
  background-color: white;
  display: none;
  margin-top: 10px;
  overflow: hidden;
  transition: 2s;
  padding-left: 82px;
  cursor: initial;
}

.faq-page::before {
  float: right;
  transition: rotate(0deg) 2s;
  transition-duration: 0.2s;
  transition-property: transform;
  content: url(../../images/svg/plus.svg);
}

.faq-container .faq-active::before {
  transform: rotate(133deg);
  content: url(../../images/svg/plus.svg);
}

.faq-one {
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0px;
  cursor: pointer;
}

.question-container {
  display: flex;
  justify-content: center;
  flex-direction: column !important;
}

.question-body {
  display: none;
  margin-top: 10px;
  overflow: hidden;
  transition: 2s;
  padding-left: 43px;
}

.question-page::before {
  float: right;
  transition: rotate(0deg) 2s;
  transition-duration: 0.2s;
  transition-property: transform;
  content: url(../../images/svg/arrowdown.svg);
}

.question-container .question-active::before {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  transform: rotate(180deg);
  content: url(../../images/svg/arrowdown.svg);
}

.question-active {
  color: rgb(255, 78, 0) !important;
}

.question-one {
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background: white;
}

.question-one:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
}
/* DL Custom Css */

@media (max-width: 1024px) {
  .footer_menu_items {
    display: grid;
    gap: 10px 70px;
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial-slide .author_img {
    position: relative;
    bottom: 0 !important;
    margin-top: 15px;
  }
}
@media (min-width: 968px) {
  .md\:w-1\/4 {
    width: 25%;
  }
}

input::placeholder {
  color: rgba(124, 137, 157, 1);
}
/*  Custom Pagination */

.pagination .page-numbers {
  /* margin-top: 4rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span {
  background-color: rgba(243, 243, 243);
  color: black;
  font-family: FiraGoMedium;
  border-radius: 0.375rem;
  width: 2.25rem;
  height: 2.25rem;
}
.pagination .page-numbers li span.current {
  background-color: rgba(255, 236, 248);
  color: #ff4e00;
}
/* blog post custom css */
.blog_post_content {
  font-family: SFProDisplayRegular;
}
/* blog post custom css */
.blog_post_content li,
.blog_post_content ol,
.blog_post_content ul {
  list-style-type: initial !important;
}
.blog_post_content p {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #252d3a;
}
.blog_post_content img {
  width: 100%;
}
.blog_post_content blockquote {
  margin: 0;
  padding: 20px 0 20px 40px;
  position: relative;
}
.blog_post_content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(255, 78, 0, 1);
  border-radius: 9999px;
  width: 0.3rem;
  height: 100%;
}
.blog_post_content blockquote p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin: 0;
}

.blog_post_content h2 {
  font-size: 23px;
}
.blog_post_content h3 {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .blog_post_content p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .blog_post_content h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .blog_post_content h3 {
    font-size: 1.1rem;
    line-height: 1.35rem;
  }
}

.tab {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab button {
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgba(0, 0, 0, 0.05);
  color: #2c435a;
  font-weight: 700;
  text-transform: uppercase;
}

.active:after {
  display: none;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  border-bottom: 2px solid #ff4e00;
  background-color: white;
}

.title-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 640px) {
  .desc-overflow {
    display: none;
  }

  .editor-scale img {
    width: 100%;
  }

  .blog-card-image {
    margin-right: 1.25rem;
    height: 5rem;
    width: 100%;
    border-radius: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 640px) {
  .desc-overflow {
    display: -webkit-box;
  }

  .editor-scale img {
    width: 83%;
  }

  .blog-card-image {
    margin-right: 0px;
    height: 15rem;
    width: 8rem;
    width: 100%;
    max-width: 32rem;
  }
}

.desc-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pag-active {
  background-color: rgba(255, 236, 248);
  color: #ff4e00;
}

.pag {
  background-color: rgba(243, 243, 243);
  color: black;
}

.scale {
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.scale:hover {
  transform: scale(1.02);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(241, 245, 248);
  padding: 10px;
  border-radius: 10px;
}

.scale img {
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}

.scale:hover img {
  border-radius: 5px;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.editor-scale {
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.editor-scale:hover {
  transform: scale(1.02);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px;
  border-radius: 10px;
}

.editor-scale img {
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}

.editor-scale:hover img {
  border-radius: 5px;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.title-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 640px) {
  .desc-overflow {
    display: none;
  }

  .blog-card-image {
    margin-right: 1.25rem;
    height: 4rem;
    width: 100%;
    border-radius: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .related-card-image {
    margin-right: 1.25rem;
    height: 4rem;
    width: 100%;
    border-radius: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 640px) {
  .desc-overflow {
    display: -webkit-box;
  }

  .blog-card-image {
    margin-right: 0px;
    height: 10rem;
    width: 100%;
    max-width: 32rem;
  }

  .related-card-image {
    margin-right: 0px;
    height: 15rem;
    width: 8rem;
    width: 100%;
    max-width: 32rem;
  }
}

.desc-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.active {
  background-color: rgba(255, 236, 248);
  color: #ff4e00;
}

.pag {
  background-color: rgba(243, 243, 243);
  color: black;
}

.scale {
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.scale:hover {
  transform: scale(1.02);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(241, 245, 248);
  padding: 10px;
  border-radius: 10px;
}

.scale img {
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}

.scale:hover img {
  border-radius: 5px;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

iframe {
  max-width: 100% !important;
}
