   /****************** Choose Your Perfect Plan css start here *******************/
.btn-outline-primary:hover {
    background: #1cb9aa00;
}
#chooseSection{padding:50px 0px;}
    #chooseSection .choose-box {
        width: 100%;
        padding: 0 0 60px;
    }
    #chooseSection .choose-box .heaing-box {
        text-align: center;
        margin-bottom: 40px;
    }
        #chooseSection .choose-box .heaing-box h1 {
            font-size: 40px;
            color: #000;
            font-weight: bold;
            margin: 0px;
        }
#chooseSection .choose-box .heaing-box p{font-size:14px;color:#000;}
    #chooseSection .choose-box .team-calendar {
        display: flex;
        align-items: center;
    }
        #chooseSection .choose-box .team-calendar h6{font-weight:bold;padding-right:10px; margin:0px;}
        #chooseSection .choose-box .btn-select-wrapper {
            position: relative;
            display: inline-block;
        }

        #chooseSection .choose-box .btn-select-wrapper select {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

    #chooseSection .choose-box .btn-select {
        padding-right: 5rem;
        border: solid 1px #1cb8aa;
        color: #000;
        font-size: 19px;
        font-weight: 500;
    }

        #chooseSection .choose-box .btn-select i {
            position: absolute;
            right: 1px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            background: #1cb8aa;
            color: #fff;
            padding: 6px 13px;
            border-radius: 5px;
        }

#billed-radio label {
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding-right: 18px;
    padding-left: 4px;
}
#billed-radio .boderline {
    width: 2px;
    height: 23px;
    background: #161616;
    margin-right: 16px;
    margin-top: 4px;
}
#billed-radio .form-check-input:checked {
    background-color: #1cb8aa;
    border-color: #000000;
}
#billed-radio .form-check {
    cursor: pointer;
}

#billed-radio .form-check-input {
    width: 20px;
    height: 20px;
    border: solid 1px #8e8e8e;
}

#billed-radio .save-up-to {
    background: #4499f6;
    font-size: 12px;
    color: #fff;
    padding: 5px 18px;
    border-radius: 15px;
}

.pricing-box {
    width:100%;padding-bottom:40px;
}

/* The card itself */
.pricing-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
}

/* Top section with plan name and price */
.pricing-header {
    color: #000;
    text-align: left;
}
    .pricing-header p {
        color: #727272;
        font-size: 19px;
        font-weight: 500;
        line-height: 30px;
    }
    .pricing-header .plan {
        font-size: 2.25rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 25px;
        color: #000;
    }

    .pricing-header .price {
        margin: 36px 0 40px;
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
    }

    .pricing-header .term {
        font-size: 22px;
        opacity: 0.85;
        font-weight: normal;
        color: #5c5c5c;
    }

/* Call-to-action button */
.pricing-cta {
    text-align: center;
}

    .pricing-cta .btn {
        display: block;
        padding: 15px 1.5rem 15px;
        background: transparent;
        color: #0f2862;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        transition: background 0.2s ease;
        box-shadow: 0px 1px 16px 4px #0000000a;
        font-size: 20px;
        border: solid 1px #cccccc69;
    }

        .pricing-cta .btn:hover {
            background: #13233d;
            color: #fff;
        }

    .pricing-cta p {
        font-size: 15px;
        color: #626262;
        padding-top: 6px;
    }

/******************* Growth *****************/
.pricing-box-growt {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}
.recom {
    position: absolute;
    top: -22px;
    right: -14px;
    background: #4499f6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    rotate: 12deg;
    font-size: 18px;
    font-weight: normal;
}
    .recom span{width:30px;}
        .recom span img {
            width: 26px;
        }
    /* The card itself */
    .pricing-card-growt {
        background: #13233d;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        width: 100%;
        font-family: sans-serif;
        display: flex;
        flex-direction: column;
        padding: 40px 30px;
    }

/* Top section with plan name and price */
.pricing-header-growt {
    color: #000;
    text-align: left;

}


.pricing-header-growt p {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}

    .pricing-header-growt .plan {
        font-size: 2.25rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 25px;
        color: #fff;
    }

.pricing-header-growt .price {
    margin: 36px 0 40px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

    .pricing-header-growt .term {
        font-size: 22px;
        opacity: 0.85;
        font-weight: normal;
        color: #fff;
    }

/* Call-to-action button */
.pricing-cta-growt {
    text-align: center;
}

    .pricing-cta-growt .btn {
        display: block;
        padding: 15px 1.5rem 15px;
        background: #1cb8aa;
        color: #fff;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        transition: background 0.2s ease;
        box-shadow: 0px 1px 16px 4px #0000000a;
        font-size: 20px;
        border: solid 1px #cccccc69;
    }

        .pricing-cta-growt .btn:hover {
            background: #13233d;
            color: #fff;
        }

.pricing-cta-growt p {
    font-size: 15px;
    color: #fff;
    padding-top: 6px;
}

/****************** Choose Your Perfect Plan css end here *******************/
/****************** Compare Plan Features css start here *******************/
#compareplan{width:100%;background:#fff; padding:50px 0px;}

    #compareplan h3 {
        text-align: center;
        font-weight: 800;
        font-size: 35px;
        margin-bottom: 50px;
    }

    #compareplan .table-container {
        overflow-x: auto;
        border-radius: 8px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

