.elementor-kit-25{--e-global-color-primary:#4169E1;--e-global-color-secondary:#E6E6E6;--e-global-color-text:#404040;--e-global-color-accent:#191970;--e-global-color-548d7ae:#FF6600;--e-global-color-c4718e7:#666699;--e-global-color-44ecbe7:#008080;--e-global-color-284085d:#C39D51;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-25 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#sidebar-menu {
    position: fixed;
    right: -300px; /* Initially hidden */
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: auto;
    color: white;
    transition: right 0.5s ease-in-out;
    border-radius: 8px;
}
#sidebar-menu.visible {
    right: 20px; /* Moves into view */
}

/* General styles for all screen sizes */
.pricing-sec {
    padding: 20px;
}

.section-header2 {
    text-align: center;
    margin-bottom: 30px;
}

.section-title2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.section-desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
}

.pricing_nav_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.pricing_nav {
    display: flex;
    gap: 10px;
}

.nav-item {
    list-style: none;
}

.nav-link {
    padding: 10px 20px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.nav-link.active {
    background-color: #007bff;
    color: white;
}

.pricing-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.pricing-box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensure content doesn't overflow */
}

.pricing-header {
    margin-bottom: 20px;
}

.pricing-header .title {
    font-size: 1.25rem;
    font-weight: bold;
}

.pricing-header .price {
    font-size: 1.5rem;
    color: #007bff;
    margin: 10px 0;
}

.pricing-header .content {
    font-size: 0.875rem;
    color: #666;
}

.feature-lists {
    list-style: none;
    padding: 0;
    margin: 0; /* Remove default margin */
}

.feature-lists li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 0; /* Add padding to prevent text from touching borders */
    word-wrap: break-word; /* Ensure long text wraps */
    overflow-wrap: break-word; /* Ensure long text wraps */
}

.feature-lists .icon {
    margin-right: 10px;
    color: #007bff;
    flex-shrink: 0; /* Prevent icon from shrinking */
}

.pricing-footer {
    text-align: center;
    margin-top: 20px;
}

.theme-btn {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.theme-btn:hover {
    background-color: #0056b3;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .section-title2 {
        font-size: 1.5rem;
    }

    .section-desc {
        font-size: 0.875rem;
    }

    .pricing_nav_wrap {
        flex-direction: column;
        align-items: center;
    }

    .pricing_nav {
        flex-direction: column;
        width: 100%;
    }

    .nav-link {
        width: 100%;
        text-align: center;
    }

    .pricing-lists {
        flex-direction: column;
        align-items: center;
    }

    .pricing-box {
        width: 100%;
        max-width: 100%;
    }

    .pricing-header .title {
        font-size: 1rem;
    }

    .pricing-header .price {
        font-size: 1.25rem;
    }

    .pricing-header .content {
        font-size: 0.75rem;
    }

    .theme-btn {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .section-title2 {
        font-size: 1.25rem;
    }

    .section-desc {
        font-size: 0.75rem;
    }

    .pricing-header .title {
        font-size: 0.875rem;
    }

    .pricing-header .price {
        font-size: 1rem;
    }

    .pricing-header .content {
        font-size: 0.6875rem;
    }

    .theme-btn {
        font-size: 0.875rem;
    }
}/* End custom CSS */