:root {
  --bp-ink: #1f2430;
  --bp-muted: #6f7585;
  --bp-pink: #f74780;
  --bp-green: #14a36f;
  --bp-blue: #C48DD3;
  --bp-soft: #f7f8fc;
}

body {
  color: var(--bp-ink);
}

.desktoplogo img,
.smllogo img,
.login-page-logo img,
.footer-logo {
  width: auto;
  max-width: 230px;
  max-height: 54px;
  object-fit: contain;
}

.smllogo img {
  max-width: 182px;
}

.footer-logo {
  max-width: 220px;
}

.bp-hero-21 {
  overflow: hidden;
  padding-top: 175px;
  padding-bottom: 78px;
  background:
    radial-gradient(circle at 15% 18%, rgba(247, 71, 128, .13), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(48, 87, 213, .13), transparent 30%),
    linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

.bp-hero-21 .hero-21-txt .section-id {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(48, 87, 213, .08);
  color: var(--bp-blue);
  font-weight: 700;
}

.bp-hero-21 .hero-21-txt h2 {
  margin-top: 24px;
}

.bp-hero-form {
  max-width: 620px;
  margin: 36px auto 0;
}

.bp-hero-form .input-group {
  align-items: stretch;
  min-height: 62px;
  padding: 6px;
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(31, 36, 48, .08);
}

.bp-hero-form .form-control {
  height: 50px;
  border: 0;
  box-shadow: none;
  font-size: 16px;
}

.bp-hero-form .btn {
  height: 50px;
  border-radius: 8px;
}

.bp-main-preview,
.bp-page-hero-img,
.cta-11-img img {
  filter: drop-shadow(0 24px 42px rgba(31, 36, 48, .18));
}

.bp-main-preview {
  max-height: 620px;
  border-radius: 8px;
}

.bp-page-hero {
  padding-top: 165px;
  padding-bottom: 70px;
  background:
    radial-gradient(circle at 20% 15%, rgba(20, 163, 111, .1), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(247, 71, 128, .1), transparent 28%),
    linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

.bp-page-hero .hero-txt {
  max-width: 850px;
  margin: 0 auto 42px;
}

.bp-page-hero-img {
  max-height: 380px;
  object-fit: contain;
}

.bp-page-preview {
  max-width: 860px;
  margin: 0 auto;
}

.bp-faq-flat-hero {
  background-image: none !important;
  padding-bottom: 80px;
}

.fbox-5,
.bp-dashboard-card,
.bp-dashboard-shell {
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(31, 36, 48, .06);
}

.fbox-5 {
  height: calc(100% - 40px);
  background: #fff;
}

.brand-logo img {
  max-height: 54px;
  object-fit: contain;
}

.pricing-2-table .pricing-plan-title h6 {
  line-height: 1.35;
  white-space: normal;
}

.bp-pricing-old-price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  min-height: 28px;
  margin-bottom: 8px;
  color: var(--bp-muted);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(247, 71, 128, .75);
}

.pricing-plan .bp-pricing-old-price span {
  color: inherit;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.pricing-plan .bp-pricing-old-price .bp-pricing-old-currency {
  font-size: .95rem;
}

.bp-pricing-current-price {
  min-height: 62px;
}

.pricing-compare .table th,
.pricing-compare .table td {
  vertical-align: middle;
}

.pricing-compare .table tbody td {
  color: var(--bp-muted);
  font-weight: 600;
}

.bp-pricing-compare-label {
  display: block;
}

.bp-pricing-compare-details {
  display: block;
  margin-top: .25rem;
  color: var(--bp-muted);
  font-size: .68rem;
  font-weight: 400;
  line-height: 1.35;
}

.bp-plan-featured {
  border-color: rgba(48, 87, 213, .34);
  box-shadow: 0 22px 48px rgba(48, 87, 213, .16);
  transform: translateY(-10px);
}

.project-details .project-txt p {
  line-height: 1.45;
}

.bp-stat-band {
  background-image:
    linear-gradient(120deg, rgba(22, 26, 46, .86), rgba(48, 87, 213, .78)),
    url("../images/bg-01.jpg");
  background-position: center;
  background-size: cover;
}

.bp-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #f7f8fc 0%, #eef9f5 100%);
}

.bp-dashboard-card {
  height: 100%;
  padding: 24px;
  background: #fff;
}

.bp-dashboard-card span {
  display: block;
  color: var(--bp-muted);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.bp-dashboard-card strong {
  display: block;
  margin-top: 8px;
  color: var(--bp-ink);
  font-size: 34px;
  line-height: 1;
}

.bp-dashboard-shell {
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(48, 87, 213, .08), rgba(20, 163, 111, .08)),
    #fff;
}

.bp-auth-section {
  overflow: hidden;
}

.bp-auth-section .register-form {
  border-radius: 16px;
}

.bp-auth-boxed .register-form form,
.bp-auth-reset .register-form form {
  border-color: rgba(18, 32, 59, .06);
  box-shadow: 0 20px 50px rgba(23, 38, 69, .08);
}

.bp-auth-section .login-page-logo {
  margin-bottom: 34px;
}

.bp-auth-section .login-page-logo img {
  max-width: 260px;
  max-height: 72px;
  padding: 9px 13px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 38, 69, .08);
}

