/* Integration Cards Design Start*/

.integration-tile {
  position: relative;
  background-color: #fff;
  height: 100%;
}

.integration-tile a.integration-link {
  border: 2px solid #09090b;
  border-radius: 24px;
  overflow: hidden;
  padding: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
  transition: all 0.2s ease-in-out;
  transition-property: box-shadow;
}

.integration-tile a.integration-link:hover,
.integration-tile a.integration-link:active,
.integration-tile a.integration-link:focus {
  box-shadow: 6px 6px 2px 0px #09090b;
}

.integration-header {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  max-width: 77%;
}

.integration-header .integration-img {
  display: inline-block;
  width: 2.1rem;
  height: auto;
  max-height: 2rem;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}

.integration-header h3 {
  color: #09090b;
  font-family: "Outfit", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  box-shadow: none;
  text-decoration: none;
}

.integration-tile p {
  color: #3f3f46;
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  max-width: none;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.0625rem;
  flex-grow: 1;
}

.integration-tile .integration-cats {
  text-align: left;
  padding-top: 1rem;
  color: #6e6c6c;
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  flex-grow: 0;
  margin-top: 1rem;
  border-top: 1px solid #efefef;
  max-height: 4.0625rem;
}

.integration-tile p:last-child {
  margin-bottom: 0;
}

.featured-post {
  padding-bottom: 50px;
}

/* Integration Cards Design End*/
/* Integration Sidebar Design Start*/
.integration-row {
  display: flex;
  flex-direction: row;
  gap: 0 40px;
}

.integration-sidebar {
  width: 27.5%;
}

.integration-sidebar .sidebar-inner {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  gap: 30px 0;
  border: 1px solid #000;
  box-shadow: 4px 4px 0px 0px #000000;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 15px;
}

.integration-sidebar .sidebar-content {
  margin-top: 15px;
}

.integration-search-form {
  position: relative;
  overflow: hidden;
}

.integration-search-input {
  border-radius: 8px !important;
  border: 1px solid #000 !important;
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  padding-right: 35px !important;
}

.integration-search-button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  width: 38px;
  height: 43px;
  border-radius: 8px 8px 0 0;
  padding: 0;
}

.integration-search-button:hover,
.integration-search-button:focus {
  background-color: transparent;
}

.integration-search-button:hover svg,
.integration-search-button:focus svg {
  fill: #5f4a89;
}

.integration-searchbox .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.integration-row h2 {
  margin: 0;
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #09090b;
}

.integration-row ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.integrations--cat-list .cat-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.integrations--cat-list .cat-list-item a {
  position: relative;
  text-decoration: none;
  display: block;
  background-color: #fff;
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-size: 16px;
  line-height: 22px;
  color: #27272a;
  font-family: "Outfit", Sans-serif;
  transition: all 0.2s ease-in-out;
  transition-property: color, background-color;
  box-shadow: 2px 2px 0px 0px #09090b;
  border-radius: 8px;
  border: 1px solid #000;
}

.integrations--cat-list .cat-list-item.is-open > a {
  border-radius: 8px 8px 0 0;
}

.integrations--cat-list .cat-list-item.current a,
.integrations--cat-list .cat-list-item a:hover {
  color: #ffffff !important;
  background-color: #5f4a89;
}

.integrations--cat-list .cat-list-item-heading a {
  background-color: #71d7d5;
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
}

.integrations--cat-list .cat-list-item a .c-icon {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  transition-property: transform;
  fill: black;
}

.integrations--cat-list .cat-list-item.is-open .c-icon {
  transform: none;
}

.integrations--cat-list .cat-list-item.current a .c-icon,
.integrations--cat-list .cat-list-item a:hover .c-icon {
  fill: white;
}

.integrations--cat-list .cat-list-item .cat-list-sub {
  position: relative;
  padding: 5px;
  background-color: #e1f8f9;
  border: 1px solid #09090b;
  box-shadow: 3px 3px 0px 0px #22888d;
  border-radius: 0 0 8px 8px;
}

.integrations--cat-list .cat-list-item .cat-list-sub a {
  box-shadow: none;
}

.integrations--cat-list .cat-list-item .cat-list-sub[aria-hidden="true"] {
  display: none;
}

.integrations--cat-list .cat-list-sub .cat-list-item:not(:last-child) {
  margin-bottom: 5px;
}

/* Integration Sidebar Design End*/

.overflow-hidden {
  overflow: hidden;
}

/* Integration Content Design Start*/
.integration-content {
  width: 72.5%;
}

.content-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.integration-content .content-heading {
  margin-bottom: 15px;
}

/* Integration Content Design End*/