#compareplan table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

#compareplan th, td {
    padding: 14px 18px;
    text-align: center;
}

#compareplan th {
    background-color: #1abc9c;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

    #compareplan td:first-child, th:first-child {
        text-align: left;
    }

    #compareplan .price-row td {
        font-weight: bold;
        font-size: 16px;
        background-color: #fff;
    }

    #compareplan .section-header td {
        background-color: #ccc;
        font-weight: bold;
        text-align: left;
    }

#compareplan tbody tr:nth-child(even):not(.section-header):not(.price-row) {
    background-color: #f9f9f9;
}

    #compareplan .checkmark {
        color: #fff;
        font-size: 18px;
    }
        #compareplan .checkmark .bg-tbale {
            background: #1abc9c;
            padding: 6px 10px;
            border-radius: 50%;
        }


    #compareplan .accordion {
        width: 100%;
        margin: auto;
    }

    #compareplan .accordion-item {
        background-color: #d3d3d3;
        border-radius: 4px;
        margin-bottom: 8px;
        overflow: hidden;
    }

    #compareplan .accordion-header {
        padding: 20px;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background 0.3s;
    }

        #compareplan .accordion-header:hover {
            background-color: #c0c0c0;
        }

    #compareplan .accordion-content {
        padding: 20px;
        display: none;
        background-color: #ffffff;
    }

    #compareplan .accordion-item.active .accordion-content {
        display: block;
    }

    #compareplan .icon-toggle {
        font-size: 22px;
        font-weight: bold;
        transition: transform 0.2s ease;
    }
@media screen and (max-width: 768px) {
    #compareplan table {
        font-size: 14px;
    }
}

/************************ Frequently Asked Questions css start here *************/
#frequentlyasked {
    background: #f6f6f9;
    padding:50px 0px;
}
.faq-container {
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

#frequentlyasked h3 {
    text-align: center;
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 50px;
    color: #010d14;
}

#frequentlyasked .faq-item {
    border-top: 1px solid #eee;
}

#frequentlyasked .faq-question {
    background: #fff;
    padding: 16px 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    font-size: 22px;
}

    #frequentlyasked .faq-question:hover {
        background: #f9f9f9;
    }

#frequentlyasked .faq-answer {
    background: #f8f8f8;
    padding: 16px 20px;
    display: none;
    font-weight: normal;
    font-size: 16px;
}

#frequentlyasked .faq-item.active .faq-answer {
    display: block;
}

#frequentlyasked .faq-item.active .faq-question {
    background: #e9e9e9;
}

#frequentlyasked .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 25px;
    transition: transform 0.2s ease;
}

#frequentlyasked .faq-item.active .faq-question::after {
    content: '×';
    transform: rotate(180deg);
}

#frequentlyasked .see-more {
    display: block;
    margin: 30px auto 0;
    padding: 12px 24px;
    background-color: #004c45;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    #frequentlyasked .see-more:hover {
        background-color: #00695c;
    }

/************************ Frequently Asked Questions css end here *************/
/************************ Ready to get started css start here *************/
#readytoget{background:#fff; padding:60px 0px;}
.cta-box {
    background-color: #003e3c;
    border-radius: 24px;
    padding: 50px 70px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

    .cta-box::before,
    .cta-box::after {
        content: '';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 16px;
    }

    .cta-box::before {
        width: 150px;
        height: 150px;
        top: 20px;
        left: 20px;
    }

    .cta-box::after {
        width: 200px;
        height: 200px;
        bottom: -40px;
        right: 40px;
    }

.cta-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cta-subtitle {
    color: #00b19d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}

.cta-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    max-width: 500px;
}

.cta-buttons {
    margin-top: 20px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

    .cta-buttons .btn {
        padding: 12px 24px;
        font-weight: 600;
        border-radius: 12px;
        font-size:20px;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
    }

.btn-primary {
    background-color: #00b19d;
    color: white;
}

    .btn-primary:hover {
        background-color: #00a18d;
    }

.btn-secondary {
    background-color: white;
    color: #003e3c;
}

    .btn-secondary:hover {
        background-color: #f0f0f0;
    }

@media (min-width: 768px) {
    .cta-box {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .cta-content {
        max-width: 60%;
    }
}