.gradient-background {
    background: rgb(235, 232, 232) !important;
}

.rbs-first-child-section {
    /* margin-top: 55px; */
}

.slide-up-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slide-up-animation {
    opacity: 0;
    transform: translateY(100%);
    animation: slideUp 2s ease forwards;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.divider-long {
    border-bottom: 1px solid #e4e4e4 !important;
}

.sticky-plan {
    background-color: #dbc0c081;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

.chart-container {
    border: 1px solid #e9e9e9;
}

.feature-comparison-table {
    background: #fff;
    border: 1px solid #e9e9e9;
    z-index: 10;
    font-size: 22px;
}

tr td.expand-all {
    border-top-color: rgba(0, 0, 0, 0);
    padding: 15px 20px;
    font-size: 14px;
}

.expand-label {
    margin-bottom: 0;
}

.right-border {
    border-right: 1px solid #e9e9e9;
    /* Adjust the color and thickness as needed */
}

.text-align-start {
    text-align: start;
}

.all-plans-head,
.panel tr td:first-child {
    text-align: start;
}

tr td {
    border: 1px solid #e9e9e9;
    text-align: center;
}

.panel td,
.panel2 td {
    width: 25% !important;
    padding: 16px 20px;
}


.table-heading {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 24px;
}

.plan-interval-toggle {
    font-size: 16px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    margin: 0 6px;
    vertical-align: middle;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    border-radius: 50%;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.chart-container {
    position: static;
    width: 100%;
    max-width: 2150px;
    margin: 0 auto;
}

.plan-name {
    display: block;
    font-size: 14px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.get-started-cta {
    display: inline-block;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    min-width: 84px;
}

.get-started-cta:hover {
    background-color: #4b722d;
    border: 1px solid #4b722d;
    color: #ffffff !important;
}

.feature-comparison-table .plan-price {
    font-size: 26px;
}

tr td.text-align-center {
    text-align: center !important;
}

.card {
    border: none !important;
}

.card-header {
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-bottom: 0 !important;
}

.card-header h2 {
    color: #999999;
}

.card-header button {
    padding: 0;
    outline: 0 !important;
    font-weight: bold;
    color: #003a72;
}

.btn:focus {
    box-shadow: none !important;

}

.btn:hover {
    color: #003a72 !important;
}

.plan-details td p {
    margin: 0;
}

.yes-no-icon {
    width: 24px;
}

.no-icon,
.yes-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: no-repeat 50%/cover;
}


.lots-more-cta {
    display: block;
    font-size: 14px;
    margin: 0 15px 25px;
    color: #000;
    border-bottom: 1px solid #000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
}


.plan-name {
    display: block;
    font-size: 14px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.monthly-plan {
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .bill-alert {
        width: 100%;
    }

    .plan-card {
        width: 47% !important;
        margin: 10px auto !important;
    }

    .feature-comparison-table-container {
        margin-top: 0 !important;
        overflow-x: auto;
    }

    .plan-name {
        font-size: 12px;
    }

    .panel td,
    .panel2 td {
        width: 25% !important;
        padding: 12px 10px;
    }

    .price-header.details p{
        font-size: 18px !important;
        font-weight: 500;
    }
}

@media screen and (max-width: 430px) {
    td {
        padding: 12px 6px;
    }

    .bill-alert {
        width: 100%;
    }

    .plan-card {
        width: 90% !important;
        margin: 10px auto !important;
    }

    .feature-comparison-table-container {
        margin-top: 0 !important;
        overflow-x: auto;
    }

    .plan-details-section {
        width: 1100px;
    }

    .get-started-cta {
        padding: 4px 14px;
    }

    .monthly-plan {
        font-size: 16px;
    }

    .bottom-border {
        border-bottom: 1px solid #e9e9e9;
    }

    .panel td,
    .panel2 td {
        width: 25% !important;
        padding: 12px 6px !important;
    }

    .price-header.details p{
        font-size: 15px !important;
        font-weight: 500;
    }
}

svg {
  width: 17px;
  height: 17px;
}

.dropdown-icon svg {
    display: block; 
    
    filter: drop-shadow(0 0 0.1px rgba(0, 0, 0, 1)) drop-shadow(0 0 0.1px rgba(0, 0, 0, 1));
}

.dropdown-icon {
    transition: transform 0.3s ease; 
    margin-left: 10px; 
}

.btn[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
}

.btn[aria-expanded="false"] .dropdown-icon {
    transform: rotate(0deg);
}

@media (max-width: 1439px){
    .sticky-plan{
        top: 70px;
    }
}