/* BeoHosting Pricing Design */

/* Pixfort Icon Variables */
:root {
    --pf-icon-color: currentColor;
    --pf-icon-stroke-width: 1.5;
}

.pixfort-icon {
    display: inline-block;
    vertical-align: middle;
    --pf-icon-color: currentColor;
    --pf-icon-stroke-width: 1.5;
}

/* Bootstrap Grid Essentials */
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.bhp-wrapper .container {
    padding: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-4, .col-lg-8, .col-md-4 {
    padding: 0 15px;
}

.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: flex;
    flex-direction: column;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Main Wrapper */
.bhp-wrapper {
    background: transparent !important;
    padding: 36px 22px;
}

.bh-pricing-section {
    display: block;
    background: transparent;
    padding: 60px 0;
}

.bh-pricing-section .bh-pricing-wrapper {
    display: block;
    border: none;
    box-shadow: 0px 1px 16px 0px rgba(7, 51, 81, 0.11);
    background: var(--bhp-neutral, #FFF);
    border-radius: 5px;
    min-height: 600px;
    margin-top: -18px;
    position: relative;
    z-index: 2;
    padding-top: 128px;
    padding-bottom: 42px;
}

.bh-pricing-section .bh-pricing-main {
    display: block;
    padding: 0;
}

.bh-layout-2col .bh-pricing-section .bh-pricing-main {
    padding: 0;
}

/* Left Sidebar */
.bh-pricing-main .bh-pricing-sidebar {
    display: block;
    min-height: auto;
    background: var(--bhp-primary);
    border-radius: 6px 0px 0px 6px;
    margin-right: 0;
    padding: 40px 36px 30px 36px;
}

.bh-pricing-main > .row {
    margin: 0 !important;
}

.bh-pricing-main > .row > [class*="col-"] {
    padding: 0 !important;
}

.bh-pricing-main .bh-pricing-sidebar .bh-sidebar-heading {
    color: #000;
    font-size: 29px;
    font-weight: 300;
    line-height: 28px;
    display: block;
}

.bh-pricing-main .bh-pricing-sidebar .bh-sidebar-question {
    color: #000;
    font-size: 29px;
    font-weight: 300;
    line-height: 28px;
    display: block;
}

.bh-pricing-main .bh-pricing-sidebar .bh-sidebar-heading .bh-label {
    color: #000;
    font-size: 22px;
    display: block;
}

.bh-pricing-main .bh-pricing-sidebar .bh-contact-info {
    display: block;
    padding: 30px 0px 22px 24px;
    position: relative;
}

.bh-pricing-main .bh-pricing-sidebar .bh-contact-info:before {
    display: block;
    width: 17px;
    height: 17px;
    left: 0px;
    top: 38px;
    content: '';
    background: url(../images/ic-contact.png) no-repeat;
    position: absolute;
}

.bh-pricing-main .bh-pricing-sidebar .bh-contact-info span {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.bh-pricing-main .bh-pricing-sidebar .bh-contact-info p {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 14px;
}

.bh-pricing-main .bh-pricing-sidebar .bh-contact-info p a {
    color: #000;
    text-decoration: none;
}

.bh-pricing-main .bh-pricing-sidebar .bh-contact-info p a:hover {
    color: #FFF;
    text-decoration: underline;
}

.bh-btn-order {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    padding: 0px 26px;
    border-radius: 30px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    background: var(--bhp-primary);
    box-shadow: 0px 5px 5px 0px rgba(10, 76, 124, 0.31);
    text-decoration: none;
}

.bh-btn-order:hover {
    background: var(--bhp-primary-700);
    color: #000;
    box-shadow: 0px 0px 5px 0px rgba(10, 76, 124, 0.31);
}

/* Right Side - Pricing Cards */
.bh-pricing-main .bh-pricing-content {
    display: block;
    position: relative;
    margin-left: 0;
    border: 1px solid #fecb3e;
    border-bottom: none;
    padding: 0;
}

.bh-package-card {
    display: block;
    background: #FFF;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    border: 1px solid #fecb3e;
    border-bottom: none;
    height: 100%;
}

.bh-package-card .bh-badge-bestseller {
    background: var(--bhp-bestbuy);
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    border: 1px solid var(--bhp-bestbuy-dark);
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #2f4e64;
    line-height: 26px;
    padding: 0px 0px;
}

.bh-package-card.bh-package-featured {
    margin-left: 0;
    margin-right: 0;
    z-index: 2;
    border: 1px solid #fecb3e;
    border-top: none;
    border-bottom: none;
}

.bh-package-card.bh-package-featured .bh-package-title {
    background: var(--bhp-primary-700);
    border-radius: 0px;
}

.bh-package-card .bh-package-header {
    padding-bottom: 30px;
    min-height: 380px; /* Fixed height to align features across cards */
}

.bh-package-card.bh-package-featured .bh-package-header {
    min-height: 380px; /* Same height even with badge */
}

.bh-package-card .bh-package-title {
    display: block;
    background: var(--bhp-primary);
    padding: 14px 0px;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    top: -55px;
    margin: 0px -1px 0px -1px;
}

.bh-package-card .bh-package-title p {
    margin: 0;
    line-height: 0;
}

.bh-package-card .bh-package-title .bh-package-name {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-right: 34px;
}

.bh-badge-discount-title {
    display: inline-block;
    background: var(--bhp-bh-badge-discount);
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 14px;
    text-transform: none;
}

.bh-package-card .bh-package-icon {
    display: block;
    height: 220px;
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: -55px;
}

.bh-package-card .bh-package-icon img,
.bh-package-card .bh-package-icon span,
.bh-package-card .bh-package-icon svg {
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 240px;
    line-height: 220px;
}

.bh-package-card .bh-package-icon img {
    width: 200px;
    height: 200px;
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
}

.bh-package-card .bh-package-icon svg.pixfort-icon {
    width: 200px;
    height: 200px;
}

.bh-package-card .bh-package-price {
    display: block;
    padding: 0px 0px 30px 0px;
}

.bh-package-card .bh-package-price .bh-price-amount {
    color: #000;
    font-size: 44px;
    font-weight: 700;
}

.bh-package-card .bh-package-price .bh-price-currency {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-left: 4px;
}

.bh-package-card .bh-package-price .bh-text {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.bh-package-card .bh-package-price .bh-badge-discount {
    display: inline-block;
    background: var(--bhp-bh-badge-discount);
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.bh-package-card .bh-package-price .bh-price-regular {
    margin: 0 0 4px 0;
    padding: 0;
}

.bh-package-card .bh-package-price .bh-price-regular del {
    color: #95a5b5;
    font-size: 24px;
    font-weight: 600;
    text-decoration: line-through;
}

.bh-package-card .bh-btn-order {
    padding: 0px 53px;
}

/* Features in Cards */
.bh-package-card .bh-package-features {
    display: block;
    background: #fefcdd;
    text-align: left;
    padding: 0;
}

.bh-package-card .bh-package-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-package-card .bh-package-features ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 14px 10px 14px 70px;
    border-top: 0.5px solid rgba(254, 203, 62, 0.5);
    transition: box-shadow ease 0.2s;
    height: 62px; /* EXACT fixed height for perfect alignment */
    box-sizing: border-box;
    background: #fefcdd;
}

.bh-package-card .bh-package-features ul li:first-child {
    border-top: none;
}

.bh-package-card .bh-package-features ul li:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

/* Highlighted feature styling */
.bh-package-card .bh-package-features ul li.bhp-feature-highlighted {
    background: #fecb3e;
    border-left: 4px solid var(--bhp-accent, #fecb3e);
    padding-left: 66px; /* Adjust for border */
}

.bh-package-card .bh-package-features ul li.bhp-feature-highlighted .bh-label,
.bh-package-card .bh-package-features ul li.bhp-feature-highlighted p.bh-label {
    color: #000;
    font-weight: 600;
}

.bh-package-card .bh-package-features ul li.bhp-feature-highlighted .bh-feature-icon {
    opacity: 1;
    filter: none;
}

.bh-package-card .bh-package-features ul li.bhp-feature-highlighted:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    background: #fecb3e;
}

.bh-package-card .bh-package-features ul li:hover .bh-tooltip-popup {
    display: block;
}

.bh-package-card .bh-package-features ul li .bh-tooltip-popup {
    position: absolute;
    display: none;
    top: 68px;
    left: 38px;
    width: 300px;
    background: #fefcdd;
    border-radius: 5px;
    border: 1px solid #fecb3e;
    padding: 20px 18px 20px 100px;
    z-index: 4;
}

.bh-package-card .bh-package-features ul li .bh-tooltip-popup:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fecb3e transparent;
    left: 0;
    right: 0;
    top: -20px;
}

.bh-package-card .bh-package-features ul li .bh-tooltip-popup:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fefcdd transparent;
    left: 0;
    right: 0;
    top: -19px;
}

.bh-package-card .bh-package-features ul li .bh-tooltip-popup .bh-tooltip-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 60px;
    height: 60px;
}

.bh-package-card .bh-package-features ul li .bh-tooltip-popup .bh-tooltip-icon img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 58px;
}

