/* Global Styles */
body {
    font-family: 'Wix Madefor Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #333;
    background-color: #f8f9fa;
}

.container {
    max-width: 1200px;
}

/* Pricing Card Updated Styles */
.pricing-card {
    border-radius: 8px;
    border: 1px solid #c2c2c2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #fff;
}

.pricing-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pricing-card.business-card {
    background-color: #f5f7ff;
    border: 2px solid #0091c7;
}

.pricing-card .card-header {
    background: transparent;
    border-bottom: none;

}

.pricing-card .card-body {
    padding: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.plan-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: 'Wix Madefor Display', sans-serif;
}

.plan-description {
    color: #555;
    font-size: 0.95rem;
    min-height: 40px;
    font-weight: 500;
}

.save-badge {
    display: inline-block;
    font-size: 0.8rem;
    color: #6b6b6b;
    margin-bottom: 8px;
}

/* Price Display Styles */
.price-display {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0px auto;
}

.price-amount {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 8px;
}

.price-currency {
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: top;
    position: relative;
    top: -1rem;
}

.price-period {
    font-size: 1rem;
    color: #666;
    align-self: flex-end;
    margin-bottom: 0.4rem;
    font-weight: 400;
}

.annual-billing {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 1.5rem;
}

/* Button Styles */
.btn-try-free {
    width: 100%;
    padding: 12px;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    text-align: center;
    transition: all 0.2s ease;
    font-family: 'Wix Madefor Display', sans-serif;
}

.btn-light {
    background-color: #f8fcff;
    border: 1px solid #0091c7;
    color: #0091c7;
    
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border-color: #0091c7 !important;
    background-image: repeating-linear-gradient(30deg, #8ad8ff, #f8f8f8 2px, transparent 2px, transparent 4px);
    font-size: 18px;
}

.btn-light:hover {
    background-color: #0091c7;
    color: white;
}

.btn-primary {
    background-color: #0091c7;
    border-color: #0091c7;
    font-size: 18px;
}

.btn-primary:hover {
    background-color: #0078a3;
    border-color: #0078a3;
}

.btn-outline-primary {
    color: #0091c7;
    border-color: #0091c7;
}

.btn-outline-primary:hover {
    background-color: #0091c7;
    border-color: #0091c7;
    color: #fff;
}

/* Feature List Styles */
.plan-includes {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    margin-bottom: .7rem;
    display: flex;
    align-items: flex-start;
    font-size: 0.9rem;
    color: #141414;
    font-weight: 500;
    
}

.feature-list i, 
.feature-list .bi-check {
    color: #0091c7;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.feature-tag {
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: #e9f7fe;
    color: #0091c7;
    margin-left: 6px;
    vertical-align: middle;
}

/* Badge Styles */
.badge.coming-soon {
    font-size: 0.65rem;
    padding: 0.2rem 0.4rem;
    background-color: #777;
    margin-left: 0.5rem;
    vertical-align: middle;
    font-weight: 500;
}



@media (max-width: 767.98px) {
    .price-container {
        justify-content: center;
    }
    
    .pricing-card {
        text-align: center;
    }
    
    .feature-list li {
        justify-content: center;
    }
}

/* Sona Add-on Section Styles */
.sona-section {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    border: 1px solid #ececec;
    margin: 40px 0;
}

.sona-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to bottom, #ff3f3f, #0091c7);
    border-radius: 4px 0 0 4px;
}

.sona-container {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 30px;
}

.sona-info {
    flex: 1;
    min-width: 280px;
    padding-right: 20px;
}

