/* Custom theme overrides */

:root {
  --voigo-blue: #2191bf;
  --voigo-blue-dark: #1e5799;
  --voigo-light-blue: #f6fbff;
  --voigo-border-blue: #d7ebf8;
}

/* General */
.grey-icon {
  color: #666;
}

.btn-voigo-blue {
  background-color: #007BFF !important;
}

.container-new {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}

.container-new table {
    width: 100%;
    display: block;
    overflow-x: auto;
}

.container-new pre,
.container-new code {
    white-space: pre-wrap;
    word-break: break-word;
}

.sales-link-1 {
  font-size: 18px;
  color: var(--voigo-blue);
  text-decoration: underline;
  font-weight: 700;
}

#sms-features {
  scroll-margin-top: 200px;
}

/* =========================
   COOKIE CONSENT
========================= */

#cookie-banner {
    position: fixed !important;
    left: 20px;
    right: 20px;
    bottom: 20px !important;
    max-width: 720px;
    margin: 0 auto;
    background: rgba(18,18,18,0.96);
    color: #ffffff;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.30);
    z-index: 999999;
    backdrop-filter: blur(8px);
    display: none;
}

#cookie-banner .cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#cookie-banner .cookie-text {
    font-size: 14px;
    line-height: 1.5;
}

#cookie-banner .cookie-text a {
    color: #4dcdff;
    text-decoration: none;
}

#cookie-banner .cookie-text a:hover {
    text-decoration: underline;
}

#cookie-banner .cookie-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

#cookie-banner button {
    border: 0;
    border-radius: 8px;
    padding: 10px 16px;

    cursor: pointer;

    font-size: 13px;
    font-weight: 600;

    transition: all 0.2s ease;
}

#cookie-accept {
    background: #2b8eff;
    color: #ffffff;
}

#cookie-accept:hover {
    background: #1d7df0;
}

#cookie-decline {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
}

#cookie-decline:hover {
    background: rgba(255,255,255,0.15);
}

@media (max-width: 768px) {

    #cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px !important;

        padding: 16px;
    }

    #cookie-banner .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    #cookie-banner .cookie-actions {
        width: 100%;
    }

    #cookie-banner button {
        flex: 1;
    }

}

.voigo-popup-overlay {
    position: fixed !important;
    inset: 0;
    background: rgba(10,20,30,0.55);
    z-index: 999998;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.voigo-popup-overlay.voigo-popup-active {
    display: flex !important;
}

.voigo-popup-overlay.voigo-popup-visible {
    opacity: 1;
    visibility: visible;
}

.voigo-popup-box {
  border-radius: 14px;
  background-color: white;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.60s ease, transform 0.60s ease;
  box-shadow:
    0 20px 50px rgba(0,0,0,0.35),
    0 40px 100px rgba(0,0,0,0.45);
}

.voigo-popup-overlay.voigo-popup-visible .voigo-popup-box {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.voigo-popup-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: 0;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    transition: all 0.2s ease;
}

.voigo-popup-close i {
    font-size: 18px;
    line-height: 1;
}

.voigo-popup-close:hover {
    transform: scale(1.06);
    background: #f5f5f5;
}

.voigo-popup-kicker {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2b8eff;
    font-weight: 700;
    margin-bottom: 8px;
}

.voigo-popup-content h2 {
    margin-bottom: 12px;
}

.voigo-popup-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.voigo-popup-actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.voigo-popup-primary,
.voigo-popup-secondary {
    display: inline-block;
    padding: 11px 18px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

.voigo-popup-primary {
    background: #2b8eff;
    color: #fff;
}

.voigo-popup-secondary {
    background: #f1f5f9;
    color: #222;
}

@media (max-width: 576px) {
    .voigo-popup-box {
        padding: 28px 22px;
    }

    .voigo-popup-actions {
        flex-direction: column;
    }

    .voigo-popup-primary,
    .voigo-popup-secondary {
        text-align: center;
    }
}

.voigo-popup-image-layout {
    text-align: center;
}

.voigo-popup-image {
    width: auto;
    max-width: 100%;
    height: auto;

    display: block;

    border-radius: 14px;

    margin: 0 auto 18px auto;
}

.voigo-popup-box {
    max-width: 700px;
    padding: 24px;
}

@media (max-width: 576px) {
    .voigo-popup-box {
        padding: 16px;
        max-width: 94vw;
    }

    .voigo-popup-image {
        border-radius: 10px;
    }
}

/* Top Header */
.top-header {
  width: 100%;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 14px;
}

.top-header .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.top-header-links {
  display: flex;
}

.top-header-links a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 5px 12px;
  transition: background 0.3s;
}

.top-header-links a:hover {
  background: #333;
}

/* Plan Parent Tabs */
.pricing-parent-tabs {
  border-bottom: 0;
  gap: 10px;
  padding: 0 15px;
  margin-bottom: 35px;
}

.pricing-parent-tabs .nav-item {
  margin: 0;
}

.pricing-parent-tabs .nav-link {
  border: 1px solid #d9e3ea;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 24px;
  min-width: 175px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.pricing-parent-tabs .nav-link.active,
.pricing-parent-tabs .nav-link:hover {
  background: var(--voigo-light-blue);
  border-color: var(--voigo-blue);
  color: var(--voigo-blue);
}

/* Tab Content */
.tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 1.5rem;
}

/* Icons */
.card-icon-wrapper {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid var(--voigo-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--voigo-blue);
  font-size: 1.5rem;
}

.inline-icon-wrapper {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid var(--voigo-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--voigo-blue);
  font-size: 1rem;
}

.call-us-badge {
  position: relative;
  display: flex;
  align-items: center;
}

.call-us-badge span {
  margin-left: 10px;
}

/* Ribbon */
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
  position: absolute;
  top: 19px;
  right: -21px;
  background-color: #1e90ff;
}

