/*!
README - STYLEGUIDE BRIEFLY

Find the style by section component, using Find or CTRL + F
HEADER STYLE, BREADCRUMB STYLE, BANNER STYLE, CONTENT STYLE, LISTING STYLE, FOOTER STYLE

Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/

.wh-heading-subtitle {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  background: #eff4f4;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--text-sm);
}

.wh-heading-subtitle.center {
  margin: 0 auto;
}

.wh-heading-subtitle span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.wh-heading-title h2,
.wh-heading-title h3 {
  margin-bottom: 0;
}

.col-usp > .vc_column-inner > .wpb_wrapper {
  padding: 32px;
  background-color: #f7fafa;
}

body .col-usp > .vc_column-inner {
  padding-left: 16px;
  padding-right: 16px;
}

.col-usp img {
  margin-bottom: 32px;
}

.col-usp h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.col-usp p {
  opacity: 0.5;
}

.wh-heading-subtitle span:before,
.wh-banner-cases__subtitle:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/2026/06/star-green.svg) center / contain
    no-repeat;
}

.col-fullwidth > .wpb_column:first-child {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: var(--padding-container);
  background-color: #f7fafa;
}

.col-fullwidth > .wpb_column:last-child > .vc_column-inner {
  padding-right: 0;
  padding-left: 0px;
}

.wpb_wrapper ul {
  padding-left: 0;
  list-style: none;
  margin-top: 32px;
}

.wpb_wrapper ul:not(.slick-dots) li {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  line-height: 27px;
}

.site-main .wpb_wrapper ul li:not(.vc_tta-tab):before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/2026/06/star-green.svg) center / contain
    no-repeat;
  margin-right: 8px;
  position: absolute;
  left: 0;
}

.site-main .blue-star ul li:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/2026/06/blue-star.svg) center / contain
    no-repeat;
  position: absolute;
  left: 0;
}

.site-main .blue-star ul li {
  font-weight: 600;
}

.wh-tabs-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.wh-tab-nav {
  padding: 40px;
  cursor: pointer;
  background: #eff4f4;
  transition: 0.3s;
}

.wh-tab-nav.active {
  background: #fff;
}

.wh-tab-nav img {
  width: 30px;
  height: auto;
}

.wh-tab-nav h4 {
  margin: 0 0 15px;
}

.wh-tab-nav p {
  margin: 0;
}

.wh-tabs-content {
  position: relative;
}

.wh-tab-panel {
  display: none;
  position: relative;
}

.wh-tab-panel.active {
  display: block;
}

.wh-tab-bg img {
  width: 100%;
  display: block;
}

.wh-tab-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 520px;
  width: 100%;
  z-index: 9;
}

.content-tab-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.wh-tab-nav p {
  color: #0b0b0b;
  font-size: 14px;
}
.wh-tab-inner h4 {
  font-weight: 600;
  margin-bottom: 8px;
}
.wh-tab-nav.active {
  border: 0.5px solid #d9d9d9;
}

.wh-tab-nav {
  border: 0.5px solid transparent;
}

.tab-header h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.bannecta-content > .banner-cta:first-child p {
  opacity: 0.5;
}

.bannecta-content > .banner-cta:last-child p,
.bannecta-content > .banner-cta:first-child p {
  color: #0d0c0c;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.12px;
}
.bannecta-content > .banner-cta:last-child p strong {
  color: #a6cfb3;
  font-weight: 500;
}
.contact-label-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-label-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin-bottom: 0;
  color: var(--white);
}

.contact-label-icon img {
  width: 26px;
  height: auto;
  margin-right: 16px;
}

.contact-label {
  padding: 23px 43px;
  border-radius: 8px;
  background: rgba(239, 244, 244, 0.2);
  display: inline-block;
  width: 100%;
}

.contact-label-button {
  color: var(--white);
  font-size: 16px;
  margin-top: 8px;
  display: inline-block;
  text-decoration: underline;
}

.vc_row.inline-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.vc_row.border-btmsection {
  border-bottom: 1px solid #ccc;
}

.vc_row.content-logo-partners {
  padding-left: var(--padding-container);
  padding-right: var(--padding-container);
}

.vc_row.inline-usp .col-usp {
  min-height: 100%;
}

.vc_row.inline-usp .col-usp > div {
  height: 100%;
}

.vc_row.inline-usp .col-usp > div > div {
  min-height: 100%;
}

.col-height-lg .vc_column-inner {
  background-size: contain;
}

.col-height-lg .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: flex-end;
}

.blue-section {
  background-color: #f7fafa;
}

.bg-pattern {
  background-image: url(/wp-content/uploads/2026/06/pattern-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: var(--padding-container);
  padding-top: 82px;
  padding-bottom: 82px;
  height: 730px;
}

.col-pdright {
  padding-right: var(--padding-container);
  padding-top: 82px;
  padding-bottom: 82px;
}

.col-gray {
  width: 37%;
}

.col-gray > .vc_column-inner > .wpb_wrapper {
  padding-left: 40px;
  border-left: 1px solid #e0e7e7;
}

.col-gray p {
  opacity: 0.5;
  font-size: 14px;
}

/* VC TABS */
body .vc_tta.vc_general .vc_tta-tabs-list {
  display: flex;
}
body .vc_tta.vc_general .vc_tta-tab {
  width: auto;
}

