.qb-compare .plans-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -.75rem;
  padding: .5rem .75rem;
}

.qb-compare .plans-table {
  min-width: 1100px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff0;
}

.qb-compare .plans-table thead th {
  position: sticky;
  top: 0;
  z-index: 6;
  background: linear-gradient(180deg,#ffffff,#fbfdff);
  border-bottom: 1px solid rgb(0 0 0 / .06);
  padding: .85rem .9rem;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
}

.qb-compare .plans-table thead th.plan-col {
  text-align: center;
}

.qb-compare .category-row .category-header {
  background: #f6f8fb;
  color: #444;
  padding: .65rem .9rem;
  font-weight: 700;
  border-top: 1px solid rgb(0 0 0 / .04);
}

.qb-compare .plans-table tbody td {
  padding: .65rem .9rem;
  vertical-align: middle;
  border-bottom: 1px solid rgb(0 0 0 / .04);
  color: #222;
  background: #fff;
}

.qb-compare .sticky-col {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 5;
  background: #fff;
}

.qb-compare .category-col {
  min-width: 180px;
  font-weight: 700;
  color: #111;
}

.qb-compare .feature-col {
  min-width: 260px;
  color: #333;
}

.qb-compare .bg-plan-1 {
  background: linear-gradient(180deg,#f8fff8,#ffffff);
  color: #0f5132;
}

.qb-compare .bg-plan-2 {
  background: linear-gradient(180deg,#f0f8ff,#ffffff);
  color: #084298;
}

.qb-compare .bg-plan-3 {
  background: linear-gradient(180deg,#fffdf5,#ffffff);
  color: #7a4100;
}

.qb-compare .bg-plan-4 {
  background: linear-gradient(180deg,#f8f9fb,#ffffff);
  color: #0b1220;
}

.qb-compare .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  stroke-width: 2;
}

.qb-compare .check {
  color: #198754;
}

.qb-compare .cross {
  color: #c92a2a;
}

.qb-compare .plans-table td.text-center {
  text-align: center;
}

.qb-compare .plans-table tbody tr:nth-child(even) td {
  background: #fbfcfd;
}

@media (max-width:991.98px) {
  .qb-compare .plans-table {
    min-width: 1000px;
  }
}

@media (max-width:991.98px) {
  .qb-compare .sticky-col {
    left: 0;
    z-index: 7;
    box-shadow: 6px 0 12px rgb(0 0 0 / .04);
  }
}

@media (max-width:575.98px) {
  .qb-compare .plans-table {
    min-width: 900px;
  }
}

@media (max-width:575.98px) {
  .qb-compare .category-col {
    min-width: 140px;
  }
}

@media (max-width:575.98px) {
  .qb-compare .feature-col {
    min-width: 220px;
  }
}

.qb-compare .plans-table a:focus, .qb-compare .plans-table button:focus, .qb-compare .plans-table td:focus {
  outline: 3px solid rgb(13 110 253 / .15);
  outline-offset: 2px;
}

.qb-compare .plans-table .category-row .category-header {
  position: relative;
  padding-left: 1.25rem;
  padding-right: .9rem;
  display: block;
  overflow: visible;
}

.qb-compare .plans-table .category-row .category-header::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 6px;
  height: calc(100% - 12px);
  width: 8px;
  border-radius: 6px;
  background: linear-gradient(180deg,#34bf49 0%,#0dcaf0 50%,#7a41ff 100%);
  box-shadow: 0 6px 18px rgb(10 20 40 / .06),inset 0 1px 0 rgb(255 255 255 / .22);
  transform-origin: center;
  animation: qbPulseBar 3s linear infinite;
  z-index: 4;
}

@keyframes qbPulseBar {
  0% {
    filter: hue-rotate(0deg) saturate(1);
    transform: translateY(0) scaleY(1);
  }
  50% {
    filter: hue-rotate(15deg) saturate(1.05);
    transform: translateY(-2px) scaleY(1.02);
  }
  100% {
    filter: hue-rotate(0deg) saturate(1);
    transform: translateY(0) scaleY(1);
  }
}

.qb-compare .plans-table .category-row .category-header::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg,#fff0,rgb(255 255 255 / .06));
  clip-path: polygon(0 0,100% 50%,0 100%);
  z-index: 3;
  opacity: .9;
}

.qb-compare .plans-table .category-row .category-header {
  font-size: .95rem;
  letter-spacing: .2px;
  color: #1f2937;
  background: linear-gradient(90deg,rgb(250 251 255 / .9),rgb(248 249 252 / .95));
}

.qb-compare .plans-table tbody tr:hover td {
  transform: translateY(-3px);
  transition: transform 220ms ease,background 220ms ease;
  box-shadow: 0 8px 20px rgb(12 30 60 / .04);
  z-index: 2;
}

.qb-compare .plans-table tbody tr:nth-child(odd) td {
  background: #fff;
}

.qb-compare .plans-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.qb-compare .plans-table tbody td {
  border-bottom: 1px solid rgb(15 23 42 / .04);
}

.qb-compare .plans-table thead th {
  box-shadow: 0 6px 18px rgb(12 30 60 / .04);
}

.qb-compare .sticky-col {
  box-shadow: 6px 0 18px rgb(12 30 60 / .04);
}

@media (max-width:575.98px) {
  .qb-compare .plans-table .category-row .category-header::before {
    left: -12px;
    width: 6px;
    height: calc(100% - 10px);
    border-radius: 5px;
  }
}

@media (max-width:575.98px) {
  .qb-compare .plans-table .category-row .category-header::after {
    left: -7px;
    width: 8px;
    height: 8px;
  }
}

@media (prefers-color-scheme:dark) {
  .qb-compare .plans-table thead th, .qb-compare .plans-table tbody td, .qb-compare .plans-table .category-row .category-header {
    background: #0b1220;
    color: #e6eef8;
  }
}

@media (prefers-color-scheme:dark) {
  .qb-compare .plans-table .category-row .category-header::before {
    filter: brightness(.9);
  }
}

.qb-compare .plans-table .category-row .category-header {
  cursor: pointer;
}

.qb-compare .plans-table .category-row .category-header:active {
  transform: translateY(1px);
  transition: transform 100ms;
}

:root {
  --accent: #06b6d4;
  --accent-600: #0ea5a4;
  --card-bg: #ffffff;
  --muted: #6b7280;
  --radius-lg: 12px;
  --shadow-soft: 0 10px 30px rgba(11, 22, 37, 0.06);
  --shadow-strong: 0 18px 40px rgba(11,22,37,0.10);
  --glass: rgba(255,255,255,0.6);
  --text: #0f172a;
  --badge-text: #ffffff;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text);
  background: linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);
}

.card .badge {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: .35rem .6rem;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgb(2 6 23 / .06);
  color: var(--badge-text)!important;
  background: linear-gradient(90deg,var(--accent-600),var(--accent));
  border: 0;
  transform-origin: right center;
  min-height: 28px;
}

.card .badge.bg-dark {
  background: linear-gradient(90deg,#0f172a,#111827);
}

.card .badge.bg-info {
  background: linear-gradient(90deg,#60a5fa,#3b82f6);
  color: #06234a;
}

.card .badge.bg-primary {
  background: linear-gradient(90deg,#6366f1,#7c3aed);
}

.card .badge {
  max-width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fs-3 {
  display: inline-flex;
  align-items: baseline;
  gap: .5rem;
  font-variant-numeric: tabular-nums;
}

.discount-line {
  color: var(--bs-green);
  font-size: .9rem;
}

.discount-line .text-success {
  color: #15803d;
  font-weight: 700;
}

.form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: .45rem;
  accent-color: var(--accent);
  border-radius: 50%;
  border: 1.5px solid rgb(15 23 42 / .08);
  transition: box-shadow .14s ease,transform .12s ease;
  transform: translateY(-1px);
  background-clip: padding-box;
}

.form-check-input:checked + .form-check-label {
  background: rgb(6 182 212 / .08);
  padding: .25rem .45rem;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgb(6 182 212 / .06);
  color: var(--text);
}

.form-check-label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  padding: .125rem .18rem;
  transition: background .12s ease,color .12s ease;
  border-radius: 8px;
}

@media (max-width:480px) {
  .form-check-input {
    width: 20px;
    height: 20px;
  }
}

.unique-pricing-check {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--accent-600);
  margin-top: 2px;
  opacity: .95;
}

.annual-calc {
  color: var(--muted);
  font-size: .92rem;
}

.form-check-input:focus, .btn-buy:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgb(6 182 212 / .12);
}

.d-flex .card-title {
  min-width: 0;
}

.d-flex .card-title + .badge {
  margin-left: .5rem;
  flex-shrink: 0;
}

.fs-3 {
  line-height: 1;
}

.fs-3 .text-muted {
  line-height: 1;
}

.card .service-list li {
  padding: .45rem 0;
  border-bottom: 1px solid rgb(15 23 42 / .03);
}

.card .service-list li:last-child {
  border-bottom: none;
}

.card .badge {
  display: inline-block;
  padding: .28rem .5rem;
  border-radius: 999px;
  font-size: .72rem;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: middle;
  box-shadow: 0 4px 14px rgb(6 182 212 / .06);
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-check.form-check-inline {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-right: .6rem;
  margin-bottom: .35rem;
  vertical-align: middle;
}

.form-check-input {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  border: 2px solid rgb(11 22 37 / .12);
  background: #fff;
  display: inline-grid;
  place-items: center;
  padding: 0;
  box-sizing: content-box;
  cursor: pointer;
  transition: border-color .12s ease,box-shadow .12s ease,background .12s ease;
  position: relative;
}

.form-check-input::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .12s ease;
  background: linear-gradient(90deg,#35d361,#06b6d4);
  box-shadow: 0 2px 6px rgb(6 182 212 / .22);
}

.form-check-input:checked {
  border-color: #fff0;
  background: rgb(6 182 212 / .06);
}

.form-check-input:checked::after {
  transform: scale(1);
}

.form-check-label {
  display: inline-block;
  margin: 0;
  font-size: .92rem;
  line-height: 1.06;
  color: #0f172a;
  padding: .06rem .18rem;
  border-radius: 6px;
  transition: background .12s ease;
  vertical-align: middle;
}

.form-check-input:checked + .form-check-label, .form-check-input:focus + .form-check-label {
  background: rgb(6 182 212 / .06);
}

@media (max-width:540px) {
  .form-check.form-check-inline {
    gap: .35rem;
    margin-right: .45rem;
  }
}

@media (max-width:540px) {
  .form-check-label {
    font-size: .88rem;
  }
}

#pricingTabs {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#pricingTabs .nav-link, #pricingTabs .tab-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff0;
  color: #374151;
  border: 1px solid #fff0;
  font-weight: 600;
  transition: background .12s ease,color .12s ease,transform .08s ease,box-shadow .12s ease;
}

#pricingTabs .nav-link:hover, #pricingTabs .tab-pill:hover {
  background: rgb(6 182 212 / .06);
  color: #0b7285;
  transform: translateY(-1px);
}

#pricingTabs .nav-link.active, #pricingTabs .tab-pill.active {
  background: var(--tab-active-bg)!important;
  color: #fff!important;
  border-color: rgb(255 255 255 / .08)!important;
  box-shadow: 0 12px 30px rgb(6 182 212 / .14)!important;
  transform: translateY(-2px);
}