.bh-package-card .bh-package-features ul li .bh-tooltip-popup .bh-tooltip-icon svg.pixfort-icon {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 58px;
    max-width: 58px;
    max-height: 58px;
}

.bh-package-card .bh-package-features ul li .bh-tooltip-popup .bh-tooltip-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

.bh-package-card .bh-package-features ul li .bh-tooltip-popup p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.bh-package-card .bh-package-features ul li p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    color: #000;
}

.bh-package-card .bh-package-features ul li p.bh-label {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    color: #000;
}

.bh-package-card .bh-package-features ul li span.bh-label {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 18px;
    display: block;
}

.bh-package-card .bh-package-features ul li .bh-feature-icon {
    width: 34px;
    height: 34px;
    left: 18px;
    top: 14px;
    content: '';
    position: absolute;
    display: block;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}

.bh-package-card .bh-package-features ul li .bh-feature-icon img,
.bh-package-card .bh-package-features ul li .bh-feature-icon span,
.bh-package-card .bh-package-features ul li .bh-feature-icon svg {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 32px;
    max-height: 32px;
    font-size: 32px;
}

/* Sticky Fixed Header */
.bh-sticky-bar {
    transition: all ease 0.2s;
    transform: translate(0px, -300px);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999 !important;
    background: #000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 0;
}

.bh-sticky-bar.bh-sticky-active {
    transform: translate(0px, 0px);
}

.bh-sticky-bar .bh-sticky-logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
}

.bh-sticky-bar .bh-sticky-logo img {
    height: 30px;
    width: auto;
}

.bh-sticky-bar .container {
    padding: 0 32px;
    margin: 0 auto;
}

.bh-sticky-bar .row {
    margin: 0;
}

.bh-sticky-bar .bh-sticky-empty {
    visibility: hidden;
    height: 1px;
}

.bh-sticky-bar .bh-sticky-cards {
    padding: 5px 0;
}

.bh-sticky-bar .bh-sticky-cards > .row {
    margin: 0;
}

.bh-sticky-bar .bh-sticky-package {
    background: var(--bhp-primary);
    text-align: center;
    padding: 5px 4px;
    border-radius: 2px;
}

.bh-sticky-bar .bh-sticky-package.bh-optimum {
    background: var(--bhp-primary-700);
}

.bh-sticky-bar .bh-sticky-package .bh-sticky-name {
    color: #000;
    font-size: 15px;
    margin: 0 0 1px 0;
    font-weight: 600;
    line-height: 1.2;
}

.bh-sticky-bar .bh-sticky-package .bh-sticky-price {
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 21px;
    line-height: 1.1;
}

.bh-sticky-bar .bh-sticky-package .bh-sticky-price .bh-price-currency {
    font-size: 14px;
    font-weight: 700;
    margin-left: 2px;
    color: #000;
}

.bh-sticky-bar .bh-sticky-package .bh-package-price {
    padding: 1px 0px;
}

.bh-sticky-bar .bh-sticky-package .bh-package-price .bh-badge-discount {
    display: inline-block;
    background: var(--bhp-bh-badge-discount);
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
    margin-bottom: 4px;
}

.bh-sticky-bar .bh-sticky-package .bh-package-price .bh-price-regular {
    margin: 0 0 2px 0;
    padding: 0;
}

.bh-sticky-bar .bh-sticky-package .bh-package-price .bh-price-regular del {
    color: #95a5b5;
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
}

.bh-sticky-bar .bh-sticky-package p {
    margin: 3px 0 0 0;
    line-height: 1;
}