body .vc_tta.vc_general .vc_tta-tab > a {
  padding: 10px 24px;
  color: #0d0c0c;
  border: none;
  background-color: transparent;
  border-radius: 100px !important;
}

body .vc_tta.vc_general .vc_tta-tab > a > span {
  color: #0d0c0c;
}

.vc_tta.vc_general.horizontal-tabs .vc_tta-tabs-list {
  display: flex;
  justify-content: center;
}

body .vc_tta.vc_general.horizontal-tabs .vc_tta-tab.vc_active > a {
  border: 1px solid rgba(255, 255, 255, 0) !important;
  background-color: #f7fafa !important;
}

body .vc_tta.vc_general.horizontal-tabs .vc_tta-tab:hover > a {
  background-color: #f7fafa !important;
}

body .vc_tta.vc_general.horizontal-tabs .vc_tta-panels {
  background-color: transparent;
  border: none;
  margin-top: 80px;
}

.card-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.wh-card-package-header {
  padding: 30px 32px 150px 32px;
  background-color: #f7fafa;
}

.card-heading h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
}

.wh-card-package-media {
  position: relative;
}

.wh-card-package-dashboard {
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 352px;
}

.wh-card-package-button {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
}

.wh-card-package-button-wrap {
  text-align: center;
  margin-top: 25px;
}

.wh-card-package--orange .wh-card-package-button {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: #fef2ee;
  color: #f78057;
}

.wh-card-package--magenta .wh-card-package-button {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: #fbebff;
  color: #9489c6;
}

.wh-card-package--blue .wh-card-package-button {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: #ebf9ff;
  color: #6baec8;
}

.wh-testimonial-images img,
.wh-testimonial-logo img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.wh-testimonial-images,
.wh-testimonial-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wh-testimonial-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.wh-testimonial-description {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}

.wh-testimonial-label {
  opacity: 0.25;
  font-size: 13px;
  margin-bottom: 32px;
}

.wh-testimonial-name {
  font-weight: 700;
  margin-bottom: 5px;
}

.wh-testimonial-bottom,
.wh-testimonial-name,
.wh-testimonial-job-title {
  font-size: 14px;
}
.wh-testimonial-job-title,
.wh-testimonial-button {
  font-weight: 500;
}

.wh-testimonial-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.wh-testimonial-package {
  padding: 4px 10px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
}
.wh-testimonial-package--essential {
  background-color: #ebf9ff;
  color: #6baec8;
}

body .slick-dots li:before {
  display: none !important;
}

.wh-testimonial-item .wh-testimonial-wrapper {
  padding: 0 40px;
  border-right: 1px solid #e9f2f1;
}

.section-white h2 {
  font-size: 56px;
  color: var(--white);
  font-weight: 500;
}

