    /* tr,
    th {
        width: 20% !important;
    }

    th {
        margin-bottom: 20px !important;
        border-right: 40px solid #ecfdff !important;
        padding: 15px !important;

    }

    td {
        padding: 15px !important;
        background: white;
        border-right: 40px solid #ecfdff !important;
        border-bottom: 1.5px solid #ecfdff !important;
    } */
    /* td.col-4,
    td.col-2 {
        border: 1px solid #dee2e6 !important;
    } */

    .package-tagline {
        font-size: 14px;
        color: #101828;
    }

    .purchase-button {
        margin: 10px 0px;
        padding: 10px 25px !important;
        border-radius: 10px !important;
        background-color: #06AED4 !important;
        color: white !important;
        white-space: nowrap;
        border: 1px solid #06AED4 !important;
    }

    .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;/ 16: 9 aspect ratio / overflow: hidden;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .scroll-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 99;
        background: #e41111;
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
        border-color: transparent;
    }

    @media (max-width: 768px) {
        .image {
            min-width: -webkit-fill-available;
        }
    }

    .pricing-card {
        background: white;
        border-radius: 12px;
        padding: 30px 25px;
        /* margin-bottom: 30px; */
        height: 100%;
        border: 1px solid #e9ecef;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* .pricing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    } */

    .plan-name {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #2c3e50;
    }

    .plan-subtitle {
        color: #2c3e50;
        font-size: 14px;
        margin-bottom: 20px;
        white-space: pre;
        font-weight: 500;
    }

    .price {
        font-size: 18px !important;
        font-weight: 700;
        color: #2c3e50;
    }

    .price span {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #2c3e50 !important;
        margin-bottom: 0px !important;
    }

    .price-period {
        color: #2c3e50;
        font-size: 14px;
        margin-bottom: 25px;
        font-weight: 500;
    }

    .price-period span {
        color: #2c3e50;
        font-size: 12px;
        margin-bottom: 25px;
    }

    #choose-account .btn-custom {
        width: 100%;
        padding: 12px;
        font-weight: 600;
        border-radius: 8px;
        margin-bottom: 30px;
        border: none;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .btn-login {
        background-color: #06AED4 !important;
        color: white !important;
        padding: 5px 24px !important;
    }

    .btn-buy {
        background-color: #06AED4 !important;
        color: white !important;
        padding: 5px 24px !important;
    }

    .features-title {
        font-weight: 500;
        color: #2c3e50;
        margin-bottom: 15px;
        font-size: 16px;
    }

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

    .feature-list li {
        padding: 8px 0;
        color: #2c3e50;
        font-size: 16px;
        display: flex;
        align-items: center;
        font-weight: 500;
    }

    .feature-list li i {
        color: #915c5c;
        margin-right: 10px;
        width: 16px;
    }

    .compare-link {
        text-align: center;
        font-size: 20px;
    }

    .compare-link a {
        color: #17a2b8;
        text-decoration: none;
        font-weight: 500;
    }

    .info-icon {
        color: #17a2b8;
        margin-left: 5px;
        cursor: pointer;
    }

    @media (max-width: 768px) {
        .pricing-card {
            /* margin-bottom: 20px; */
        }
    }

    .banner-container {
        background: #009CBF;
        border-radius: 20px;
        margin: 100px 150px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .banner-grid {
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
        background-size: 40px 40px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .banner-content {
        position: relative;
        z-index: 2;
    }

    .banner-title {
        color: white;
        font-size: 46px;
        font-weight: 700;
        line-height: 42px;
        font-family: 'Lato';
    }

    .banner-subtitle {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 28px;
    }

    .start-btn {
        background: white;
        color: #1EB5C4;
        border: none;
        padding: 15px 30px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .start-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        color: #1EB5C4;
    }

    .illustration-container {
        position: relative;
        display: flex;
        justify-content: end;
        align-items: center;
        height: 100%;
    }

    #banner-card-title {
        padding-left: 75px;
    }

    /* Mobile Responsive Styles */
    @media (max-width: 768px) {
        .banner-container {
            padding: 30px 20px;
            margin: 10px;
            border-radius: 15px;
        }

        .banner-title {
            font-size: 30px;
        }

        .banner-subtitle {
            font-size: 15px;
        }

        #banner-card-title {
            padding-left: 30px;
        }

        .question-image {
            width: -webkit-fill-available;
        }
    }

    @media (max-width: 576px) {
        .banner-title {
            font-size: 30px;
        }

        .banner-subtitle {
            font-size: 15px;
        }

        #banner-card-title {
            padding-left: 30px;
        }

        .question-image {
            width: -webkit-fill-available;
        }
    }

    .package-detailss {
        background-color: #ffffff !important;
    }

    .feature-icon {
        border: none !important;
    }

    th {
        /* padding: 0px !important; */
    }

    .first-th {
        font-size: 22px;
        font-weight: 700;
        padding-top: 70px !important;
        vertical-align: top;
        height: 300px !important;
    }

    .service-inner-2 {
        max-height: 400px;
        overflow-y: auto;
    }

    .new-product-page-pricing-hed {
        /* width: 300px !important; */
    }

    /* .service-inner-wrapper {
        max-height: 400px;
        overflow-y: auto;
        width: 100%;
    } */
    .service-inner-wrapper {
        max-height: unset;
        overflow-y: visible;
    }

    .new-product-page-pricing-table-1 th,
    .new-product-page-pricing-table-1 td {
        padding: 16px;
    }

    .sticky-pricing-header {
        position: sticky;
        top: 100px;
        z-index: 10;
        background: #fff;
        margin-bottom: 10px;
    }

    @media only screen and (max-width: 1440px) {
        section#package-detailss {
            overflow: scroll;
            align-items: flex-start;
            position: relative;
        }
    }

    @media (max-width: 768px) {
        .hide-on-mobile {
            display: none !important;
        }
    }

    .heading {
        font-family: 'Lato';
        font-weight: 700;
        font-size: 46px;
    }

    @media (max-width: 768px) {
        .heading {
            font-family: 'Lato';
            font-weight: 700;
            font-size: 36px;
        }
    }

    @media(max-width: 576px) {
        .heading {
            font-family: 'Lato';
            font-weight: 700;
            font-size: 24px;
        }
    }

    .tooltip-hover {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .tooltip-hover .info-icon {
        color: #8C8C8C;
        margin-left: 5px;
        height: 25px;
    }

    .tooltip-hover .tooltip-text {
        visibility: hidden;
        width: 250px;
        background-color: #e8f7ff;
        color: #000;
        text-align: left;
        border-radius: 6px;
        padding: 6px;
        position: absolute;
        z-index: 100;
        bottom: 125%;
        /* Position above the icon */
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .tooltip-hover .tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        /* Arrow at bottom of tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #e8f7ff transparent transparent transparent;
    }

    .tooltip-hover:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

    ul li:hover {
        transform: none !important;
    }

    @media(max-width: 1024px) {
        .tooltip-hover .tooltip-text {
            width: 150px;
        }
    }
    @media(max-width: 768px) {
        .tooltip-hover .tooltip-text {
            width: 100px;
        }
    }

    /* ✅ Limit width and height */
    /* .custom-swal-popup {
        max-width: 490px !important;
        width: 90% !important;
        max-height: 450px !important;
        overflow-y: auto !important;
        padding: 24px !important;
        border-radius: 12px;
    } */

    /* ✅ Button styling */
    /* .swal2-confirm-button,
    .swal2-cancel-button {
        background-color: #06AED4 !important;
        color: #fff !important;
        border-radius: 6px;
        padding: 8px 16px;
        font-weight: 600;
        font-size: 14px;
        margin: 4px;
    } */

    /* Optional: remove extra spacing if needed */
    .swal2-html-container {
        margin: 0 !important;
    }

    .swal2-button-common {
        background-color: #06AED4 !important;
        color: #fff !important;
        border-radius: 6px;
        padding: 8px 18px;
        font-weight: 600;
        font-size: 14px;
        margin: 5px;
        border: none;
        box-shadow: none;
        transition: background-color 0.3s ease;
    }

    .swal2-button-common:hover {
        background-color: #0599bd !important;
    }

    .custom-swal-popup {
        max-width: 490px !important;
        width: 90% !important;
        max-height: 450px !important;
        overflow-y: auto !important;
        padding: 24px !important;
        border-radius: 12px;
    }