.bh-sticky-bar .bh-sticky-package .bh-btn-order {
    background: #FFF;
    color: #000;
    box-shadow: 0px 2px 4px 0px rgba(49, 50, 51, 0.3);
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.bh-sticky-bar .bh-sticky-package .bh-btn-order:hover {
    box-shadow: 0px 0px 7px 0px rgba(49, 50, 51, 0.4);
}

/* Custom Width System for Precise Alignment */

/* 2-Package Layout */
.bh-layout-2col .bh-pricing-main > .row {
    margin: 0 !important;
}

.bh-layout-2col .bh-pricing-main > .row > .col-lg-4 {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    padding: 0 !important;
}

.bh-layout-2col .bh-pricing-main > .row > .col-lg-8 {
    flex: 0 0 66.667% !important;
    max-width: 66.667% !important;
    padding: 0 !important;
}

.bh-layout-2col .bh-pricing-main .bh-pricing-sidebar {
    margin-right: 0 !important;
    border-radius: 6px 0 0 6px;
}

.bh-layout-2col .bh-pricing-main .bh-pricing-content {
    margin-left: 0 !important;
    padding: 0 !important;
    border: 1px solid #fecb3e;
    border-bottom: none;
    box-sizing: border-box;
}

.bh-layout-2col .bh-pricing-main .bh-pricing-content > .row {
    margin: 0 !important;
    width: 100%;
}

.bh-layout-2col .bh-pricing-main .bh-pricing-content .row > .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    padding: 0 !important;
}

.bh-layout-2col .bh-pricing-main .bh-pricing-content .row {
    display: flex !important;
    width: 100%;
    gap: 0;
}

.bh-layout-2col .bh-sticky-bar > .container > .row {
    margin: 0 !important;
}

.bh-layout-2col .bh-sticky-bar > .container > .row > .col-lg-4 {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    padding: 0 !important;
}

.bh-layout-2col .bh-sticky-bar > .container > .row > .col-lg-8 {
    flex: 0 0 66.667% !important;
    max-width: 66.667% !important;
    padding: 0 !important;
}

.bh-layout-2col .bh-sticky-bar .bh-sticky-cards {
    padding: 5px 0 !important;
}

.bh-layout-2col .bh-sticky-bar .bh-sticky-cards > .row {
    margin: 0 !important;
}

.bh-layout-2col .bh-sticky-bar .bh-sticky-cards .row > .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    padding: 0 !important;
}

.bh-layout-2col .bh-sticky-bar .bh-sticky-cards .row {
    display: flex !important;
}

/* 2-package layout: desktop table alignment */
.bh-layout-2col .bh-comparison-table {
    padding: 0;
}

.bh-layout-2col .bh-comparison-table .table {
    table-layout: fixed;
}

.bh-layout-2col .bh-comparison-table .table tr {
    display: table-row;
}

.bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label {
    width: 33.333%;
    padding-left: 36px;
}

.bh-layout-2col .bh-comparison-table .table tr td:not(.bh-feature-label) {
    width: calc((100% - 33.333%) / 2);
}

.bh-layout-2col .bh-comparison-header {
    padding-left: 36px;
    padding-right: 36px;
}

/* Ensure all 2 packages have equal width and centered content */
.bh-layout-2col .bh-package-card {
    width: 100% !important;
    min-height: 100%;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.bh-layout-2col .bh-package-card.bh-package-featured {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.bh-layout-2col .bh-package-card .bh-package-header,
.bh-layout-2col .bh-package-card .bh-package-price,
.bh-layout-2col .bh-package-card .bh-package-title {
    text-align: center !important;
}

.bh-layout-2col .bh-package-card .bh-package-price .bh-price-amount {
    text-align: center !important;
    margin: 0 auto !important;
}

.bh-layout-2col .bh-pricing-main .bh-pricing-content .row > .col-md-6:nth-child(1),
.bh-layout-2col .bh-pricing-main .bh-pricing-content .row > .col-md-6:nth-child(2) {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    min-width: 50% !important;
}

/* 3-Package Layout */
.bh-layout-3col .bh-pricing-main > .row {
    margin: 0 !important;
}

.bh-layout-3col .bh-pricing-main > .row > .col-lg-4 {
    flex: 0 0 29% !important;
    max-width: 29% !important;
    padding: 0 !important;
}

.bh-layout-3col .bh-pricing-main > .row > .col-lg-8 {
    flex: 0 0 71% !important;
    max-width: 71% !important;
    padding: 0 !important;
}

.bh-layout-3col .bh-pricing-main .bh-pricing-sidebar {
    margin-right: 0 !important;
}

.bh-layout-3col .bh-pricing-main .bh-pricing-content {
    margin-left: 0 !important;
    padding: 0 !important;
    border: 1px solid #fecb3e;
    border-bottom: none;
}

.bh-layout-3col .bh-pricing-main .bh-pricing-content > .row {
    margin: 0 !important;
}

.bh-layout-3col .bh-pricing-main .bh-pricing-content .row > .col-md-4 {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    width: 33.333% !important;
    padding: 0 !important;
}

.bh-layout-3col .bh-pricing-main .bh-pricing-content .row {
    display: flex !important;
}

.bh-layout-3col .bh-sticky-bar > .container > .row {
    margin: 0 !important;
}

.bh-layout-3col .bh-sticky-bar > .container > .row > .col-lg-4 {
    flex: 0 0 29% !important;
    max-width: 29% !important;
    padding: 0 !important;
}

.bh-layout-3col .bh-sticky-bar > .container > .row > .col-lg-8 {
    flex: 0 0 71% !important;
    max-width: 71% !important;
    padding: 0 !important;
}

.bh-layout-3col .bh-sticky-bar .bh-sticky-cards {
    padding: 5px 0 !important;
}

.bh-layout-3col .bh-sticky-bar .bh-sticky-cards > .row {
    margin: 0 !important;
}

.bh-layout-3col .bh-sticky-bar .bh-sticky-cards .row > .col-md-4 {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    width: 33.333% !important;
    padding: 0 !important;
}

.bh-layout-3col .bh-sticky-bar .bh-sticky-cards .row {
    display: flex !important;
}

/* 4-Package Layout */
.bh-layout-4col .bh-pricing-main > .row {
    margin: 0 !important;
}

.bh-layout-4col .bh-pricing-main > .row > .col-lg-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding: 0 !important;
}

.bh-layout-4col .bh-pricing-main > .row > .col-lg-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
    padding: 0 !important;
}

.bh-layout-4col .bh-pricing-main .bh-pricing-sidebar {
    margin-right: 0 !important;
}

.bh-layout-4col .bh-pricing-main .bh-pricing-content {
    margin-left: 0 !important;
    padding: 0 !important;
    border: 1px solid #fecb3e;
    border-bottom: none;
}

.bh-layout-4col .bh-pricing-main .bh-pricing-content > .row {
    margin: 0 !important;
}