.section-white p,
.section-white h3,
.section-white h4 {
  color: var(--white);
}

.section-white h4 {
  font-size: 22px;
  margin-bottom: 16px;
}

.site-banner.banner-display-none {
  display: none;
}

.section-white {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-white .whbutton-fill--white .cta-whbutton {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border-color: transparent;
  font-weight: 500;
}

.section-white .whbutton-fill--black .cta-whbutton {
  background-color: rgba(13, 12, 12, 0.16);
  backdrop-filter: blur(14px);
  border-color: rgba(255, 255, 255, 0);
  font-weight: 500;
}

.vc_section.bg-gradient-50 {
  background: linear-gradient(180deg, #0d0d0d 33%, #386d71 82%);
}

.bg-gradient-50 h2 {
  color: var(--white);
}

.wh-heading-title strong {
  color: rgba(13, 12, 12, 0.3);
  font-weight: 500;
}

body
  .vc_tta-color-white.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: #ccc;
  background-color: var(--white);
  border-right: none;
  border-left: none;
}

body
  .vc_tta-color-white.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading:hover {
  background-color: var(--white);
}

body
  .vc_tta-color-white.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  padding: 28px 0;
  font-size: 18px;
  color: #0d0c0c;
}

body
  .vc_tta-color-white.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #0d0c0c;
  padding-bottom: 20px;
}

body
  .vc_tta-color-white.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  border-color: #ccc;
  border-bottom: none;
}

body .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  padding: 0 0 32px 0;
}

body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  display: none;
}

body
  .vc_tta.vc_tta-accordion
  .vc_tta-controls-icon-position-right
  .vc_tta-controls-icon {
  background: url(/wp-content/uploads/2026/06/plus.svg) center/contain no-repeat;
  width: 24px;
  height: 24px;
  right: 0;
  transition: 0.3s;
}

body
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon-position-right
  .vc_tta-controls-icon {
  transform: rotate(45deg);
  transition: 0.3s;
  top: 40%;
}

.inline-avatar {
  display: inline-block;
  width: 72px;
  height: 96px;
  object-fit: cover;
  vertical-align: middle;
  margin: 0 12px;
}

.hero-heading {
  margin-bottom: 0;
}

.full-section .wpb_column > .vc_column-inner {
  padding: 0;
}

.banner-cta img {
  width: 56px;
  height: 56px;
}
.wh-team-item {
  padding: 0 12px;
}

.single-review.slick-slider .slick-track,
.single-review .wh-testimonial-item {
  width: 100% !important;
}

.single-review .wh-testimonial-item .wh-testimonial-wrapper {
  padding: 24px 29px;
  border-right: none;
  background-color: var(--white);
}

body .col-content-sticky .vc_column-inner {
  padding: 21px 23px;
  height: 100%;
}
.col-content-sticky .wpb_single_image {
  padding: 68px 84px 71px 84px;
}

body .col-content-sticky .slick-dots {
  display: none;
}

body .col-content-sticky .wh-testimonial-label {
  margin-bottom: 0;
}

.row-sticky > .col-content-data {
  padding: 48px 56px 48px 80px;
  background-color: #f7fafa;
}

body
  .row-sticky
  .vc_tta-color-white.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: transparent;
}

body .row-sticky .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  padding-bottom: 24px;
}
body .row-sticky .vc_tta-container {
  margin-bottom: 0;
}

.vc_row.row-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* FOOTER */
.footer-bottom-content {
  background-image: url(/wp-content/uploads/2026/06/bg-footer.jpg);
  background-size: cover;
  background-position: bottom center;
}