.bp-auth-section .register-form-title h4 {
  color: var(--bp-ink);
}

.bp-auth-section .form-data {
  margin-top: 24px;
  margin-bottom: 22px;
}

.bp-auth-section .form-check-label,
.bp-auth-section .forgot-password,
.bp-auth-section .create-account,
.bp-auth-section .sign-in-footer p {
  color: #626b7f;
}

.bp-auth-section .wrap-input {
  position: relative;
}

.bp-auth-section .wrap-input .btn-show-pass {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #8892a6;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.bp-auth-section .wrap-input .btn-show-pass .eye-pass,
.bp-auth-section .wrap-input .btn-show-pass [class*="flaticon-"]::before,
.bp-auth-section .wrap-input .btn-show-pass [class*="flaticon-"]::after {
  display: block;
  line-height: 1 !important;
}

.bp-auth-section .wrap-input .password {
  padding-right: 55px;
}

.bp-auth-reset {
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 157, 220, .12), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #fff 74%);
}

.bp-auth-reset .register-form form {
  margin: 0;
  padding: 44px 28px 46px;
  background: #fff;
  border: 1px solid rgba(18, 32, 59, .06);
  border-radius: 16px;
}

.bp-auth-reset .reset-password-img img {
  max-height: 430px;
  filter: drop-shadow(0 22px 32px rgba(23, 38, 69, .13));
}

.bp-auth-reset .login-page-logo {
  text-align: left;
  margin-bottom: 26px;
}

.bp-auth-reset .register-form-title {
  text-align: left !important;
}

.bp-auth-reset .reset-password-form .form-control {
  text-align: left;
}

.wsmenu > .wsmenu-list > li > a.active {
  color: var(--bp-blue);
}

