.comparison_table_out {
    border-top: 1px solid black;
}

.comparison_table_border {
    border-left: 1px solid #e3e3e3;
}

.table_border_bottom {
    border-bottom: 1px solid #e3e3e3;
}

.table-pricing {
    width: 100%;
}

td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

td:first-child {
    width: 28%;
    border-right: 1px solid #e3e3e3;
}

td:nth-child(n+2) {
    text-align: center;
    width: 25%;
}

td:nth-child(n+3) {
    text-align: center;
    border-left: 1px solid #e3e3e3;
    width: 25%;
}

tr:first-child {
    border-top: 1px solid #e3e3e3;
}

.feature-list-new {
    list-style-type: none;
    padding-left: 0;
}

.feature-list-new li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.feature-list-new li::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"%3E%3Cpath d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"%3E%3C/path%3E%3Cpath d="m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05"%3E%3C/path%3E%3C/svg%3E');
    background-size: cover;
}

.button-new {
    margin-top: 32px;
}

.header-title-button-divider {
    margin-bottom: 0;
    margin-top: 1rem;
}

.card-pricing-section {
    box-shadow: 0 1px .5rem rgba(0, 0, 0, .2);
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 35px;
}

.feature-list-essentials {
    margin-bottom: 68px;
}

.price-text {
    font-weight: bold;
}

.title-plan {
    font-size: 200%;
}

.recommended-header {
    background-color: blue;
    text-align: center;
    color: white;
    border-radius: .5rem;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    font-weight: bold;
    margin-top: -35px;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.outer {
    position: relative;
    overflow: visible;
}

.pricing-card_price-wrapper {
    background-color: #F2F6FE;
    padding: 1.2rem;
    border-radius: 10%;
    flex-direction: column;
    display: flex;
}

.recommended-header-book-a-demo {
    background-color: blue;
    text-align: center;
    color: white;
    border-radius: .5rem;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    font-weight: bold;
    margin-top: -45px;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.btn-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black overlay */
    z-index: 1000;
    /* Ensure it's above other elements */
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-blue-section{
    background-color: #152340;
}

.text-white{
    color: white;
}

.btn-border{
    border: solid 1px white;
}

 .highlight {
    color: red;
    font-weight: bold;
}

.feature-link{
    font-weight: 400;
    color: #0084ff;
}

.form_radio-group-trial {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    gap: 10px; /* Add space between the radio options */
}

.trial-link{
color: #0084ff;
text-decoration: underline;

}

.form_radio-label-trial {
display: flex;
align-items: center; /* Align label text with the radio button */
gap: 8px; /* Add space between the radio button and label */
font-size: 14px;
cursor: pointer;
}

.text-center{
text-align: center;
}
.form_radio_trial {
margin: 0; /* Remove default margin from radio buttons */
}

#flash-message-trial {
display: none; 
position: fixed; 
top: 0px; 
right: 0px; 
padding: 15px; 
background-color: #f44336; 
color: #fff; 
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
z-index: 1000;
width: 100%;
}

#flash-message {
    display: block; 
    padding: 15px; 
    background-color: blue; 
    text-align: center;
    color: #fff; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
    z-index: 1000;
    width: 100%;
    }

    .animate {
        opacity: 0;
        margin: 50px 0;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
        transition: opacity 0.3s, transform 0.3s;
    }

    .card {
        border: none;
        background-color: #ffffff;
        border-radius: 20px;
    }

    .card-hover {
        overflow: visible !important;
        border-radius: 20px;
        transition: transform 0.3s ease;
        position: relative;
    }
    .card-hover:hover {
        transform: translateY(-5px);
    }

    .card-overlay {
        z-index: 2;

    }

    .card-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 20px; /* match card radius */
        overflow: hidden;
        pointer-events: none; /* allow buttons underneath to be clickable */
    }

    .card-hover .card-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.3s ease;

    }

    .card-hover:hover .card-overlay {
        opacity: 1;
    }

    .card-hover .view-details-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 2;
        color: #3a6ad6;
        border-radius: 30px;
    }

    .card-hover:hover .view-details-btn {
        opacity: 1;
    }

    .circle-box {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #e7f0ff;
    }

    .circle-box i {
        font-size: 2rem;
        color: #0d6efd;
    }
    .learn-more {
        border-radius: 30px;
        width: 205px;
        font-size: 15px;
        height: 45px;
        padding: 5px;
    }   

    
    .badge-new {
        position: absolute;
        top: 12px;
        right: 12px;
        background-color: #fff3c6;
        color: #efa12a;
        padding: 5px 10px;
        font-size: 1rem;
        font-weight: bold;
        border-radius: 5px;
        z-index: 10;
        transform: translate(50%, -50%); /* moves it outside the top-right */
        /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
        text-transform: uppercase;
        top: 2px;
        right: 40px;
        width:auto;
        /* letter-spacing: 0.5px; */
    }

    .getAccessBtn {
        background-color : #1AFF75;
        color: black;
    }

   

    #scrollToTopBtn {
        position: fixed;
        bottom: 80px;
        right: 30px;
        z-index: 999;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #3B6AD6;
        color: white;
        cursor: pointer;
        padding: 12px 16px;
        border-radius: 50%;
        display: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        transition: opacity 0.3s ease;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    #scrollToTopBtn:hover {
    background-color: #2f59b6;
    }

    