.bh-layout-4col .bh-pricing-main .bh-pricing-content .row > .col-md-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    padding: 0 !important;
}

.bh-layout-4col .bh-pricing-main .bh-pricing-content .row {
    display: flex !important;
}

.bh-layout-4col .bh-sticky-bar > .container > .row {
    margin: 0 !important;
}

.bh-layout-4col .bh-sticky-bar > .container > .row > .col-lg-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding: 0 !important;
}

.bh-layout-4col .bh-sticky-bar > .container > .row > .col-lg-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
    padding: 0 !important;
}

.bh-layout-4col .bh-sticky-bar .bh-sticky-cards {
    padding: 5px 0 !important;
}

.bh-layout-4col .bh-sticky-bar .bh-sticky-cards > .row {
    margin: 0 !important;
}

.bh-layout-4col .bh-sticky-bar .bh-sticky-cards .row > .col-md-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    padding: 0 !important;
}

.bh-layout-4col .bh-sticky-bar .bh-sticky-cards .row {
    display: flex !important;
}

.bh-layout-4col .bh-comparison-table .table tr td.bh-feature-label {
    width: 25%;
}

.bh-layout-4col .bh-comparison-table .table tr td:not(.bh-feature-label) {
    width: 18.75%;
}

/* Ensure all 4 packages have equal width and centered content */
.bh-layout-4col .bh-package-card {
    width: 100% !important;
    min-height: 100%;
    box-sizing: border-box;
}

.bh-layout-4col .bh-package-card .bh-package-header,
.bh-layout-4col .bh-package-card .bh-package-price,
.bh-layout-4col .bh-package-card .bh-package-title {
    text-align: center !important;
}

.bh-layout-4col .bh-package-card .bh-package-price .bh-price-amount {
    text-align: center !important;
    margin: 0 auto !important;
}