@media (min-width: 992px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu {
    box-sizing: border-box;
    max-width: 300px;
    min-width: 300px;
    width: 300px;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li {
    overflow: hidden;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    box-sizing: border-box;
    line-height: 1.35;
    padding: 8px 10px;
    transition: color .25s ease, transform .25s ease, background-color .25s ease;
    white-space: normal;
    width: 100%;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:focus,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a.active {
    padding: 8px 10px;
    transform: translateX(6px);
  }
}

@media (max-width: 991px) {
  .bp-hero-21 {
    padding-top: 140px;
    padding-bottom: 58px;
  }

  .bp-page-hero {
    padding-top: 130px;
  }

  .bp-plan-featured {
    transform: none;
  }
}

@media (max-width: 767px) {
  .desktoplogo img,
  .smllogo img,
  .login-page-logo img,
  .footer-logo {
    max-width: 180px;
  }

  .bp-page-hero .hero-txt {
    margin-bottom: 30px;
  }

  .bp-hero-form .input-group {
    display: block;
    padding: 10px;
  }

  .bp-hero-form .form-control,
  .bp-hero-form .btn {
    width: 100%;
  }

  .bp-hero-form .form-btn {
    display: block;
    margin-top: 8px;
  }

  .bp-dashboard-shell {
    padding: 24px;
  }

  .bp-auth-reset .login-page-logo,
  .bp-auth-reset .register-form-title {
    text-align: center !important;
  }

  .bp-auth-reset .reset-password-img {
    margin-top: 34px;
  }
}
.bp-faq-grid .row {
  row-gap: 36px;
}

.bp-faq-grid .question {
  height: 100%;
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .bp-faq-grid .row {
    row-gap: 30px;
  }
}
.bp-auth-client-alert {
  margin-bottom: 22px;
}

.bp-auth-section .form-control.bp-auth-field-error {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .12);
}


.bp-customer-dashboard {
  background: #f7f8fc;
}

.bp-dashboard-panel {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(31, 36, 48, .06);
}

.bp-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.bp-panel-heading h3,
.bp-dashboard-panel h3 {
  margin-bottom: 8px;
}

.bp-plan-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bp-plan-choice {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(31, 36, 48, .1);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bp-plan-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bp-plan-choice.is-selected {
  border-color: rgba(48, 87, 213, .7);
  box-shadow: 0 16px 32px rgba(48, 87, 213, .12);
  transform: translateY(-2px);
}

.bp-plan-choice-title,
.bp-plan-choice-price,
.bp-plan-choice-features em {
  display: block;
}

.bp-plan-choice-title {
  color: var(--bp-ink);
  font-weight: 800;
}

.bp-plan-choice-badge {
  display: inline-flex;
  margin-top: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(247, 71, 128, .12);
  color: var(--bp-pink);
  font-size: 12px;
  font-weight: 800;
}

.bp-plan-choice-price {
  margin-top: 14px;
  color: var(--bp-blue);
  font-size: 24px;
  font-weight: 800;
}

.bp-plan-choice-features {
  margin-top: 12px;
}

.bp-plan-choice-features em {
  color: var(--bp-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.bp-field-label {
  display: block;
  margin-bottom: 8px;
  color: var(--bp-ink);
  font-weight: 700;
}

.bp-credit-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(48, 87, 213, .09), rgba(20, 163, 111, .09));
}

.bp-credit-panel span,
.bp-account-summary span {
  display: block;
  color: var(--bp-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.bp-credit-panel strong,
.bp-account-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--bp-ink);
  font-size: 20px;
}

.bp-credit-panel p {
  margin: 7px 0 0;
  color: var(--bp-muted);
  line-height: 1.45;
}

.bp-account-summary {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 8px;
  background: #f9fbff;
}

.bp-password-form {
  display: grid;
  gap: 12px;
}

.bp-project-table code,
.bp-dashboard-panel code {
  color: #29364e;
  background: #f1f4fb;
  border-radius: 6px;
  padding: 4px 7px;
}

.bp-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2f7;
  color: #465066;
  font-size: 12px;
  font-weight: 800;
}

.bp-status-active,
.bp-status-paid,
.bp-status-trial {
  background: rgba(20, 163, 111, .12);
  color: #10724f;
}

.bp-status-expiring,
.bp-status-grace,
.bp-status-pending {
  background: rgba(245, 158, 11, .14);
  color: #9a5b00;
}

.bp-status-blocked,
.bp-status-expired,
.bp-status-failed,
.bp-status-suspended {
  background: rgba(220, 53, 69, .12);
  color: #a51d2a;
}

.bp-renew-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 320px;
}

.bp-renew-form .form-select {
  max-width: 210px;
}


@media (min-width: 992px) {
    .rotate-img {
        transition: transform 0.15s ease-out;
        transform-style: preserve-3d;
        will-change: transform;
    }
}

@media (max-width: 991px) {
  .bp-plan-choice-grid {
    grid-template-columns: 1fr;
  }

  .bp-credit-panel,
  .bp-renew-form {
    align-items: stretch;
    flex-direction: column;
  }

  .bp-renew-form {
    min-width: 0;
  }

  .bp-renew-form .form-select {
    max-width: none;
  }
}

/* Customer dashboard responsive layout */
.bp-customer-dashboard {
  min-height: 100vh;
  padding: 100px 0 72px;
}