#pricing {
  --tab-accent: #0ea5a4;
  --tab-active-bg: linear-gradient(90deg,#0ea5a4,#06b6d4);
  background: #f9fafc;
  padding: 60px 0;
}

.pricing-item.recommended::before {
  content: "Most Popular";
  position: absolute;
  top: 20px;
  right: -38px;
  background: var(--bs-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 25px;
  transform: rotate(45deg);
  box-shadow: 0 12px 30px rgb(6 182 212 / .14);
}

:root {
  --bg: #ffffff;
  --surface: #f9fafc;
  --text: #0f172a;
  --muted: #6b7280;
  --accent: #06b6d4;
  --accent-2: #0ea5a4;
  --radius: 14px;
  --shadow-soft: 0 6px 18px rgba(11,22,37,0.06);
  --shadow-strong: 0 16px 40px rgba(11,22,37,0.12);
  --focus: rgba(6,182,212,0.16);
}

.pricing-item.card {
  background: linear-gradient(180deg,var(--bg),var(--surface));
  border: 1px solid rgb(11 22 37 / .05);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform .2s cubic-bezier(.22,.9,.25,1),box-shadow .25s ease,border-color .15s ease;
  overflow: visible;
  position: relative;
}

.pricing-item.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
  border-color: rgb(11 22 37 / .08);
}