footer {
  background: linear-gradient(180deg, #0d0d0d 33%, #386d71 82%);
}

.vc_row.contact-details {
  max-width: 1070px;
  margin: auto;
}

.page-template-landingpage .lp-footer-bottom {
  background-color: var(--white);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.footer-bottom-content > .wpb_column.vc_column_container > .vc_column-inner {
  background-color: var(--white);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.footer-menu h4 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.footer-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-menu ul {
  margin-top: 0;
}

.footer-menu > .wpb_column {
  padding: 40px 56px;
}

.footer-menu > .wpb_column:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-menu .wpb_wrapper ul:not(.slick-dots) li {
  padding-left: 0;
}

.footer-menu ul li a {
  font-size: 14px;
  color: #0d0c0c;
}

footer .wh-heading-title h2 {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.52px;
  max-width: 594px;
  margin: 0 auto;
}

.footer-desc-panel {
  max-width: 594px;
  margin: 0 auto;
  color: #fff;
}

footer .wh-heading-subtitle.center {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-weight: 500;
}

footer .wh-video-wrapper {
  text-align: center;
}

footer .wh-video-wrapper .wh-video {
  width: 252px;
  height: 252px;
}

.schedule-frame iframe {
  min-height: 555px;
}

.schedule-frame iframe .w-full {
  max-width: 100% !important;
}

footer .mpFormLabel,
footer .sublabel {
  display: none;
}

footer .mpFormTable.mpTwoColumnLayout li {
  padding-left: 0;
}

.mpFormField input[type="text"] {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(13, 12, 12, 0.05);
  padding: 8px 12px;
  height: 40px;
}
.submitCell input[type="submit"] {
  margin-bottom: 0;
  width: max-content;
  background-color: #0d0c0c;
  border: none;
  padding: 10px 24px;
  border-radius: 30px;
  color: var(--white);
  margin-left: 16px;
}

body .col-subscribe ul {
  width: 100%;
}

.notice-email p {
  font-size: 12px;
  margin-top: 16px;
}

body footer .col-subscribe ul {
  margin-top: 24px;
}

body .lp-menu-footer ul li {
  padding-left: 0 !important;
  margin-top: 0;
}

.lp-menu-footer ul li a {
  text-decoration: underline;
  font-size: 12px;
  color: #0d0c0c;
}

.wh-price-tabs {
  width: 100%;
}

.wh-price-tabs-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 4px;
  border-radius: 999px;
  background: #f5f5f5;
  width: fit-content;
}

.wh-price-tabs-header {
  display: flex;
  align-items: center;
  column-gap: 48px;
  justify-content: center;
  margin-bottom: 80px;
}

.wh-price-card {
  flex: 0 0 calc((100% - 64px) / 3);
}

.wh-price-tabs-nav::before {
  content: "";
  position: absolute;
  top: 4px;
  left: var(--wh-tab-left, 4px);
  width: var(--wh-tab-width, 0px);
  height: calc(100% - 8px);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition:
    left 0.28s ease,
    width 0.28s ease;
  pointer-events: none;
}

.wh-price-tabs-button {
  position: relative;
  z-index: 1;
  border: 0;
  outline: 0;
  padding: 11px 24px;
  border-radius: 999px;
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease;
}

.wh-price-tabs-button.is-active {
  background: transparent;
  box-shadow: none;
}
.wh-price-tabs-button {
  border: 0;
  outline: 0;
  padding: 11px 24px;
  border-radius: 999px;
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition:
    background-color 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  transition:
    background-color 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  -o-transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    -webkit-box-shadow 0.25s ease;
}

.wh-price-tabs-button.is-active {
  background: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.wh-price-tabs-link {
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wh-price-tabs-panel {
  display: none;
}

.wh-price-tabs-panel.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.wh-price-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  padding: 32px;
  background: #f7fafa;
}

.wh-price-card-logo {
  display: block;
  width: auto;
  max-width: 180px;
  height: 42px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  margin-bottom: 36px;
}

.wh-price-card-small {
  margin-bottom: 10px;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
}

.wh-price-card-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 8px;
}

.wh-price-card-price {
  color: #0d0c0c;
  font-size: 51px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.51px;
}

.wh-price-card-period {
  padding-bottom: 4px;
  color: #0d0c0c;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.wh-price-card-sub {
  color: #0d0c0c;
  font-size: 16px;
  line-height: 1.4;
}

.wh-price-card-line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin: 32px 0 32px;
}

.wh-price-card-feature-title {
  color: #0d0c0c;
  font-size: 16px;
  line-height: 1.4;
}

.wh-price-tabs-content .wh-price-card-features {
  margin-top: 24px;
  margin-bottom: 40px;
}

.site-main .wpb_wrapper ul .wh-price-card-feature:before {
  background: url(/wp-content/uploads/2026/06/check.svg) center / contain
    no-repeat !important;
  margin-top: 5px;
}

.wh-price-card-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.wh-price-card-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18px 18px 1fr;
  grid-template-columns: 18px 1fr;
  gap: 18px;
  color: #000;
  font-size: 14px;
  line-height: 1.45;
}