.bp-checkout-fields {
  row-gap: 16px;
}

.bp-responsive-table td::before {
  display: none;
}

@media (max-width: 991.98px) {
  .bp-customer-dashboard {
    padding-top: 84px;
  }

  .bp-dashboard-panel {
    padding: 24px;
  }

  .bp-credit-panel .btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .bp-customer-dashboard {
    padding: 70px 0 44px;
  }

  .bp-customer-dashboard .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bp-dashboard-card {
    padding: 16px;
  }

  .bp-dashboard-card span {
    font-size: 11px;
    line-height: 1.35;
  }

  .bp-dashboard-card strong {
    font-size: 25px;
  }

  .bp-dashboard-panel {
    height: auto;
    padding: 20px 16px;
  }

  .bp-dashboard-panel h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .bp-plan-choice {
    padding: 16px;
  }

  .bp-plan-choice-price {
    font-size: 21px;
  }

  .bp-credit-panel {
    padding: 16px;
  }

  .bp-credit-panel strong {
    font-size: 18px;
  }

  .bp-customer-dashboard .table-responsive {
    overflow: visible;
  }

  .bp-responsive-table,
  .bp-responsive-table tbody,
  .bp-responsive-table tr,
  .bp-responsive-table td {
    display: block;
    width: 100%;
  }

  .bp-responsive-table thead {
    display: none;
  }

  .bp-responsive-table {
    margin-bottom: 0;
  }

  .bp-responsive-table tbody tr {
    background: #fff;
    border: 1px solid rgba(31, 36, 48, .1);
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .bp-responsive-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .bp-responsive-table tbody td {
    align-items: start;
    border-bottom: 1px solid rgba(31, 36, 48, .08);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
    padding: 12px 14px;
    text-align: right !important;
  }

  .bp-responsive-table tbody td:last-child {
    border-bottom: 0;
  }

  .bp-responsive-table tbody td::before {
    color: var(--bp-muted);
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    text-transform: uppercase;
  }

  .bp-responsive-table tbody td > * {
    min-width: 0;
  }

  .bp-responsive-table code {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .bp-responsive-table .bp-renew-form {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    justify-self: stretch;
    width: 100%;
  }

  .bp-responsive-table .bp-renew-form .btn,
  .bp-password-form .btn {
    width: 100%;
  }
}

@media (max-width: 399.98px) {
  .bp-dashboard-card {
    min-height: 112px;
  }

  .bp-responsive-table tbody td {
    grid-template-columns: 1fr;
    text-align: left !important;
  }
}

.cookie.bp-cookie-notice {
  align-items: center;
  background-color: rgba(24, 24, 24, .8);
  border-radius: 10px;
  bottom: 10px;
  color: #fff;
  display: flex;
  font-size: .8rem;
  gap: 18px;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  padding: 10px 20px;
  position: fixed;
  right: 0;
  width: calc(70% - 30px);
  z-index: 9999;
}

.bp-cookie-notice-text {
  line-height: 1.55;
}

.bp-cookie-notice a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.bp-cookie-notice-btn {
  background: #fff;
  border: 0;
  border-radius: 8px;
  color: var(--bp-ink);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 14px;
}

.bp-whatsapp-pill {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 16px 42px rgba(31, 36, 48, .18);
  color: #14251c;
  display: inline-flex;
  gap: 10px;
  min-height: 52px;
  padding: 9px 18px 9px 10px;
  position: fixed;
  right: 22px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  z-index: 10000;
}

.bp-whatsapp-pill:hover,
.bp-whatsapp-pill:focus {
  border-color: rgba(37, 211, 102, .45);
  box-shadow: 0 20px 50px rgba(31, 36, 48, .24);
  color: #14251c;
  text-decoration: none;
  transform: translateY(-2px);
}

.bp-whatsapp-pill-icon {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.bp-whatsapp-pill-icon .ti {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.bp-whatsapp-pill-text {
  color: var(--bp-ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.bp-cookie-policy-subsection {
  margin-top: 24px;
}

.bp-cookie-policy-subsection h6 {
  color: var(--bp-ink);
  margin-bottom: 14px;
}

.bp-policy-updated {
  margin-top: 42px;
}

.bp-about-copy {
  text-align: left;
}

.bp-about-copy h2 {
  text-align: center;
}

.bp-contact-section {
  padding-bottom: 90px;
}

.bp-contact-form-holder,
.bp-contact-info {
  background: #fff;
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(31, 36, 48, .07);
}

.bp-contact-form-holder {
  padding: 34px;
}

.bp-contact-form .col-md-6,
.bp-contact-form .col-md-12 {
  margin-bottom: 22px;
}

.bp-contact-form p {
  color: var(--bp-ink);
  font-weight: 700;
  margin-bottom: 4px;
}

.bp-contact-form span {
  color: var(--bp-muted);
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.bp-contact-form .form-control,
.bp-contact-form .form-select {
  border-color: rgba(31, 36, 48, .12);
  border-radius: 8px;
  min-height: 54px;
}

.bp-contact-form textarea.form-control {
  min-height: 150px;
}

.bp-contact-info {
  padding: 30px;
}

.bp-contact-info p {
  color: var(--bp-muted);
  line-height: 1.65;
}

.bp-contact-info-item {
  border-top: 1px solid rgba(31, 36, 48, .08);
  margin-top: 20px;
  padding-top: 18px;
}

.bp-contact-info-item span {
  color: var(--bp-muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.bp-contact-info-item a,
.bp-contact-info-item strong {
  color: var(--bp-ink);
  font-size: 17px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.bp-blog-card-excerpt {
  color: var(--bp-muted);
  line-height: 1.55;
}

.bp-blog-empty {
  background: #fff;
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 8px;
  padding: 34px;
}

.bp-blog-detail-cover img,
.bp-blog-content img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.bp-blog-content {
  color: var(--bp-ink);
  overflow-wrap: anywhere;
}

.bp-blog-content h2,
.bp-blog-content h3,
.bp-blog-content h4,
.bp-blog-content h5,
.bp-blog-content h6 {
  margin-top: 34px;
}

.bp-blog-content ul,
.bp-blog-content ol {
  margin-bottom: 24px;
  padding-left: 24px;
}

.bp-blog-content li {
  color: var(--bp-muted);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 8px;
}

.bp-blog-content blockquote {
  border-left: 4px solid var(--bp-pink);
  margin: 30px 0;
  padding: 8px 0 8px 22px;
}

.bp-hero-subtitle {
  color: var(--bp-muted);
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.bp-feature-detail-image {
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 36, 48, .1);
}

.bp-feature-detail-card {
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 8px;
  height: calc(100% - 40px);
  padding: 28px;
}

.bp-feature-detail-note {
  background: #fff;
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 8px;
  height: 100%;
  padding: 28px;
}

.bp-feature-detail-note p,
.bp-feature-detail-card p,
.bp-feature-related-text {
  color: var(--bp-muted);
}

.bp-feature-detail-list strong {
  color: var(--bp-ink);
}

.bp-feature-related-link {
  background: #fff;
  border: 1px solid rgba(31, 36, 48, .08);
  border-radius: 8px;
  display: block;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 26px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bp-feature-related-link:hover {
  border-color: rgba(86, 92, 255, .28);
  box-shadow: 0 16px 36px rgba(31, 36, 48, .08);
  transform: translateY(-2px);
}

.bp-feature-related-title,
.bp-feature-related-text {
  display: block;
}

.bp-feature-related-title {
  color: var(--bp-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.bp-feature-related-text {
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .cookie.bp-cookie-notice {
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 30px);
  }

  .bp-cookie-notice-btn {
    width: 100%;
  }

  .bp-whatsapp-pill {
    bottom: 18px;
    height: 54px;
    justify-content: center;
    min-height: 54px;
    padding: 0;
    right: 16px;
    width: 54px;
  }

  .bp-whatsapp-pill-icon {
    height: 38px;
    width: 38px;
  }

  .bp-whatsapp-pill-text {
    display: none;
  }

  .bp-contact-form-holder,
  .bp-contact-info {
    padding: 24px;
  }

  .bp-contact-info {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .bp-whatsapp-pill {
    bottom: 104px;
  }
}