.pricing-item .card-body {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  min-height: 250px;
}

.pricing-item .card-title {
  font-weight: 700;
  color: var(--text);
  font-size: 1.1rem;
  letter-spacing: -.2px;
}

.pricing-item p.text-muted {
  font-size: .95rem;
  color: var(--muted);
  margin-bottom: .4rem;
}

.pricing-item .fs-3.fw-bold {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -.02em;
}

.pricing-item .fs-3.fw-bold span:first-child {
  font-size: 1.6rem;
}

.pricing-item .fs-6.text-muted {
  font-size: .9rem;
  color: var(--muted);
}

.pricing-item .form-check {
  margin-right: 12px;
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.pricing-item .form-check-input {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgb(11 22 37 / .15);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: border-color .12s ease,box-shadow .12s ease,background .12s ease;
}

.pricing-item .form-check-input::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  background: linear-gradient(90deg,var(--accent-2),var(--accent));
  transition: transform .12s ease;
}

.pricing-item .form-check-input:checked {
  border-color: #fff0;
  background: rgb(6 182 212 / .1);
}

.pricing-item .form-check-input:checked::after {
  transform: scale(1);
}

.pricing-item .form-check-label {
  font-size: .92rem;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  padding: .12rem .25rem;
  border-radius: 8px;
  transition: background .12s ease;
}