.sona-logo-container {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.sona-logo {
    background-color: #0091c7;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.sona-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
}

.sona-description {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.sona-learn-more {
    color: #8a2be2;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    font-family: 'Wix Madefor Display', sans-serif;
}

.sona-learn-more:hover {
    text-decoration: underline;
}

.sona-learn-more svg {
    margin-left: 4px;
}

.sona-pricing {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
}

.sona-price-container {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}

.sona-price-amount {
    font-size: 48px;
    font-weight: 700;
    color: #333;
}

.sona-price-details {
    font-size: 14px;
    color: #666;
    margin-left: 4px;
    position: relative;
    top: -1.2rem;
}

.sona-addon-badge {
    background-color: #f5f5f5;
    color: #666;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 16px;
    display: inline-block;
    width: fit-content;
    margin: auto;
    margin-top: -10px;
    
}

.sona-image {
    flex: 1;
    min-width: 280px;
    position: relative;
    height: 150px;
}

.sona-illustration {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: none;
}

.play-button i {
    color: #8a2be2;
    font-size: 24px;
    margin-left: 3px; /* Offset slightly to center the play icon visually */
}

@media (max-width: 991px) {
    .sona-container {
        flex-direction: column;
    }
    
    .sona-info, .sona-pricing, .sona-image {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
        text-align: center;
    }
    
    .sona-logo-container {
        justify-content: center;
    }
    
    .sona-price-container {
        justify-content: center;
    }
}

/* Compare Plans Section Styles */
.compare-plans-section {
    padding: 20px 0;
    background-color: #f8f9fa;
}

.compare-plans-section h2 {
    font-weight: 600;
    font-family: 'Wix Madefor Display', sans-serif;
}

.plan-headers .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.plan-headers h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: 'Wix Madefor Display', sans-serif;
}

.plan-price {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.popular-plan-col {
    border: 2px solid #0091c7; /* Primary color border */
    border-radius: 0.375rem; /* Bootstrap's default btn border-radius */
    padding-top: 20px; /* Space for badge */
    padding-bottom: 10px;
    margin-top: -20px; /* Pull up to align with badge */
}

.most-popular-badge {
    position: absolute;
    top: -15px; /* Adjust to sit nicely above the border */
    left: 50%;
    transform: translateX(-50%);
    background-color: #0091c7; /* Primary color */
    color: white;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.3rem 0.6rem;
    border-radius: 0.25rem;
    white-space: nowrap;
    font-family: 'Wix Madefor Display', sans-serif;
}

.core-features-title {
    font-size: 1.75rem;
    font-weight: 600;
    font-family: 'Wix Madefor Display', sans-serif;
}

.feature-comparison-table .feature-row {
   
   
}

/* Clean up redundant rule */

/* Table section header styles */
tr td[colspan="4"] {
    padding: 15px 10px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    text-align: center;
}

tr td[colspan="4"] h3 {
    margin: 0;
}

.feature-name {
    font-weight: 500;
    color: #212529;
    font-size: 0.95rem;
    font-family: 'Wix Madefor Display', sans-serif;
    border-right: 1px solid #ced4da;
    padding: 10px;
}

.feature-name[data-bs-toggle="tooltip"] {
    text-decoration: underline;
    cursor: pointer;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.feature-name i.bi-shield-lock {
    color: #6c757d; /* Muted color for the lock icon */
    margin-right: 0.3rem;
}

.feature-name .text-muted {
    font-size: 0.8rem;
    display: block; /* Ensure it's on its own line or handled well */
}

/* Table cell styling for feature values */
.feature-value {
    text-align: center;
    font-size: 0.95rem;
    color: #495057;
    font-family: 'Wix Madefor Display', sans-serif;
    padding: 10px;
    border: 1px solid #ced4da;
}

.addon-badge-compare {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.2em 0.4em;
    vertical-align: middle;
    margin-left: 0.3rem;
    border: 1px solid #ced4da; /* Subtle border for the badge */
    font-family: 'Wix Madefor Display', sans-serif;
}

.see-rates-link {
    font-size: 0.9rem;
    color: #0091c7; /* Primary color */
    text-decoration: none;
    font-weight: 500;
    font-family: 'Wix Madefor Display', sans-serif;
}

.see-rates-link:hover {
    text-decoration: underline;
}

.see-rates-link i.bi-chevron-right {
    font-size: 0.7rem;
    vertical-align: middle;
}

.feature-value i.bi-check-lg {
    font-size: 1.25rem;
    /* The text-primary class should apply the #0091c7 color due to earlier CSS changes */
}

/* Responsive adjustments for the comparison table */
@media (max-width: 767.98px) {
    .table-responsive {
        overflow-x: auto;
    }
    
    .feature-comparison-table table {
        width: 100%;
        min-width: 900px; /* Ensures table doesn't shrink too much on small screens */
    }
    
    .popular-plan-col {
        margin-top: 0; /* Reset margin for stacked layout */
    }
    
    .core-features-title {
        text-align: center;
    }
}

/* Sticky Plan Headers */

.feature-comparison-table thead.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1020;
    
    border-bottom: 1px solid #ced4da;
}

/* Ensure table-responsive only handles horizontal scrolling */
.table-responsive {
    overflow-x: auto;
    overflow-y: visible;
}

.feature-comparison-table thead th {
    background-color: #ffffff;
}

/* Clean up obsolete rule */

/* Clean up empty rule */

.feature-comparison-table {
    margin-bottom: 60px;
}

.feature-comparison-table table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ced4da;
    table-layout: fixed; /* Ensures columns maintain specified widths */
}

/* Table header styling */
.feature-comparison-table thead th {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 12px 10px;
    text-align: center;
    font-weight: 600;
    font-family: 'Wix Madefor Display', sans-serif;
}

/* Make all columns equal width */
.feature-comparison-table th,
.feature-comparison-table td {
    width: 25%;
}

.feature-row:hover {
    background-color: #f8f9fa;
}

.feature-name {
    font-weight: 500;
    color: #212529;
    font-family: 'Wix Madefor Display', sans-serif;
    padding: 10px;
    border: 1px solid #ced4da;
}


/* Already defined above */

.feature-value .bi-check-lg {
    font-size: 22px;
}

.most-popular-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0091c7;
    color: white;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Wix Madefor Display', sans-serif;
}

/* Table headers styling */
.feature-comparison-table thead {
    background-color: #fff;
    border-bottom: 2px solid #ced4da;
    z-index: 100;
}

.plan-price {
    font-size: 14px;
    margin-bottom: 12px;
    font-family: 'Wix Madefor Display', sans-serif;
}

.coming-soon {
    font-size: 12px;
}

h3.core-features-title, h3.business-features-title, h3.advanced-features-title {
    color: #343a40;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Wix Madefor Display', sans-serif;
  
    text-align: center;
    margin: 0;
}

/* Add more spacing between columns for better readability */
.col-md-3 {
    padding-left: 20px;
    padding-right: 20px;
}

table td:nth-child(3n) {
    background-color: #e7f2ff;
}