.wh-price-card-feature-icon {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1;
}

.wh-price-card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 12px 24px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wh-price-card-action:hover {
  color: #fff;
  opacity: 0.8;
}

body .row-panel-sticky > .wpb_column:first-child,
body .content-panel-sticky > .wpb_column:first-child {
  width: 33%;
}

.row-panel-sticky > .wpb_column,
.content-panel-sticky > .wpb_column {
  width: 22.3%;
}

.main-panel-content {
  margin-top: 84px;
}

.vc_row.listing-functies {
  position: sticky;
  top: 30px;
  background-color: #fff;
  z-index: 9;
}

body .main-panel-content h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.22px;
  margin-bottom: 20px !important;
}

.content-panel-sticky {
  padding: 16px 24px;
  margin: 0;
}

.content-panel-sticky:nth-child(even) {
  background-color: #f7fafa;
}

.content-panel-sticky > .wpb_column.wpb_column:not(:first-child) p {
  text-align: center;
  font-weight: 700;
}

.vc_section.banner-single-cases {
  background:
    linear-gradient(180deg, #000 29.16%, #386d71 60.58%, #fff 100%),
    var(--Color-Scheme-1-Background, #fff);
  padding-top: 160px;
}

.wh-banner-cases__author img,
.wh-quotes__author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.wh-banner-cases__subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.wh-banner-cases__packet {
  border-radius: 100px;
  border: 1px solid var(--Opacity-Transparent, rgba(255, 255, 255, 0));
  background: rgba(247, 128, 87, 0.3);
  padding: 4px 10px;
  color: #f78057;
  font-size: 14px;
  font-weight: 500;
}

.wh-banner-cases__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.wh-banner-cases__heading {
  font-size: 52px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.52px;
  margin-bottom: 40px;
  max-width: 720px;
}

.author-wrapper,
.wh-quotes__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wh-quotes__text p {
  font-weight: 500;
  letter-spacing: -0.28px;
  font-size: 28px;
}

.wh-quotes {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 32px;
}

body .section-single-cases {
  overflow: visible !important;
}

.vc_row.content-single-cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sidebar-cases-sticky > .vc_column-inner {
  position: sticky;
  top: 150px;
}

.sidebar-heading strong {
  font-size: 18px;
  opacity: 0.5;
  font-weight: 500;
  margin-bottom: 8px;
}

.inline-row > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.inline-row p {
  margin-top: 0;
}

.sidebar-form > .wpb_column > .vc_column-inner > .wpb_wrapper {
  margin-top: 48px;
  padding-top: 48px !important;
  border-top: 1px solid rgba(13, 12, 12, 0.15);
}

.wh-banner-cases__author-logo,
.wh-quotes__logo-wrap {
  margin-left: -20px;
}

.wh-banner-cases__type {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.13px;
}

.wh-banner-cases__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.wh-banner-cases__author-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.wh-banner-cases__author-position {
  font-size: 14px;
  color: var(--white);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .wh-price-tabs-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 32px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .wh-price-tabs-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 10px 18px;
    font-size: 13px;
  }

  .wh-price-tabs-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
  }

  .wh-price-card {
    padding: 36px 24px 24px;
  }

  .wh-price-card-price {
    font-size: 42px;
  }

  .wh-price-card-period {
    font-size: 16px;
  }
}