.pricing-item .form-check-input:checked + .form-check-label {
  background: rgb(6 182 212 / .06);
}

.pricing-item .btn-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.pricing-item .btn-buy {
  background: linear-gradient(90deg,var(--accent-2),var(--accent));
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgb(6 182 212 / .15);
  transition: transform .12s ease,box-shadow .12s ease,filter .12s ease;
}

.pricing-item .btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgb(6 182 212 / .18);
  filter: brightness(.97);
}

.pricing-item .service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.pricing-item .service-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-size: .94rem;
  border-bottom: 1px solid rgb(11 22 37 / .03);
  padding-bottom: 6px;
}

.pricing-item .service-list li:last-child {
  border-bottom: none;
}

.pricing-item .unique-pricing-check {
  color: var(--accent-2);
  min-width: 16px;
  min-height: 16px;
  margin-top: 3px;
  opacity: .95;
}

@media (max-width:640px) {
  .pricing-item .fs-3.fw-bold span:first-child {
    font-size: 1.3rem;
  }
}

@media (max-width:640px) {
  .pricing-item .btn-wrap {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
}

@media (max-width:640px) {
  .pricing-item .btn-buy, .pricing-item .btn-cta {
    width: 100%;
  }
}

@media (max-width:640px) {
  .pricing-item .card-body {
    padding: 1rem;
  }
}

#cartPanel {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 360px;
  max-width: calc(100% - 32px);
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgb(0 0 0 / .12);
  padding: 14px 14px 10px;
  z-index: 1200;
  box-sizing: border-box;
  font-family: 'Lato';
  transition: transform 0.25s ease,opacity 0.25s ease;
}

#cartPanel::-webkit-scrollbar {
  width: 8px;
}

#cartPanel::-webkit-scrollbar-thumb {
  background: rgb(0 0 0 / .15);
  border-radius: 10px;
}