.bh-layout-4col .bh-pricing-main .bh-pricing-content .row > .col-md-3:nth-child(1),
.bh-layout-4col .bh-pricing-main .bh-pricing-content .row > .col-md-3:nth-child(2),
.bh-layout-4col .bh-pricing-main .bh-pricing-content .row > .col-md-3:nth-child(3),
.bh-layout-4col .bh-pricing-main .bh-pricing-content .row > .col-md-3:nth-child(4) {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    min-width: 25% !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablets and smaller desktops (max 1200px) */
@media screen and (max-width: 1200px) {
    .bh-pricing-main .bh-pricing-sidebar {
        min-height: auto;
        margin: 0;
        margin-bottom: 80px;
        background: var(--bhp-primary);
        border-radius: 6px;
    }

    .bh-pricing-section .bh-pricing-wrapper {
        padding-top: 40px;
    }

    .bh-pricing-main .bh-pricing-content {
        margin: 0;
        border: none;
        padding-bottom: 30px;
        padding: 0;
    }

    .bh-package-card .bh-package-title {
        top: -50px;
    }

    .bh-package-card .bh-package-title .bh-package-name {
        font-size: 18px;
    }

    .bh-package-card,
    .bh-package-card.bh-package-featured {
        margin-left: 0;
        margin-right: 0;
    }

    .bh-package-card .bh-package-icon {
        height: 280px;
    }

    .bh-package-card .bh-package-icon img {
        width: 200px;
        height: 200px;
        max-width: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .bh-package-card .bh-package-price {
        padding-bottom: 20px;
    }

    .bh-package-card .bh-package-price .bh-price-amount {
        font-size: 32px;
    }

    .bh-package-card .bh-package-header {
        padding-bottom: 30px;
    }

    .bh-package-card .bh-package-features ul li .bh-tooltip-popup {
        left: 0;
    }

    /* Adjust for package layouts on tablets */
    .bh-layout-2col .bh-pricing-main .bh-pricing-content .row > .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .bh-layout-3col .bh-pricing-main .bh-pricing-content .row > .col-md-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    .bh-layout-4col .bh-pricing-main .bh-pricing-content .row > .col-md-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

/* Tablets portrait and smaller (max 991px) */
@media screen and (max-width: 991px) {
    .bh-pricing-main .bh-pricing-sidebar {
        margin-bottom: 0;
    }

    .bh-package-card {
        margin-top: 80px;
        border: 1px solid #fecb3e;
        border-bottom: 1px solid #fecb3e;
    }

    .bh-package-card.bh-package-featured {
        margin-left: 0;
        margin-right: 0;
        margin-top: 100px;
        border-bottom: 1px solid #fecb3e;
    }

    .bh-package-card .bh-badge-bestseller:before,
    .bh-package-card .bh-badge-bestseller:after {
        display: none;
    }

    /* Hide logo on tablets */
    .bh-sticky-bar .bh-sticky-logo {
        display: none;
    }

    /* Remove white space before yellow background on tablets */
    .bh-sticky-bar .container {
        padding: 0;
    }

    .bh-sticky-bar .bh-sticky-cards {
        padding: 0;
    }

    .bh-sticky-bar .bh-sticky-cards .row {
        margin: 0;
    }

    /* Stack packages vertically on tablets */
    .bh-layout-2col .bh-pricing-main > .row,
    .bh-layout-3col .bh-pricing-main > .row,
    .bh-layout-4col .bh-pricing-main > .row {
        flex-direction: column !important;
    }

    .bh-layout-2col .bh-pricing-main > .row > .col-lg-4,
    .bh-layout-2col .bh-pricing-main > .row > .col-lg-8,
    .bh-layout-3col .bh-pricing-main > .row > .col-lg-4,
    .bh-layout-3col .bh-pricing-main > .row > .col-lg-8,
    .bh-layout-4col .bh-pricing-main > .row > .col-lg-3,
    .bh-layout-4col .bh-pricing-main > .row > .col-lg-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .bh-layout-2col .bh-pricing-main .bh-pricing-content .row > .col-md-6,
    .bh-layout-3col .bh-pricing-main .bh-pricing-content .row > .col-md-4,
    .bh-layout-4col .bh-pricing-main .bh-pricing-content .row > .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* Sticky header adjustments */
    .bh-layout-2col .bh-sticky-bar > .container > .row,
    .bh-layout-3col .bh-sticky-bar > .container > .row,
    .bh-layout-4col .bh-sticky-bar > .container > .row {
        flex-direction: row !important;
    }

    .bh-layout-2col .bh-sticky-bar > .container > .row > .col-lg-4,
    .bh-layout-3col .bh-sticky-bar > .container > .row > .col-lg-4,
    .bh-layout-4col .bh-sticky-bar > .container > .row > .col-lg-3 {
        display: none !important;
    }

    .bh-layout-2col .bh-sticky-bar > .container > .row > .col-lg-8,
    .bh-layout-3col .bh-sticky-bar > .container > .row > .col-lg-8,
    .bh-layout-4col .bh-sticky-bar > .container > .row > .col-lg-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .bh-layout-2col .bh-sticky-bar .bh-sticky-cards .row > .col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    .bh-layout-3col .bh-sticky-bar .bh-sticky-cards .row > .col-md-4 {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        width: 33.333% !important;
    }

    .bh-layout-4col .bh-sticky-bar .bh-sticky-cards .row > .col-md-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
    }
}

/* Mobile phones (max 767px) */
@media screen and (max-width: 767px) {
    .bh-pricing-section .bh-pricing-wrapper {
        padding-top: 20px;
    }

    .bh-pricing-main .bh-pricing-sidebar {
        margin-bottom: 40px;
        padding: 20px;
    }

    .bh-pricing-main .bh-pricing-sidebar .bh-sidebar-heading,
    .bh-pricing-main .bh-pricing-sidebar .bh-sidebar-question {
        font-size: 33px;
        line-height: 36px;
    }

    .bh-pricing-main .bh-pricing-sidebar .bh-sidebar-heading .bh-label {
        font-size: 27px;
    }

    .bh-package-card {
        margin-top: 60px;
    }

    .bh-package-card.bh-package-featured {
        margin-top: 80px;
    }

    .bh-package-card .bh-package-title .bh-package-name {
        font-size: 24px;
    }

    .bh-package-card .bh-package-icon {
        height: 280px;
    }

    .bh-package-card .bh-package-icon img {
        width: 200px;
        height: 200px;
        max-width: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .bh-package-card .bh-package-price .bh-price-amount {
        font-size: 42px;
    }

    .bh-package-card .bh-package-features ul li {
        padding: 10px 10px 10px 60px;
    }

    .bh-package-card .bh-package-features ul li .bh-feature-icon {
        width: 28px;
        height: 28px;
        left: 15px;
    }

    .bh-package-card .bh-package-features ul li .bh-feature-icon img,
    .bh-package-card .bh-package-features ul li .bh-feature-icon span {
        max-width: 26px;
        max-height: 26px;
        font-size: 30px;
    }

    .bh-package-card .bh-package-features ul li span.bh-label {
        font-size: 16.8px; /* 21px * 0.8 = 16.8px - reduced by 20% */
    }

    .bh-package-card .bh-package-features ul li p.bh-label {
        font-size: 13.6px; /* 17px * 0.8 = 13.6px - reduced by 20% */
    }

    /* Sticky header - keep all packages in one row on mobile */
    .bh-layout-2col .bh-sticky-bar .bh-sticky-cards .row > .col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    .bh-layout-3col .bh-sticky-bar .bh-sticky-cards .row > .col-md-4 {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        width: 33.333% !important;
    }

    .bh-layout-4col .bh-sticky-bar .bh-sticky-cards .row > .col-md-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
    }

    .bh-sticky-bar .bh-sticky-package {
        padding: 2px 1px;
    }

    .bh-sticky-bar .bh-sticky-package .bh-package-title .bh-sticky-name {
        font-size: 13.5px; /* 18px * 0.75 = 13.5px - reduced by 25% */
    }

    .bh-sticky-bar .bh-sticky-package .bh-package-price .bh-sticky-price {
        font-size: 20.25px; /* 27px * 0.75 = 20.25px - reduced by 25% */
    }

    .bh-sticky-bar .bh-sticky-package .bh-sticky-price .bh-price-currency {
        font-size: 10.5px; /* 14px * 0.75 = 10.5px - reduced by 25% */
    }

    /* Hide logo on mobile */
    .bh-sticky-bar .bh-sticky-logo {
        display: none;
    }

    /* Remove white space before yellow background on mobile */
    .bh-sticky-bar {
        background: transparent;
        box-shadow: none;
    }

    .bh-sticky-bar .container {
        padding: 0;
    }

    .bh-sticky-bar .bh-sticky-cards {
        padding: 0;
    }

    .bh-sticky-bar .bh-sticky-cards .row {
        margin: 0;
    }

    .bh-sticky-bar .bh-sticky-package .bh-btn-order {
        padding: 4px 8px;
        font-size: 12.75px; /* 17px * 0.75 = 12.75px - reduced by 25% */
    }
}

/* Small mobile phones (max 600px) */
@media screen and (max-width: 600px) {
    .bh-package-card .bh-package-title .bh-package-name {
        font-size: 21px;
        padding-right: 24px;
    }

    .bh-package-card .bh-package-title .bh-package-name:after {
        width: 18px;
        height: 19px;
        background-size: contain;
    }

    .bh-package-card .bh-package-price .bh-price-amount {
        font-size: 36px;
    }

    .bh-package-card .bh-btn-order {
        padding: 0 30px;
        font-size: 18px;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label {
        font-size: 18px;
        padding: 10px 8px;
    }

    .bh-layout-2col .bh-comparison-table .table tr td:not(.bh-feature-label) {
        font-size: 18px;
        padding: 10px 8px;
    }

    .bh-layout-2col .bh-comparison-header .bh-comparison-heading {
        font-size: 21px;
    }

    /* Larger icons for better mobile experience */
    .bh-layout-2col .bh-comparison-table .bh-icon-yes,
    .bh-layout-2col .bh-comparison-table .bh-icon-no {
        width: 20px;
        height: 20px;
        font-size: 17px;
    }

    /* Adjust label icons size */
    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label img {
        width: 100%;
        max-height: 40px;
        height: auto;
        object-fit: contain;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label svg.pixfort-icon {
        max-width: 40px;
        max-height: 40px;
        width: 40px;
        height: 40px;
    }
}

/* Very small phones (max 480px) */
@media screen and (max-width: 480px) {
    .bh-pricing-main .bh-pricing-sidebar .bh-sidebar-heading,
    .bh-pricing-main .bh-pricing-sidebar .bh-sidebar-question {
        font-size: 27px;
    }

    .bh-package-card .bh-package-icon {
        height: 240px;
    }

    .bh-package-card .bh-package-icon img {
        width: 180px;
        height: 180px;
        max-width: 180px;
        max-height: 180px;
        object-fit: contain;
    }

    .bh-package-card .bh-package-features ul li {
        padding: 8px 8px 8px 50px;
    }

    .bh-package-card .bh-package-features ul li .bh-feature-icon {
        width: 24px;
        height: 24px;
        left: 12px;
    }

    .bh-package-card .bh-package-features ul li .bh-feature-icon img,
    .bh-package-card .bh-package-features ul li .bh-feature-icon span {
        max-width: 22px;
        max-height: 22px;
        font-size: 27px;
    }

    .bh-package-card .bh-package-features ul li span.bh-label {
        font-size: 20px;
    }

    .bh-package-card .bh-package-features ul li p.bh-label {
        font-size: 15px;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label {
        font-size: 17px;
        padding: 8px 6px;
        line-height: 1.3;
    }

    .bh-layout-2col .bh-comparison-table .table tr td:not(.bh-feature-label) {
        font-size: 17px;
        padding: 8px 6px;
        line-height: 1.3;
    }

    .bh-layout-2col .bh-comparison-header {
        padding: 16px 20px;
    }

    .bh-layout-2col .bh-comparison-header .bh-comparison-heading {
        font-size: 18px;
    }

    /* Keep icons visible on very small screens */
    .bh-layout-2col .bh-comparison-table .bh-icon-yes,
    .bh-layout-2col .bh-comparison-table .bh-icon-no {
        width: 18px;
        height: 18px;
        font-size: 15px;
    }

    /* Adjust label icons size for very small screens */
    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label img {
        width: 100%;
        max-height: 40px;
        height: auto;
        object-fit: contain;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label svg.pixfort-icon {
        max-width: 40px;
        max-height: 40px;
        width: 40px;
        height: 40px;
    }
}

/* Features Table Section */
.bh-comparison-header {
    display: block;
    padding: 22px 44px;
    background: #fefcdd;
    border: 1px solid #fecb3e;
    border-left: none;
    border-right: none;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.bh-comparison-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(254, 203, 62, 0.15) 25%,
        rgba(254, 203, 62, 0.25) 50%,
        rgba(254, 203, 62, 0.15) 75%,
        transparent 100%);
    animation: dataFlow 3s linear infinite;
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.bh-comparison-header .bh-comparison-heading {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 1;
}

.bh-comparison-table {
    display: block;
    padding: 0;
    margin: 0;
}

.bh-comparison-table .table {
    background: #fefcdd;
    border: 1px solid #fecb3e;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.bh-comparison-table .table,
.bh-comparison-table .table td,
.bh-comparison-table .table th {
    border: none;
}

.bh-comparison-table .table tr td {
    border-right: 1px solid #fecb3e;
    border-bottom: 0.5px solid rgba(254, 203, 62, 0.5);
    width: 23.667%;
    text-align: center;
    padding: 7px 0;
    height: 46px;
    max-height: 46px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    background: #fff;
}


.bh-comparison-table .table tr td.bh-feature-label {
    width: 29%;
    text-align: left;
    padding: 7px 0 7px 44px;
    background: #fefcdd;
    border-left: 1px solid #fecb3e;
    border-right: 1px solid #fecb3e;
    border-bottom: 0.5px solid rgba(254, 203, 62, 0.5);
    color: #000;
    font-weight: 400;
    height: 46px;
    max-height: 46px;
    vertical-align: middle;
}

.bh-comparison-table .table tr td:nth-child(2) {
    border-left: 1px solid #fecb3e;
}

.bh-comparison-table .table tr td:last-child {
    border-right: 1px solid #fecb3e;
}

.bh-comparison-table .table tr td.bh-feature-label img {
    width: 100%;
    max-height: 40px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    object-fit: contain;
}

.bh-comparison-table .table tr td.bh-feature-label svg.pixfort-icon {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.bh-comparison-table .table tr td.bh-feature-label span.bh-feature-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Features Table Hover Tooltips */
.bh-comparison-table .table tr td {
    position: relative;
}

.bh-comparison-table .table tr td:hover .bh-tooltip-popup {
    display: block;
}

.bh-comparison-table .table tr td .bh-tooltip-popup {
    position: absolute;
    display: none;
    top: 100%;
    width: 300px;
    background: #fefcdd;
    border-radius: 5px;
    border: 1px solid #fecb3e;
    padding: 20px 18px 20px 100px;
    z-index: 999;
    margin-top: 10px;
}

.bh-comparison-table .table tr td .bh-tooltip-popup.left {
    left: 0;
}

.bh-comparison-table .table tr td .bh-tooltip-popup.mid {
    left: 50%;
    transform: translateX(-50%);
}

.bh-comparison-table .table tr td .bh-tooltip-popup.right {
    right: 0;
}

.bh-comparison-table .table tr td .bh-tooltip-popup:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fecb3e transparent;
    left: 0;
    right: 0;
    top: -20px;
}

.bh-comparison-table .table tr td .bh-tooltip-popup:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fefcdd transparent;
    left: 0;
    right: 0;
    top: -19px;
}

.bh-comparison-table .table tr td .bh-tooltip-popup .bh-tooltip-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 60px;
    height: 60px;
}

.bh-comparison-table .table tr td .bh-tooltip-popup .bh-tooltip-icon.no-bg {
    background: none;
}

.bh-comparison-table .table tr td .bh-tooltip-popup .bh-tooltip-icon img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: 58px;
}

.bh-comparison-table .table tr td .bh-tooltip-popup .bh-tooltip-icon svg.pixfort-icon {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 58px;
    max-width: 58px;
    max-height: 58px;
}

.bh-comparison-table .table tr td .bh-tooltip-popup .bh-tooltip-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

.bh-comparison-table .table tr td .bh-tooltip-popup p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

/* Included/Excluded Icons */
.bh-comparison-table .bh-icon-yes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fecb3e;
    color: #000;
    font-size: 10px;
    line-height: 18px;
    vertical-align: middle;
}

.bh-comparison-table .bh-icon-yes i {
    font-style: normal;
}

.bh-comparison-table .bh-icon-yes i:before {
    content: "✓";
    font-weight: bold;
}

.bh-comparison-table .bh-icon-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fde1e1;
    color: #d26463;
    font-size: 10px;
    line-height: 18px;
    vertical-align: middle;
}

.bh-comparison-table .bh-icon-no i {
    font-style: normal;
}

.bh-comparison-table .bh-icon-no i:before {
    content: "✗";
    font-weight: bold;
}

.bh-comparison-table .table.bh-comparison-extra {
    display: none;
}

/* View Full / Close Full Buttons */
.bh-btn-expand {
    display: inline-block;
    position: absolute;
    margin: auto;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.bh-btn-expand::after {
    content: " 👇";
}

.bh-btn-expand:hover {
    color: #000;
}

.bh-btn-collapse {
    display: none;
    position: absolute;
    margin: auto;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: var(--bhp-primary);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.bh-btn-collapse:hover {
    color: #333;
}

.bh-btn-collapse i,
.bh-btn-expand i {
    display: inline-block;
}

/* Helper Classes */
.bh-label {
    display: inline-block;
}

.bh-img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.bh-package-uniform {
    /* Marker class for pricing cards */
}

/* Additional BeoHosting Styles */
.bh-pricing-modern .bh-package-card .bh-package-icon {
    height: 280px;
}

.bh-pricing-modern .bh-package-card .bh-package-icon img,
.bh-pricing-modern .bh-package-card .bh-package-icon span,
.bh-pricing-modern .bh-package-card .bh-package-icon svg {
    max-height: 200px;
    margin-top: 0;
    margin-bottom: 0;
    top: 50px;
}

.bh-pricing-modern .bh-package-card .bh-package-icon svg.pixfort-icon {
    width: 200px;
    height: 200px;
    max-width: 200px;
}

/* Remove after decorations if needed */
.bh-package-card .bh-package-title .bh-package-name:after {
    display: none;
}

/* Responsive */
@media screen and (max-width: 1199px) {
    .col-lg-3,
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-8,
    .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-3,
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .col-md-3:last-child,
    .col-md-4:last-child {
        margin-bottom: 0;
    }

    .bh-pricing-main .bh-pricing-sidebar {
        min-height: auto;
        margin: 0;
        margin-bottom: 80px;
        background: var(--bhp-primary);
        border-radius: 6px;
    }

    .bh-pricing-section .bh-pricing-wrapper {
        padding-top: 40px;
    }

    .bh-pricing-main .bh-pricing-content {
        margin: 0px 0px 0px;
        border: none;
        padding-bottom: 30px;
        padding: 0;
    }

    .bh-layout-4col .bh-pricing-main .bh-pricing-sidebar {
        margin-right: 0;
    }

    .bh-layout-4col .bh-pricing-main .bh-pricing-content {
        margin-left: 0;
    }

    .bh-package-card .bh-package-title {
        top: -50px;
    }

    .bh-package-card .bh-package-title .bh-package-name {
        font-size: 18px;
    }

    .bh-comparison-header {
        padding: 16px 22px;
        margin-top: 20px;
    }

    .bh-package-card,
    .bh-package-card.bh-package-featured {
        margin-left: 0;
        margin-right: 0;
    }

    .bh-package-card .bh-package-icon {
        height: 280px;
    }

    .bh-package-card .bh-package-icon img {
        width: 200px;
        height: 200px;
        max-width: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .bh-package-card .bh-package-price {
        padding-bottom: 20px;
    }

    .bh-package-card .bh-package-price .bh-price-amount {
        font-size: 32px;
    }

    .bh-package-card .bh-package-header {
        padding-bottom: 30px;
    }

    .bh-comparison-table .table tr td.bh-feature-label {
        width: 100%;
        display: flex;
        padding: 10px 10px 10px 22px;
        height: 46px;
        max-height: 46px;
        min-height: 46px;
        align-items: center;
    }

    .bh-comparison-table .table tr td {
        font-size: 14px;
        display: inline-block;
        width: 33.32%;
        padding: 10px;
        height: 46px;
        max-height: 46px;
        min-height: 46px;
    }

    .bh-comparison-table .table tr td:nth-child(2) {
        border-left: 1px solid #fecb3e;
    }

    .bh-layout-4col .bh-comparison-table .table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .bh-layout-4col .bh-comparison-table .table tr td {
        width: 25%;
        flex: 0 0 25%;
        box-sizing: border-box;
    }

    .bh-layout-4col .bh-comparison-table .table tr td.bh-feature-label {
        width: 100%;
        flex: 0 0 100%;
    }

    .bh-layout-3col .bh-comparison-table .table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .bh-layout-3col .bh-comparison-table .table tr td {
        width: 33.333%;
        flex: 0 0 33.333%;
        box-sizing: border-box;
    }

    .bh-layout-3col .bh-comparison-table .table tr td.bh-feature-label {
        width: 100%;
        flex: 0 0 100%;
    }

    /* Sticky header uses grid layout - no custom responsive rules needed */
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .bh-layout-2col .bh-comparison-table .table tr {
        display: table-row !important;
    }

    .bh-layout-2col .bh-comparison-table .table tr td {
        display: table-cell !important;
        width: calc((100% - 33.333%) / 2) !important;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label {
        width: 33.333% !important;
        padding-left: 36px;
        display: table-cell !important;
    }

    .bh-layout-2col .bh-comparison-table .table tr td:nth-child(2) {
        border-left: 1px solid #fecb3e !important;
    }
}

@media screen and (max-width: 768px) {
    .bh-pricing-section .bh-pricing-main {
        padding: 0px 15px;
    }

    .bh-pricing-main .bh-pricing-sidebar {
        padding: 30px 20px;
        margin-bottom: 60px;
    }

    .bh-pricing-main .bh-pricing-sidebar .bh-sidebar-heading,
    .bh-pricing-main .bh-pricing-sidebar .bh-sidebar-question {
        font-size: 36px;
    }

    .bh-pricing-main .bh-pricing-content {
        padding: 0;
    }

    .bh-layout-2col .bh-comparison-table .table tr {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label {
        padding-left: 20px;
    }

    .bh-layout-2col .bh-comparison-table .table tr td:not(.bh-feature-label) {
        width: 100% !important;
        font-size: 20px;
        padding: 12px 8px;
        grid-column: auto;
    }

    .bh-layout-2col .bh-comparison-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bh-layout-2col .bh-pricing-section .bh-pricing-main {
        padding: 0 16px;
    }

    /* Adjust icons for tablet screens */
    .bh-layout-2col .bh-comparison-table .bh-icon-yes,
    .bh-layout-2col .bh-comparison-table .bh-icon-no {
        width: 20px;
        height: 20px;
        font-size: 17px;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label img {
        width: 100%;
        max-height: 40px;
        height: auto;
        object-fit: contain;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label svg.pixfort-icon {
        max-width: 40px;
        max-height: 40px;
        width: 40px;
        height: 40px;
    }
}

/* 2-package responsive fixes */
@media screen and (max-width: 1024px) {
    .bh-layout-2col .bh-comparison-table {
        padding-right: 0;
    }

    .bh-layout-2col .bh-comparison-table .table {
        border-left: 1px solid #fecb3e;
        border-right: 1px solid #fecb3e;
        width: 100%;
    }

    .bh-layout-2col .bh-pricing-section .bh-pricing-main {
        padding: 0;
    }

    .bh-layout-2col .bh-comparison-table .table tr {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
        width: 100%;
    }

    .bh-layout-2col .bh-comparison-table .table tr td {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        max-width: none !important;
        padding: 10px;
        height: 46px;
        max-height: 46px;
        min-height: 46px;
        border-right: 1px solid #fecb3e;
        border-bottom: 0.5px solid rgba(254, 203, 62, 0.5);
        background: #fff;
    }

    .bh-layout-2col .bh-comparison-table .table tr td:nth-child(2) {
        border-left: 1px solid #fecb3e;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label {
        grid-column: 1 / -1;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        padding: 10px 24px;
        height: 46px;
        max-height: 46px;
        min-height: 46px;
        border-left: 1px solid #fecb3e;
        border-right: 1px solid #fecb3e;
        border-bottom: 0.5px solid rgba(254, 203, 62, 0.5);
        background: #fefcdd;
    }

    .bh-layout-2col .bh-comparison-table .table tr:first-child td {
        border-top: 1px solid #fecb3e;
    }

    .bh-layout-2col .bh-comparison-table .table tr:first-child td.bh-feature-label {
        border-top: 1px solid #fecb3e;
    }

    .bh-layout-2col .bh-comparison-table .table tr td.bh-feature-label span.bh-feature-title {
        width: 100%;
    }
}

/* ===================================
   BENEFITS SECTION (SIDEBAR)
   =================================== */

.bhp-benefits-wrapper-sidebar {
    margin-top: 20px;
    padding: 0;
}

.bhp-benefits-box {
    background: #FFF;
    border-top: 2px solid #fecb3e;
    border-bottom: 2px solid #fecb3e;
    border-left: 2px solid #fecb3e;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 24px 20px;
    text-align: center;
    margin-right: -2px;
}

.bhp-benefits-title {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 1.4;
}

.bhp-benefits-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 4px;
}

.bhp-benefit {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0px;
    padding: 0 0 18px 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #e3eaf3;
    transition: all 0.3s ease;
    text-align: center;
}

.bhp-benefit:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bhp-benefit:hover {
    transform: translateY(-3px);
}

.bhp-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.bhp-benefit-icon img {
    max-height: 50px;
    width: auto;
    height: auto;
}

.bhp-benefit-icon span,
.bhp-benefit-icon svg {
    font-size: 120px;
    line-height: 1;
    color: var(--bhp-primary);
}

.bhp-benefit-icon svg.pixfort-icon {
    width: 50px;
    height: 50px;
}

.bhp-benefit-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin: 0;
    padding: 0;
}

/* Responsive benefits */
@media screen and (max-width: 991px) {
    .bhp-benefits-wrapper-sidebar {
        margin-top: 25px;
    }

    .bhp-benefits-box {
        padding: 20px 16px;
        margin-right: 0;
        border-right: 2px solid #fecb3e;
        border-radius: 8px;
    }

    .bhp-benefits-title {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .bhp-benefits-sidebar {
        gap: 16px;
    }

    .bhp-benefit {
        gap: 0px;
    }

    .bhp-benefit-icon {
        margin: 0;
        padding: 0;
    }

    .bhp-benefit-icon img {
        max-height: 45px;
    }

    .bhp-benefit-icon span {
        font-size: 100px;
    }

    .bhp-benefit-text {
        font-size: 13px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .bhp-benefits-wrapper-sidebar {
        margin-top: 20px;
    }

    .bhp-benefits-box {
        padding: 18px 14px;
        margin-right: 0;
        border-right: 2px solid #fecb3e;
        border-radius: 8px;
    }

    .bhp-benefits-sidebar {
        gap: 14px;
    }

    .bhp-benefits-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .bhp-benefit {
        gap: 0px;
    }

    .bhp-benefit-icon {
        margin: 0;
        padding: 0;
    }

    .bhp-benefit-icon img {
        max-height: 40px;
    }

    .bhp-benefit-icon span {
        font-size: 120px;
    }

    .bhp-benefit-text {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
}

/* Standout Custom Package Styling */
.bh-package-card.bh-package-special {
    background: var(--bhp-primary);
    border-bottom: 4px solid var(--bhp-bestbuy);
}

.bh-package-card.bh-package-special .bh-package-title {
    background: var(--bhp-primary-700);
    color: #000;
}

.bh-package-card.bh-package-special .bh-package-title h4 {
    color: #000;
}

.bh-package-card.bh-package-special .bh-package-header {
    background: var(--bhp-primary);
}

.bh-package-card.bh-package-special .bh-package-price h3,
.bh-package-card.bh-package-special .bh-package-price p,
.bh-package-card.bh-package-special .bh-package-price .bh-text,
.bh-package-card.bh-package-special .bh-package-price .bh-price-currency {
    color: #000;
}

.bh-package-card.bh-package-special .bh-package-features.bh-same ul li {
    color: #000;
}

.bh-package-card.bh-package-special .bh-package-features.bh-same ul li .bh-label {
    color: #000;
}

.bh-package-card.bh-package-special .bh-btn-order {
    background: var(--bhp-bestbuy);
    border-color: var(--bhp-bestbuy);
}

.bh-package-card.bh-package-special .bh-btn-order:hover {
    background: var(--bhp-bestbuy-dark);
    border-color: var(--bhp-bestbuy-dark);
}

/* Highlighted features in standout package */
.bh-package-card.bh-package-special .bh-package-features.bh-same ul li.bhp-feature-highlighted {
    background: var(--bhp-primary-700);
    border-left: 4px solid var(--bhp-accent, var(--bhp-bestbuy));
}

.bh-package-card.bh-package-special .bh-package-features.bh-same ul li.bhp-feature-highlighted:hover {
    background: var(--bhp-primary);
}

/* Highlighted features in matrix table */
.bh-comparison-table .table tr td.bh-feature-highlighted {
    background: var(--bhp-primary);
    border-bottom: 3px solid var(--bhp-accent, var(--bhp-bestbuy));
    position: relative;
}

.bh-comparison-table .table tr td.bh-feature-highlighted:hover {
    background: var(--bhp-primary-700);
}

/* Tooltip for row labels */
.bh-comparison-table .bh-feature-label {
    position: relative;
}

.bh-comparison-table .bh-feature-label:hover .bh-tooltip-popup {
    display: block;
}