.ribbon span::before,
.ribbon span::after {
  content: '';
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
}

.ribbon span::before {
  left: 0;
  border-left: 3px solid var(--voigo-blue-dark);
  border-right: 3px solid transparent;
  border-top: 3px solid var(--voigo-blue-dark);
}

.ribbon span::after {
  right: 0;
  border-right: 3px solid var(--voigo-blue-dark);
  border-left: 3px solid transparent;
  border-top: 3px solid var(--voigo-blue-dark);
}

/* Pricing Cards */
.plans-section {
  position: relative;
  padding: 4rem 2rem;
}

.card-style6 .card-body {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* Feature Tables */
.feature-table,
.features-table {
  font-size: 14px;
}

.feature-table tbody td:first-child {
  padding-left: 10px;
}

.features-table .table-light th {
  border: none;
  background: none;
}

.feature-sub-title {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
}

.features-table-wrap {
  /* border: 1px solid var(--voigo-blue); */
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}

/* Tooltips */
.tooltip.feature-tip .tooltip-inner {
  background-color: #f1f1f1;
  color: #333;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 12px;
  text-align: left;
  max-width: 250px;
}

.tooltip.feature-tip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #f5f5f5;
  box-shadow: 1px 0 0 0 #999;
}

/* Support Footer Area */
.support_container {
  margin-top: 20px;
}

.support_title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.support_text {
  font-weight: bold;
  color: #fff;
}

.support_contact {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.support_contact a {
  color: #fff;
  text-decoration: underline;
}

.support_contact a:hover {
  color: #e0e0e0;
}

/* Mobile */
@media (max-width: 767px) {

  /* Top Header */
  .top-header {
    height: auto;
  }

  .top-header .container {
    justify-content: space-between;
    padding: 0;
  }

  .top-header-links {
    flex: 1;
  }

  .top-header-links a {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    padding: 8px 6px;
  }

  .top-header-links:last-child {
    display: none;
  }

  /* Parent Tabs */
  .pricing-parent-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 15px;
    margin-bottom: 28px;
  }

  .pricing-parent-tabs .nav-item,
  .pricing-parent-tabs .nav-link {
    width: 100%;
  }

  .pricing-parent-tabs .nav-link {
    min-width: 0;
    font-size: 15px;
    padding: 12px 10px;
    line-height: 1.2;
    white-space: normal;
  }

  .pricing-parent-tabs .nav-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }

  /* Pricing Tab Content */
  #pricingTabsContent {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0;
  }

  #pricingTabsContent .container,
  #pricingTabsContent .container-fluid {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #pricingTabsContent .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #pricingTabsContent .col-md-6,
  #pricingTabsContent .col-lg-4,
  #pricingTabsContent .col-xl-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #pricingTabsContent .card-style6,
  #pricingTabsContent .pricing-card,
  #pricingTabsContent .price-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #pricingTabsContent .card-style6 .card-header,
  #pricingTabsContent .card-style6 .card-body {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  #pricingTabsContent .butn,
  #pricingTabsContent .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* Mobile Feature Tables */
  .features-table-wrap {
    border: 0;
    overflow: visible;
    margin-left: 12px;
    margin-right: 12px;
  }

  .features-table,
  .features-table thead,
  .features-table tbody,
  .features-table th,
  .features-table td,
  .features-table tr {
    display: block;
    width: 100%;
  }

  .features-table thead {
    display: none;
  }

  .features-table tbody tr {
    background: #fff;
    border: 1px solid var(--voigo-border-blue);
    border-radius: 10px;
    margin: 0 0 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
  }

  .features-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    border-bottom: 1px solid #eef3f6;
    text-align: right !important;
    font-size: 14px;
    background: #fff;
  }

  .features-table tbody td:first-child {
    display: block;
    background: var(--voigo-light-blue);
    color: #111;
    font-weight: 700;
    text-align: left !important;
    border-bottom: 1px solid #dfeaf2;
  }

  .features-table tbody td:not(:first-child)::before {
    content: attr(data-label);
    font-weight: 700;
    color: #333;
    text-align: left;
    flex: 1;
  }

  .features-table tbody td > * {
    flex-shrink: 0;
  }

  .features-table tbody td:last-child {
    border-bottom: 0;
  }

  .features-table .fa-check {
    color: #111;
    font-size: 15px;
  }

  .feature-tooltip {
    text-decoration: none;
  }
}

@media (max-width: 767px) {

    #pricingTabsContent .container,
    #pricingTabsContent .container-fluid {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    #pricingTabsContent .col-md-6,
    #pricingTabsContent .col-lg-4,
    #pricingTabsContent .col-xl-4 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    #pricingTabsContent .card-style6,
    #pricingTabsContent .pricing-card,
    #pricingTabsContent .price-card {
        border-radius: 12px;
    }
}