#cartPanel::-webkit-scrollbar-thumb:hover {
  background: rgb(0 0 0 / .25);
}

@media (max-width:480px) {
  #cartPanel {
    top: 8px;
    right: 8px;
    left: 8px;
    width: auto;
    max-height: 72vh;
    border-radius: 10px;
    padding: 12px;
  }
}

#cartPanel .btn {
  margin-left: 6px;
}

#checkoutBtn {
  background: linear-gradient(90deg,#0ea5a4,#06b6d4);
  color: #fff;
  border: none;
  background-size: 200% 200%;
  box-shadow: 0 10px 30px rgb(14 165 164 / .12);
  transition: transform 0.15s ease,box-shadow 0.15s ease,filter 0.15s ease;
}

#checkoutBtn:hover, #checkoutBtn:focus {
  transform: translateY(-2px);
  filter: brightness(.98);
  box-shadow: 0 14px 36px rgb(14 165 164 / .16);
}

#cartSummary {
  font-size: 13px;
  color: #333;
}

#cartSummary .cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid rgb(0 0 0 / .1);
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / .02);
  margin-bottom: 10px;
  transition: background 0.25s ease,transform 0.15s ease;
  position: relative;
}

#cartSummary .cart-item:hover {
  background: #fafafa;
  transform: translateY(-1px);
}

#cartSummary .cart-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -5px;
  height: 1px;
  background: rgb(0 0 0 / .05);
}

#cartSummary .cart-item .meta {
  flex: 1 1 auto;
  min-width: 0;
}

#cartSummary .cart-item .meta .product-title {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  color: #111;
}

#cartSummary .cart-item .meta .meta-line {
  color: #666;
  font-size: 12px;
  margin-bottom: 6px;
}

#cartSummary .cart-item .meta .price-line {
  color: #444;
  font-size: 13px;
}

#cartSummary .cart-item .controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  justify-content: center;
}

.cart-qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
  padding: 0;
  border: 1px solid rgb(0 0 0 / .12);
  background: #fff;
  color: inherit;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.12s ease;
}

.btn-qty:hover {
  border-color: rgb(0 0 0 / .18);
  background: #f4f4f4;
}

.btn-qty:disabled {
  opacity: .6;
  cursor: not-allowed;
  background: #f7f7f7;
}

.btn-qty--minus {
  font-size: 16px;
  padding-top: 0;
}

#cartSummary .btn-remove {
  background: none;
  border: none;
  color: #d33;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
  transition: color 0.12s ease;
}

#cartSummary .btn-remove:hover {
  color: #b22;
}

.price-updated {
  animation: flashPrice 0.4s ease;
}

@keyframes flashPrice {
  0% {
    background-color: #eaf8fb;
  }
  100% {
    background-color: #fff0;
  }
}

.discount-notice {
  position: absolute;
  top: 8px;
  right: 10px;
  background: linear-gradient(90deg,#06b6d4,#0ea5a4);
  color: #fff;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgb(6 182 212 / .08);
  z-index: 6;
}

html {
  scrollbar-gutter: stable;
}

body, html {
  overflow-x: hidden;
}

.pricing-toggle-group {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  margin: 1rem 0;
}

.pricing-option {
  display: flex;
  align-items: center;
  gap: .6rem;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}

.pricing-option input[type="radio"] {
  accent-color: #0dcaf0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.pricing-label {
  background: rgb(13 202 240 / .05);
  border-radius: 12px;
  padding: 4px 10px;
}

.pricing-option input[type="radio"]:checked + .pricing-label {
  background: rgb(13 202 240 / .15);
  font-weight: 600;
}

.unique-pricing-left {
  text-align: left!important;
  min-height: 400px;
}

.phone-highlight {
  color: #28a745;
  font-size: 19px;
  font-weight: 600;
}

#consultationBtn {
  display: inline-block;
  margin-top: 5px;
  background: #fff;
  color: #0a8543;
  padding: 9px 18px;
  border: solid;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s;
}

#consultationBtn:hover {
  background: #28a745;
  color: #fff;
  border: solid;
}