/* Integrations Single page Start */
.integration-logo-partners {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-center-content {
  text-align: center;
}

.integration-plus {
  font-size: 3rem;
  padding: 0 1rem;
  color: #5f4a89;
}

.section-center-content h2 {
  text-align: center;
  font-family: "Outfit", Sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  color: #18181b;
}

.section-center-content p {
  color: #27272a;
  text-align: center;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.section-bg-grey {
  background-color: #f8fafb;
}

.integration-col {
  width: 100%;
  padding: 1.5rem;
  border-top: 1px solid #d2d2d2;
  text-align: center;
}

.integration-col:first-of-type {
  border-top: none;
}

.integration-img {
  display: inline-block;
  width: 2rem;
  height: auto;
  max-height: 2rem;
  margin: 0;
}

.integration-col h3 {
  margin-top: 0;
  font-family: "Outfit", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  color: #09090b;
}

.int-features-grids h3 {
  margin-top: 0;
}

.integration-col p {
  color: #27272a;
  text-align: center;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.cards-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0;
}

.cards-card .c-icon {
  width: 2rem;
  height: 2rem;
}

.cards-item {
  text-align: center;
  display: flex;
  flex-grow: 0;
  margin-bottom: 1.5rem !important;
  width: 100%;
}

.cards-card {
  border: 2px solid #09090b;
  border-radius: 24px;
  overflow: hidden;
  padding: 16px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.cards-card:hover {
  box-shadow: 6px 6px 2px 0px #09090b;
}

.cards-item h3 {
  color: #18181b;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.cards-item .cards-card-desc {
  color: #27272a;
  text-align: center;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.cards-arrow {
  border: 1px solid #22888d;
  box-shadow: 4px 4px 2px 0px #22888d;
  border-radius: 8px;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.cards-card:hover .cards-arrow {
  border-color: #000;
}

.cards-card .cards-arrow .c-icon {
  fill: #22888d;
  width: 1rem;
  height: 1.9rem;
  margin: 0;
}

.cards-card .c-icon {
  width: 2rem;
  height: 2rem;
  fill: #5f4a89;
  margin: 0 0 10px 0;
}

.cards-item .cards-card-desc {
  color: #27272a;
  text-align: center;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.basic-img-gallery .gallery-item {
  padding-bottom: 0 !important;
  vertical-align: middle;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 35px;
}

.pagination-wrap .page-numbers {
  display: block;
  padding: 0.625rem 1.125rem;
  border: 1px solid #d2d2d2;
  color: #6e6c6c;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
}

.pagination-wrap .page-numbers.current,
.pagination-wrap .page-numbers:hover {
  border-color: #564678;
  color: #fff;
  font-weight: 600;
  background: #564678;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

body .flag_space {
  position: relative;
  z-index: 99999 !important;
}
/* Integrations Single page End */

/* Blog pagination css Start  */
.latest-blogs span.page-numbers.prev,
.latest-blogs span.page-numbers.next {
  display: none;
}
.latest-blogs .page-numbers.current,
.latest-blogs .page-numbers:hover {
  color: #000 !important;
}
/* bBloglog pagination css End  */

/* workflow banner section css start  */
.price-banner-sec .icons-banner {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
/* workflow banner section css end */

/* Responsive Start */
@media only screen and (min-width: 1920px) {
  .price-banner-sec .icons-banner {
    max-width: 1810px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1024px) {
  /* workflow banner section css start  */
  .price-banner-sec .sticky-icon {
    transform: scale(0.66);
  }
  /* workflow banner section css end */
}
@media only screen and (max-width: 1200px) {
  .content-grids {
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .integration-row {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .integration-sidebar,
  .integration-content {
    width: 100%;
  }

  .integration-row h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .integration-header h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .content-grids {
    grid-template-columns: repeat(2, 1fr);
  }

  .int-features-grids h3 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .content-grids {
    grid-template-columns: repeat(1, 1fr);
  }

  .cards-item .cards-card-desc {
    font-size: 16px;
    line-height: 28px;
  }

  .featured-post {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .integration-grid {
    display: flex;
    flex-direction: row;
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
  }

  .integration-col {
    width: 50%;
    padding: 1.5rem 3rem;
    border-left: 1px solid #d2d2d2;
    border-top: none;
  }

  .integration-col:first-of-type {
    border-left: none;
  }

  .cards-list {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
  }

  .cards-list.cards-list-5 {
    padding: 0 12.5%;
  }

  .cards-list-5 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
  }

  .cards-item {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    width: 50%;
  }
}

@media screen and (min-width: 920px) {
  .cards-item {
    width: 33.33%;
  }
}

/* Responsive End */

/* BUssiness feature css */
.business-feature-section {
  max-width: 1160px;
  width: 100%;
}

.business-feature-section > .elementor-element {
  display: grid;
  grid-template-columns: repeat(2, 410px);
  justify-content: space-between;
}

.business-feat-image {
  display: block !important;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.business-feat-box-section {
  position: relative;
}

.business-feat-box-section .border-line-image {
  position: absolute;
  transform: translate(-50%, -50%);
  right: -27%;
  top: 65%;
  z-index: 2;
}

.border-line-right-image {
  right: unset;
  left: -5%;
}

.border-line-right-image img {
  transform: scaleX(-1);
}

.border-line-bottom-left-image {
  left: 105%;
  top: 40% !important;
}

.border-line-bottom-left-image img {
  transform: scaleY(-1);
}

.border-line-bottom-right-image {
  right: 0;
  top: 40% !important;
  left: -5%;
}

.border-line-bottom-right-image img {
  transform: scaleY(-1) scaleX(-1);
}

@media screen and (max-width: 1200px) {
  .business-feature-section {
    max-width: 1160px;
    width: 100%;
  }

  .business-feature-section > .elementor-element {
    grid-template-columns: repeat(2, 1fr);
  }

  .business-feature-section .border-line-image {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .business-feat-image {
    position: unset;
    transform: unset;
  }

  .business-feature-section {
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 767px) {
  .business-feature-section .elementor-image-box-wrapper {
    align-items: center !important;
    gap: 16px !important;
  }
}

@media screen and (max-width: 575px) {
  .business-feature-section > .elementor-element {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/* growth stage section */

.growth-stage-feat-section {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  flex-wrap: wrap;
}

.growth-stage-feat-section .elementor-image-box-wrapper {
  flex-direction: column !important;
  align-items: start !important;
  gap: 12px;
}

.growth-stage-feat-section .elementor-image-box-wrapper figure {
  margin-left: 0px !important;
}

/* Expansion Stage */
.contact-information-section .contact-us-info form label {
  width: 100%;
}

.contact-information-section .contact-us-info .contact-grid-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-information-section .contact-us-info p {
  margin: 0;
}

.contact-information-section .contact-form-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-information-section .contact-form-section label {
  font-family: "Outfit", sans-serif;
  color: #09090b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.contact-information-section .contact-form-section input,
.contact-information-section .contact-form-section textarea {
  border: 1px solid #a1a1aa;
  font-family: "Outfit", sans-serif;
  border-radius: 12px;
  padding: 15px 16px;
  color: #a1a1aa;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.contact-information-section .contact-form-section input::placeholder,
.contact-information-section .contact-form-section textarea::placeholder {
  color: #a1a1aa;
}

.contact-information-section .contact-form-section textarea {
  max-height: 122px;
}

.contact-information-section .contact-form-section .wpcf7-submit {
  width: 100%;
  background: #564678;
  color: #fff;
  border: 1px solid #a1a1aa;
  font-family: "Outfit", sans-serif;
  border-radius: 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 12px 24px;
}

.contact-information-section .contact-form-section .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
  align-items: center;
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.contact-information-section .contact-form-section .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0px;
}

.contact-information-section .contact-form-section .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  gap: 8px;
}

.contact-information-section .contact-form-section .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input {
  margin-top: 0px;
  margin-left: 4px;
}

.contact-information-section .contact-form-section .wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block;
}

.contact-form-section .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 400;
}

.contact-form-section .wpcf7-form-control-wrap .wpcf7-list-item-label input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.contact-form-section .wpcf7-form-control-wrap .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}

.contact-form-section .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #f2fbfa;
  border: 1px solid #09090b;
  box-shadow: 1.5px 1.5px 0px 0px #2bc2d1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 6px;
  margin-left: -24px;
}

.contact-form-section .wpcf7-form-control-wrap .wpcf7-list-item input {
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

.contact-form-section .wpcf7-form-control-wrap .wpcf7-list-item-label.checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #22888d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: -26px;
}

@media screen and (max-width: 767px) {
  .contact-information-section .contact-us-info .contact-grid-section {
    grid-template-columns: 1fr;
  }
}

/* zapier logo */

.integration-zapier {
  overflow: hidden;
  text-decoration: none;
  color: #ff4a00;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  transition: color 0.2 sease 0.1s;
  border-top-right-radius: 24px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}
.integration-zapier::before {
  content: "";
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -10rem;
  right: -10rem;
  border-radius: 1.75rem;
  background: #fff3e6;
  transition: all 0.2s ease-in-out;
  transition-property: top, right;
  z-index: 1;
  border-top-right-radius: 24px;
}
.integration-link:hover .integration-zapier::before {
  top: -6rem;
  right: -5.5rem;
}
.integration-link {
  overflow: hidden;
}
.integration-link:hover .integration-zapier {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-top-right-radius: 24px;
}
.integration-zapier svg {
  position: absolute;
  right: 1.5rem;
  top: 24px;
  z-index: 2;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.2s ease-in-out;
  transition-property: right;
}
.integration-zapier .integration-status {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: -0.5rem;
  left: 0;
  color: #fff;
  transition: opacity 0.2s ease 0.1s;
  text-align: center;
  font-size: 0.75rem;
  text-decoration: none;
}

.integration-link:hover .integration-status {
  color: #3a3a3a;
  opacity: 1;
}

/* blog page css start 8 may 2025 */
.post-category-list .elementor-icon-list-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 10px;
}
.post-category-list .elementor-icon-list-item a {
  border: 2px solid #09090b;
  margin: 0 !important;
  padding: 15px !important;
  border-radius: 24px;
  height: 120px;
  background-color: #fff;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-category-list .elementor-icon-list-item {
  padding-bottom: 0 !important;
}
.post-category-list .elementor-icon-list-item a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  border: 2px solid #09090b;
  background-color: #e47a00;
  height: 100%;
  width: 100%;
  border-radius: 24px;
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.post-category-list .elementor-icon-list-item a:hover::before {
  opacity: 1;
}
.sticky-post-sec .elementor-widget-image img {
  border-radius: 32px;
  border: 1.5px solid #09090b;
  box-shadow: 8px 8px 0px 0px #000;
}
.post-category-block .elementor-post-info__terms-list-item {
  border-radius: 12px;
  border: 2px solid #86e1e6;
  background: #f2fbfa;
  padding: 7px 15px;
  font-size: 14px !important;
  display: inline-block !important;
  margin: 0 4px 6px 0;
}
.post-category-block .elementor-post-info__terms-list {
  font-size: 0 !important;
}
.post-category-block .elementor-post-info__terms-list-item:nth-child(3n + 1) {
  border: 2px solid #86e1e6;
  background: #f2fbfa;
}
.post-category-block .elementor-post-info__terms-list-item:nth-child(3n + 2) {
  border: 2px solid #aeabc6;
  background: #e4e2fb;
}
.post-category-block .elementor-post-info__terms-list-item:nth-child(3n) {
  border: 2px solid #efb78f;
  background: #f8ebe6;
}
.free-tiral-btn .elementor-button:hover {
  box-shadow: none !important;
}
.post-tbl-content .elementor-toc__header {
  padding: 20px 22px 20px 57px;
  background-image: url(../images/list-icon.png);
  background-repeat: no-repeat;
  background-position: 22px 23px;
  border-bottom: 3px solid #22888d;
}
.post-tbl-content .elementor-toc__list-item-text-wrapper {
  align-items: start;
}
.post-tbl-content ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
  right: -11px;
  position: relative;
  top: 8px;
}
.post-tbl-content .elementor-toc__list-wrapper .elementor-toc__list-item-text {
  margin-left: -20px;
  border-bottom: 0;
  padding: 8px 10px 8px 30px;
}
.post-tbl-content .elementor-toc__list-wrapper .elementor-item-active {
  border-radius: 8px;
  background: #b5edef;
}
.post-tbl-content .elementor-toc__body .elementor-toc__list-item-text:hover {
  text-decoration: none;
}
.blog-content a {
  color: #22888d;
}
.blog-content ul {
  margin-bottom: 25px;
  padding-left: 35px;
}
.blog-content ol ul {
  padding-left: 55px;
}
.blog-content p,
.blog-content ol,
.blog-content ol li:not(:last-child),
.blog-content h2,
.blog-content table {
  margin-bottom: 25px;
}
.blog-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.blog-content ol {
  padding-left: 20px;
}
.blog-content ol li {
  padding-left: 10px;
}
.blog-content h2,
.blog-content h3 {
  font-weight: 600;
  color: #18181b;
}
.blog-content h4,
.blog-content h5 {
  font-weight: 500;
  color: #18181b;
}
.blog-content table thead th {
  color: #18181b;
}
.blog-content .iframe-wrapper {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #09090b;
  background: #fcfcfc;
  box-shadow: 8px 8px 0px 0px #09090b;
}
.blog-content blockquote {
  border-left: 2px solid #09090b;
  margin-left: 0;
  padding-left: 15px;
}
.blog-content p img,
.blog-content figure img {
  border-radius: 20px;
  border: #09090b;
  background: #fcfcfc;
  box-shadow: 8px 8px 0px 0px #564678;
}
.featured-post-sec .post-category-block .elementor-icon-list-items {
  flex-wrap: nowrap;
  align-items: self-start;
  justify-content: space-between;
}
.featured-post-sec .post-category-block .elementor-icon-list-items li:last-child {
  flex-shrink: 0;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 2%;
}
.featured-post-sec .post-category-block .elementor-icon-list-items li:last-child span {
  color: #71717a;
}
.featured-post-sec .elementor-widget-button {
  margin-top: auto;
}
.latest-new-sec,
.latest-new-sec > .e-con-inner,
.latest-new-sec > .e-con-inner > .elementor-element {
  height: 100%;
}
.latest-new-sec > .e-con-inner {
  display: block;
}
.latest-blog-loop .e-loop__load-more .elementor-button:hover {
  box-shadow: none;
}
.table-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media only screen and (min-width: 991px) {
  .latest-blog-loop .e-loop__load-more {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .featured-post-sec .post-category-block .elementor-icon-list-items {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .post-category-list .elementor-icon-list-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .post-category-list .elementor-icon-list-item a {
    height: 80px;
  }
}

/* Price Page Css Start  */
.price-banner-sec .elementor-icon-list-text {
  padding-left: 0 !important;
}
.walk-through-sec .elementor-button-icon svg {
  width: auto;
}
.walk-through-sec .elementor-button-content-wrapper {
  align-items: center;
}
.walk-through-sec .elementor-heading-title span {
  color: #22888d;
}
.choose-plan-slider .elementor-icon-list-icon {
  border-radius: 6.154px;
  border: 0.769px solid #09090b;
  background: #f2fbfa;
  box-shadow: 1.538px 1.538px 0px 0px #2bc2d1;
}
.choose-plan-slider .elementor-icon-list-icon svg {
  margin: auto !important;
}
.choose-plan-slider .elementor-icon-list-icon {
  height: 20px;
  min-width: 20px;
  margin-right: 10px;
}
.choose-plan-slider .title .elementor-heading-title {
  min-height: 70px;
}
.choose-plan-slider .plan-lable {
  transform: translateX(-50%);
}
.annually.active .elementor-heading-title {
  text-decoration: unset !important;
  color: #564678 !important;
}
.plan-sec .plan-header {
  position: sticky;
  top: 103px;
  z-index: 2;
}
.plan-sec .plan-list .elementor-icon-list-item:first-child,
.plan-sec .plan-toggle-title .elementor-heading-title {
  width: 24%;
}
.plan-sec .plan-list .elementor-icon-list-item:first-child span span {
  color: #22888d;
}
.plan-sec .plan-list .elementor-icon-list-item {
  width: 19%;
  padding: 15px 20px;
}
.plan-sec .plan-list .elementor-icon-list-item:not(:first-child) {
  justify-content: center;
  text-align: center;
}
.plan-sec .plan-list:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* .tooltip {
    padding-top: 7px;
    cursor: pointer;
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    background-position: 100% -1px;
    background-size: 16px;
    position: relative !important;
    padding-right: 13px;
    white-space: nowrap !important;
    opacity: 1 !important;
    display: inline-block !important;
} */
/* .tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    display: none;
    background: #000;
    color: white;
    padding: 5px 8px;
    border-radius: 6px;
    top: -35px;
    left: 45px;
    font-size: 12px;
    width: 140px;
    text-align: center;
    z-index: 1;
}
.tooltip::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 110px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    display: none;
    z-index: 1;
}
.tooltip:hover::after,
.tooltip:hover::before {
    display: block;
} */
.price-box {
  width: auto;
  max-width: max-content;
}
.price-box p {
  display: flex;
  align-items: end;
  column-gap: 5px;
}
.price-box p span {
  padding-bottom: 2px;
}
@media only screen and (max-width: 1024px) {
  .plan-sec .plan-header {
    top: 140px;
  }
  .plan-header .elementor-widget-text-editor span,
  .tooltip {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 991px) {
  .choose-plan-slider .slick-slide {
    margin-inline: 10px;
  }
  .choose-plan-slider .slick-track {
    display: flex !important;
  }
  .choose-plan-slider .slick-slide {
    height: inherit !important;
  }
  .choose-plan-slider .slick-slide > div {
    height: 100%;
  }
  .choose-plan-slider .slick-slide > div > .elementor-element {
    height: calc(100% - 15px);
  }
  .choose-plan-slider .slick-list {
    padding-right: 10%;
    margin-left: -10px;
    margin-right: -20px;
  }
  .choose-plan-slider .title .elementor-heading-title {
    min-height: 60px;
  }
  .plan-sec .plan-list .elementor-icon-list-item:first-child {
    padding-right: 0;
  }
  .price-box {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-plan-slider .slick-list {
    padding-right: 20px;
  }
  .plan-sec .plan-list .elementor-icon-list-item:first-child {
    width: 100%;
    padding: 8px;
    min-height: auto;
  }
  .plan-sec .plan-toggle-title .elementor-heading-title {
    width: 100%;
  }
  .plan-sec .plan-list .elementor-icon-list-item {
    min-height: 70px;
  }
  .plan-sec .plan-list .elementor-icon-list-item:not(:first-child) {
    flex: 1 0 0;
  }
  .plan-sec .plan-list .elementor-icon-list-item:not(:first-child, :nth-child(2)) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .plan-sec .plan-list:not(:last-child) {
    border-bottom: 0;
  }
  .plan-header .elementor-widget-text-editor span {
    font-size: 14px !important;
  }
  .plan-sec .plan-toggle-title .elementor-heading-title {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
  }
  .plan-sec .plan-toggle-title .elementor-heading-title .icon {
    flex-shrink: 0;
  }
  .plan-sec .plan-toggle-title .elementor-widget-container {
    background-color: transparent !important;
  }
  .plan-sec .plan-content {
    margin-bottom: 20px;
    display: none;
  }
  .plan-sec .plan-toggle-title .icon {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  .plan-sec .plan-toggle-title .icon.active {
    transform: rotate(180deg);
  }
  .plan-sec .plan-list .elementor-icon-list-item:not(:first-child) {
    padding-inline: 3px;
  }
}
@media only screen and (max-width: 575px) {
  .choose-plan-slider .title .elementor-heading-title {
    min-height: 60px;
  }
  .choose-plan-slider .slick-list {
    padding-right: 30px;
  }
}
/* Price Page Css end  */

/* Feature/product section start */
.feature-product {
  font-family: "Outfit", Sans-serif;
}
.feature-product-tab-link {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 30px;
  position: relative;
}
.feature-product-tab-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d9d7d7;
  height: 1px;
}
.feature-product-tab-link a {
  font-size: 16px;
  font-family: "Outfit", Sans-serif;
  color: #27272a;
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  display: inline-block;
  position: relative;
}
.feature-product-tab-link li.wip a::after,
.feature-product-tab-link li.roadmap a::after,
.feature-product-box ul li.wip a::after,
.feature-product-box ul li.roadmap a::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  height: 7px;
  width: 7px;
  right: 0px;
  background-color: #e47a00;
  top: 14px;
}
.feature-product-box ul li.wip a::after,
.feature-product-box ul li.roadmap a::after {
  top: 8px;
  position: relative;
}
.feature-product-tab-link li.roadmap a::after,
.feature-product-box ul li.roadmap a::after {
  background-color: #86e1e6;
}
.feature-product-content {
  display: flex;
  flex-wrap: wrap;
}
.feature-product-content .col-left {
  width: 65%;
  padding-right: 20px;
}
.feature-product-content .col-right {
  width: 35%;
  position: relative;
}
.feature-product-box li .icon {
  width: 20px;
  display: inline-block;
}
.feature-product-right-content .heading-icon .icon {
  width: 30px;
  display: inline-block;
  flex-shrink: 0;
}
.feature-product-content .col-left .feature-product-wrp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr 14px 1fr 14px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
  max-height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.feature-product-content .col-left .feature-product-wrp::-webkit-scrollbar {
  width: 9px;
}
.feature-product-content .col-left .feature-product-wrp::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.feature-product-content .col-left .feature-product-wrp::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 10px;
}
.feature-product-content .list .icon {
  display: inline-block;
  width: 32px;
  flex-shrink: 0;
  height: 32px;
  background-color: #e1e1e1;
  border-radius: 5px;
  padding: 6px;
}
.feature-product-tab-link .active a {
  border-bottom-color: #e47a00;
  font-weight: 700;
}
.feature-product-tab-link a:hover {
  font-weight: 700;
}
.feature-product-box p {
  color: rgb(21 21 21 / 70%);
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.feature-product-box ul {
  padding: 0;
  list-style: none;
}
.feature-product-box ul li a {
  color: #363636;
  font-size: 14px;
  font-family: "Outfit", Sans-serif;
  display: flex;
  padding: 7px 14px;
  border-radius: 5px;
  transition: all 0.5s;
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
  column-gap: 7px;
  position: relative;
}
.feature-product-box ul li a:hover,
.feature-product-box ul li.active a {
  border-color: #d9d7d7;
  border-bottom-color: #d9d7d7;
  background-color: #f4f4f4;
}
.feature-product-right-content {
  border: 1px solid #d9d7d7;
}
.feature-product-right-content .heading-icon {
  display: flex;
  padding: 20px;
  column-gap: 10px;
}
.feature-product-right-content .heading-icon h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.feature-product-right-content .heading-icon p {
  font-size: 14px;
}
.feature-product-content .col-left .bottom-desc {
  margin-top: 40px;
}
.feature-product-content .col-left .bottom-desc p {
  font-size: 14px;
}
.feature-product-content .col-left .bottom-desc p a {
  color: #22888d;
}
.feature-product-content .col-left .bottom-desc p:last-child {
  border-top: 1px solid;
  padding-top: 15px;
}
.feature-product-right-content .list {
  border-top: 1px solid #d9d7d7;
  background-color: #f4f4f4;
  padding: 25px;
}
.feature-product-right-content .list ul {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.feature-product-right-content .list ul li {
  font-weight: 500;
  font-size: 13px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  line-height: normal;
}
.feature-product-right-content .price-data {
  padding: 25px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}
.feature-product-right-content .price-data {
  padding: 25px;
  display: flex;
  align-items: center;
  border-top: 1px solid #d9d7d7;
  background-color: #f4f4f4;
}
.feature-product-right-content .price-data label {
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
}
.feature-product-right-content .price-data span {
  font-size: 14px;
  margin: 0;
}
.feature-product-right-content .event-monthly span {
  color: #6aa84f;
  font-weight: 700;
}
.feature-product-right-content .event-price b {
  font-weight: 700;
}
.feature-product-right-content .event-price span {
  font-weight: 400;
}
.feature-product-right-content .btn {
  background-color: #5f4a89;
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 8px;
  padding: 7px 15px;
  box-shadow: 4px 4px 2px 0px #09090b;
  transition: all 0.6s;
  display: inline-block;
}
.feature-product-right-content .btn:hover {
  box-shadow: none;
}
.feature-product-right-content .btn-wrp {
  margin-left: auto;
}
.vote-content-block {
  padding: 0 25px 25px;
  display: flex;
  align-items: start;
  column-gap: 15px;
  row-gap: 15px;
}
.vote-content-block .vote-box {
  background-color: #f4f4f4;
  padding: 15px;
  text-align: center;
}
.vote-content-block .vote-box p {
  margin-bottom: 0;
}
.vote-content-block .vote-box h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1;
}
.vote-content-block .vote-box span {
  font-size: 14px;
}
.vote-content-block .vote-title h6 {
  margin: 0 0 3px;
}
.vote-content-block .vote-title a {
  font-size: 14px;
  color: rgb(21 21 21 / 70%);
}
.vote-content-block .vote-title {
  margin-bottom: 5px;
}
.vote-content-block ul {
  padding-left: 30px;
  margin-bottom: 10px;
}
.vote-content-block .vote-desc p {
  margin-bottom: 10px;
}
.vote-content-block .btn {
  background-image: url('data:image/svg+xml,<svg class="LemonIcon w-4 h-4" width="100%" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" fill-rule="evenodd" clip-rule="evenodd" d="M10.054 2.949A1.75 1.75 0 0 1 11.611 2a2.753 2.753 0 0 1 2.722 3.174L13.893 8h4.366a3.75 3.75 0 0 1 3.707 4.314l-.837 5.5A3.75 3.75 0 0 1 17.422 21H3.75A1.75 1.75 0 0 1 2 19.25v-7.5c0-.966.784-1.75 1.75-1.75h2.671l3.633-7.051ZM6 11.5H3.75a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25H6v-8Zm1.5 8h9.922a2.25 2.25 0 0 0 2.224-1.912l.837-5.5A2.25 2.25 0 0 0 18.26 9.5h-5.243a.75.75 0 0 1-.74-.866l.575-3.691A1.253 1.253 0 0 0 11.61 3.5a.252.252 0 0 0-.224.136L7.5 11.182V19.5Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px 50%;
  padding-left: 36px;
  margin-top: 15px;
}
.feature-pagination svg {
  height: 19px;
  width: 22px;
}
.feature-pagination a {
  display: inline-block;
  border: 1px solid #d9d7d7;
  border-bottom: 3px solid #d9d7d7;
  vertical-align: middle;
  line-height: 0;
  width: 34px;
  border-radius: 5px;
  text-align: center;
  padding: 3px 5px;
  background-color: #fff;
}
.feature-pagination svg path {
  fill: #333;
}
.feature-pagination {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .feature-product-content .col-left {
    width: 45%;
  }
  .feature-product-content .col-left .feature-product-wrp {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-product-content .col-right {
    width: 55%;
  }
}
@media only screen and (max-width: 991px) {
  .feature-product-content .col-left {
    width: 30%;
  }
  .feature-product-content .col-right {
    width: 70%;
  }
  .feature-product-content .col-left .feature-product-wrp {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-product-content .col-left,
  .feature-product-content .col-right {
    width: 100%;
  }
  .feature-product-content .col-left .feature-product-wrp {
    padding-right: 0;
    max-height: none;
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-product-content .col-left {
    padding-right: 0;
  }
  .feature-product-content .col-right {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    left: 0;
    width: 100%;
    padding: 25px 15px 15px;
    background-color: #fff;
    border-top: 2px solid #d9d7d7;
    display: none;
  }
  .feature-product-right-content {
    border: 1px solid #d9d7d7;
    height: 40vh;
    overflow-y: auto;
  }
  .feature-pagination {
    top: 35px;
    right: 28px;
  }
  .feature-product-tab-link {
    white-space: nowrap;
    overflow-x: auto;
    column-gap: 10px;
    padding-bottom: 10px;
  }
  .feature-product-right-content .heading-icon {
    padding: 38px 15px 20px;
  }
  .vote-content-block {
    padding: 0 15px 25px;
  }
  .feature-product-right-content .list {
    padding: 15px;
  }
  .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #0000002b;
    z-index: 99999;
    display: none;
  }
  .feature-product-tab-link::before {
    bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-product-content .col-left .feature-product-wrp {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
  }
  .feature-product-right-content .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-product-right-content .price-data {
    flex-direction: column;
    align-items: start;
    padding: 15px 15px 20px;
  }
  .feature-product-right-content .btn-wrp {
    margin-left: 0;
  }
}
/* Feature/product section end */

/* testimonial slider css  */
.trusted_team .elementor-testimonial {
  padding: 74.86px 32px 32px 32px;
  background: white;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  height: 100%;
  justify-content: space-between;
}
.trusted_team .elementor-testimonial:before {
  content: "";
  position: absolute;
  inset: 0; /* full box */
  padding: 1px; /* border thickness */
  border-radius: 16px;
  background: linear-gradient(180deg, #967ad1, #71d7d5);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.trusted_team .elementor-main-swiper {
  width: 100% !important;
}
.trusted_team .elementor-testimonial .elementor-star-rating {
  position: absolute;
  top: 32px;
  left: 32px;
}
.trusted_team .swiper-pagination {
  display: flex;
  max-width: 1200px !important;
  width: 100% !important;
  bottom: 25px !important;
}
.trusted_team .elementor-swiper {
  margin-right: calc(-100vw / 2 + 100px / 2);
}
.trusted_team .elementor-main-swiper {
  padding-bottom: 80px !important;
}
.trusted_team .elementor-swiper-button {
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 100%;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  background-position: center;
  background-repeat: no-repeat;
}
.trusted_team .elementor-swiper-button svg {
  width: 0 !important;
}
.trusted_team .elementor-swiper-button-prev {
  background-image: url(../images/left-arrow.svg);
  right: auto;
  left: 1090px !important;
  top: unset !important;
  bottom: -20px !important;
}
.trusted_team .elementor-swiper-button-next {
  background-image: url(../images/right-arrow.svg);
  left: 1150px;
  right: 0;
  bottom: -20px !important;
  top: unset !important;
}
@media (max-width: 1280px) {
  .trusted_team .elementor-swiper {
    margin-right: 0;
  }
  .trusted_team .elementor-swiper-button-prev {
    left: 1050px !important;
  }
  .trusted_team .elementor-swiper-button-next {
    left: 1110px;
  }
}
@media (max-width: 1199px) {
  .trusted_team .elementor-swiper-button-prev {
    left: 880px !important;
  }
  .trusted_team .elementor-swiper-button-next {
    left: 940px;
  }
}
@media (max-width: 1024px) {
  .trusted_team .elementor-swiper-button-prev {
    left: 850px !important;
  }
  .trusted_team .elementor-swiper-button-next {
    left: 910px;
  }
}
@media (max-width: 991px) {
  .trusted_team .elementor-swiper-button-prev {
    left: 625px !important;
  }
  .trusted_team .elementor-swiper-button-next {
    left: 685px;
  }
}
@media (max-width: 767px) {
  /* .trusted_team .elementor-swiper {
        margin-right: -100px;
    } */
  .trusted_team .elementor-swiper-button-prev {
    left: 0 !important;
  }
  .trusted_team .elementor-swiper-button-next {
    left: auto !important;
    right: 0px !important;
  }
  .trusted_team .elementor-testimonial {
    padding: 60px 25px 25px 25px;
  }
  .trusted_team .elementor-testimonial .elementor-star-rating {
    top: 25px;
    left: 25px;
  }
  .trusted_team .swiper-pagination {
    display: flex;
    max-width: 100% !important;
    width: unset !important;
    bottom: 55px !important;
    right: 0px !important;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .banner_list .elementor-icon-list-items {
    row-gap: 10px !important;
  }
}

/* Core featured css start */
.feature_shadow {
  position: relative;
}
.feature_shadow:after {
  position: absolute;
  content: "";
  width: 700px;
  height: 700px;
  border-radius: 100%;
  background-color: #e1f8f9;
  right: -315px;
  filter: blur(300px);
}
.feature_shadow.feature_left:after {
  left: -315px;
}
@media (max-width: 1199px) {
  .feature_shadow:after {
    width: 500px;
    height: 500px;
    right: -15px;
  }
  .feature_shadow.feature_left:after {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .feature_shadow:after {
    width: 300px;
    height: 300px;
    right: auto;
    left: auto;
    top: 10%;
    filter: blur(100px);
  }
  .feature_shadow.feature_left:after {
    left: auto;
  }
}
@media (max-width: 575px) {
  .feature_shadow:after {
    top: 20%;
  }
}

.workflow-slider-section .slick-slide .elementor-icon-list-item svg {
  margin-top: 4px !important;
}

.workflow-slider-section .slick-list {
  padding: 0px !important;
}

.workflow-slider-section .slick-slide {
  opacity: 0.5;
  transform: scale(0.85);
  transition: all 0.3s ease;
  padding: 0px;
}

@media screen and (max-width: 1024px) {
  .workflow-slider-section .slick-slide {
    opacity: 1;
    transform: scale(1);
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .workflow-slider-section .slick-slide {
    padding: 12px;
  }
}

.workflow-slider-section .slick-center {
  opacity: 1;
  transform: scale(1);
}

.workflow-slider-section .slick-arrow {
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
}
.workflow-slider-section .slick-arrow,
.workflow-slider-section .slick-arrow:focus {
  border: unset;
  background-color: unset !important;
  color: transparent;
  padding: 0px;
  z-index: 999;
}
.workflow-slider-section .slick-arrow::before {
  content: "";
}
.workflow-slider-section .slick-next {
  right: -76px;
}
.workflow-slider-section .slick-next::before {
  background-image: url(../images/slider-right.svg);
  height: 56px;
  width: 56px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.workflow-slider-section .slick-arrow:hover {
  background-color: unset !important;
  color: transparent;
}
.workflow-slider-section .slick-prev {
  left: 58px;
}
.workflow-slider-section .slick-prev::before {
  background-image: url(../images/slider-left.svg);
  height: 56px;
  width: 56px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .workflow-slider-section .slick-next {
    right: -60px;
  }
  .workflow-slider-section .slick-prev {
    left: -30px;
  }
}

.elementor-element-13923e0 {
  overflow: hidden;
}

.workflow-slider-section .elementor-widget-image {
  width: 100%;
}

.tab-nav .tab {
  cursor: pointer;
}
.tab-nav .tab.active {
  border: 1px solid #fff;
  background-color: #fff !important;
}
.tab-nav .tab.active p {
  color: #333 !important;
}

/* /////// */
/* partner's page design start */
#partner-directory {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.partner-filters {
  border-right: 1px solid #e6e9ef;
  padding-right: 24px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.filter-header a {
  color: #66588d;
  font-weight: 500;
  text-decoration: none;
}

.filter-group {
  margin-bottom: 24px;
}

.filter-title {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.filter-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #111827;
  cursor: pointer;
  margin-bottom: 10px;
}

.filter-options input {
  width: 16px;
  height: 16px;
  accent-color: #66588d;
}

.partner-search {
  margin-bottom: 28px;
}

.partner-search input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 15px;
}

.partner-search input:focus {
  outline: none;
  border-color: #66588d;
}

#partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.partner-cta {
  background: #ffffff;
  border: 1px solid #dbe4ff;
  padding: 24px;
}

.partner-cta h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.partner-cta p {
  font-size: 14px;
  color: #4b5563;
}

.partner-cta .btn {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 18px;
  background: #66588d;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.partner-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.2s ease;
}

.partner-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.crm-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  text-align: right;
}

.crm-badge img {
  max-width: 36px;
  margin-bottom: 4px;
}

.crm-badge span {
  font-size: 11px;
  font-weight: 600;
  color: #374151;
}

.partner-logo {
  margin-bottom: 16px;
}

.partner-logo img {
  max-height: 52px;
  width: auto;
}

.partner-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111827;
}

.partner-excerpt {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 14px;
}

.partner-link {
  font-size: 14px;
  font-weight: 600;
  color: #66588d;
  text-decoration: none;
}

.partner-link:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  #partner-directory {
    grid-template-columns: 240px 1fr;
  }

  #partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #partner-directory {
    grid-template-columns: 1fr;
  }

  .partner-filters {
    border-right: none;
    padding-right: 0;
    margin-bottom: 32px;
  }

  #partner-grid {
    grid-template-columns: 1fr;
  }
}

/*-partner-filters-start*/
.filter-group-inner {
  display: flex;
  flex-direction: column;
}
.partner-filters .filter-header h4 {
  margin: 0;
  order: 1;
}
.filter-header #clear-filters {
  order: 2;
}
.partner-filters .filter-title {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.partner-filters .filter-group {
  padding-bottom: 20px;
  padding-right: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d5db;
}
.partner-filters .filter-options label {
  font-size: 16px;
  line-height: 27px;
  cursor: pointer;
  margin-bottom: 12px;
}
.partner-search input {
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg fill="%23000000" width="64px" height="64px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><g data-name="Layer 2"><g data-name="search"><rect width="24" height="24" opacity="0"/><path d="M20.71 19.29l-3.4-3.39A7.92 7.92 0 0 0 19 11a8 8 0 1 0-8 8 7.92 7.92 0 0 0 4.9-1.69l3.39 3.4a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42zM5 11a6 6 0 1 1 6 6 6 6 0 0 1-6-6z"/></g></g></g></svg>');
  background-size: 25px;
  background-position: 10px center;
  padding-left: 45px;
}
.partner-card .crm-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  position: static;
}
.partner-card .crm-badge img {
  max-width: 60px;
  max-height: 20px;
  margin: auto 0;
  flex-shrink: 0;
}
.partner-card .crm-badge span {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #66588D;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  box-shadow: 3px 3px 3px  rgba(0, 0, 0, 0.06);
}
.partner-card .partner-link {
  background-image: url(https://timelines.ai/wp-content/uploads/2024/08/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px;
  padding-right: 22px;
}
.partner-cta:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
#partner-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

#partner-loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #1b6cff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


@media (max-width: 768px) {
  .filter-group-inner #clear-filters {
    order: -1;
    margin-bottom: 20px;
  }
  .partner-filters .filter-header {
    border: 1px solid #66588d;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    padding: 15px;
  }
  .partner-filters .filter-header h4 {
    /* border: 1px solid #66588D; */
    padding: 0px;
    line-height: 20px;
    font-weight: 500;
    color: #66588d;
    width: auto;
    text-align: center;
    font-size: 20px;
  }
  .filter-header:before {
    content: url('data:image/svg+xml,<svg width="25" height="23" viewBox="0 0 25 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.7168 16.8037H22.5749" stroke="%2366588D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.77734 16.8037H6.01383" stroke="%2366588D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7164 16.8035C13.7164 17.5652 13.4905 18.3098 13.0673 18.9432C12.6441 19.5765 12.0426 20.0702 11.3389 20.3617C10.6351 20.6532 9.86075 20.7295 9.11366 20.5808C8.36657 20.4322 7.68033 20.0654 7.14171 19.5268C6.60309 18.9882 6.23628 18.3019 6.08768 17.5549C5.93907 16.8078 6.01534 16.0334 6.30684 15.3297C6.59834 14.6259 7.09198 14.0244 7.72533 13.6012C8.35868 13.178 9.1033 12.9521 9.86502 12.9521C10.8865 12.9521 11.8661 13.3579 12.5883 14.0802C13.3106 14.8025 13.7164 15.7821 13.7164 16.8035Z" stroke="%2366588D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.2571 5.25H1.77734" stroke="%2366588D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M22.9605 5.24979C22.9605 4.48807 22.7346 3.74345 22.3114 3.11009C21.8883 2.47674 21.2868 1.98311 20.583 1.69161C19.8793 1.40011 19.1049 1.32384 18.3578 1.47244C17.6107 1.62105 16.9245 1.98785 16.3858 2.52647C15.8472 3.0651 15.4804 3.75134 15.3318 4.49843C15.1832 5.24552 15.2595 6.0199 15.551 6.72364C15.8425 7.42738 16.3361 8.02888 16.9695 8.45207C17.6028 8.87526 18.3474 9.10114 19.1092 9.10114C20.1306 9.10114 21.1102 8.69538 21.8325 7.97311C22.5548 7.25084 22.9605 6.27123 22.9605 5.24979Z" stroke="%2366588D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
    height: 22px;
  }
  .filter-group-inner #clear-filters {
    text-align: right;
  }
}
/*-partner-filters-end*/
