.elementor-12290 .elementor-element.elementor-element-03d6624{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-12290 .elementor-element.elementor-element-85c6a93{--display:flex;}.elementor-12290 .elementor-element.elementor-element-276fb70{--display:flex;}@media(max-width:1024px){.elementor-12290 .elementor-element.elementor-element-03d6624{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-12290 .elementor-element.elementor-element-03d6624{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-c55a547 */.button-tab .nav-link.active{
    background-color: #fec700 !important;
}
.plan-title {
    color:#fec700 !important;
    font-size: 1.875rem !important;
}
.plan-price{
    font-weight: 700 !important;
}
.plan-price > span {
    font-size: 14px;
    font-weight: 500;
}
.lufera-bg {
    background-color: #fec700 !important;
}
.check-points span{
    width: 1.5rem !important;
    height: 1.5rem !important;
    font-size: 14px;
    padding: 0.125rem !important;
}
.check-points{
    margin-bottom: 1rem;
    gap: 1rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1da61cb *//* =========================================================
   GLOBAL BASE
   Theme color: #fec700
========================================================= */
body {
    background: #f7f7f9;
    font-family: "Inter", sans-serif;
    color: #222;
}

/* Generic spacing adjustments */
.dashboard-main-body {
    padding: 20px 40px;
}

/* =========================================================
   MAIN NAV TABS  (Category View / Package View)
========================================================= */
.nav-tabs .nav-link {
    font-weight: 600;
    border: none;
    color: #333;
    padding: 10px 20px;
    background: #fff;
    border-radius: 8px;
    margin-right: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: 0.25s ease;
}

.nav-tabs .nav-link:hover {
    background: #fec70033;
}

.nav-tabs .nav-link.active {
    background: #fec700;
    color: #000;
    font-weight: 700;
}

/* =========================================================
   DURATION SUB-TABS (Bubble Tabs)
========================================================= */
.button-tab .nav-link {
    background: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 600;
    color: #333;
    margin: 0 6px;
    border: 1px solid #e5e5e5;
    transition: 0.25s ease;
}

.button-tab .nav-link:hover {
    background: #fec70022;
}

.button-tab .nav-link.active {
    background: #fec700;
    color: #000;
    border-color: #fec700;
}

/* =========================================================
   PRICING CARD DESIGN
========================================================= */
.pricing-plan {
    background: #fff;
    border-radius: 24px;
    padding: 25px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    min-height: 290px;
    transition: all 0.25s ease;
}

.pricing-plan:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.10);
    transform: translateY(-4px);
}

.pricing-plan h5 {
    font-size: 20px;
    font-weight: 700;
}

.pricing-plan p {
    font-size: 14px;
    color: #555;
}

.pricing-plan h4 {
    font-size: 28px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #222;
}

.pricing-plan h4 span.text-muted {
    color: #999 !important;
}

/* Feature List */
.pricing-plan ul {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}

.pricing-plan ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
}

/* Check Icon Circle */
.pricing-plan ul li span.fa-check {
    background: #fec700;
    color: #000;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
}

/* =========================================================
   SHORTCODE COPY (Admin-only fields)
========================================================= */
input.form-control[readonly],
input.form-control-sm[readonly] {
    background: #fff8d8;
    border: 1px solid #f4d252;
    color: #444;
    font-weight: 600;
}

.btn.lufera-bg {
    background: #fec700;
    color: #000;
    border-radius: 6px;
    transition: 0.2s ease;
}

.btn.lufera-bg:hover {
    background: #e3b200;
}

/* =========================================================
   CATEGORY HEADERS
========================================================= */
.category-header h4,
.d-flex.gap-3.mt-5.mb-4 h4 {
    font-size: 26px;
    font-weight: 800;
    color: #222;
}

/* =========================================================
   RESPONSIVE ENHANCEMENTS
========================================================= */
@media (max-width: 1200px) {
    .pricing-plan {
        min-height: auto;
    }
}

@media (max-width: 992px) {
    .dashboard-main-body {
        padding: 20px;
    }

    .nav-tabs .nav-link {
        margin-bottom: 6px;
    }

    .button-tab .nav-link {
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .pricing-plan {
        padding: 20px;
    }

    h4, h5 {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .button-tab .nav-link {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
}

/* =========================================================
   EMBED MODE CLEAN APPEARANCE
========================================================= */
.embed-mode body {
    background: transparent !important;
}

.embed-mode .dashboard-main-body {
    padding: 0 !important;
}

.embed-mode .nav-tabs,
.embed-mode .nav {
    display: none !important;
}

.embed-mode .pricing-plan {
    border-radius: 16px;
    box-shadow: none;
    border: 1px solid #eee;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e37128c *//* =========================================================
   GLOBAL BASE
   Theme color: #fec700
========================================================= */
body {
    background: #f7f7f9;
    font-family: "Inter", sans-serif;
    color: #222;
}

/* Generic spacing adjustments */
.dashboard-main-body {
    padding: 20px 40px;
}

/* =========================================================
   MAIN NAV TABS  (Category View / Package View)
========================================================= */
.nav-tabs .nav-link {
    font-weight: 600;
    border: none;
    color: #333;
    padding: 10px 20px;
    background: #fff;
    border-radius: 8px;
    margin-right: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: 0.25s ease;
}

.nav-tabs .nav-link:hover {
    background: #fec70033;
}

.nav-tabs .nav-link.active {
    background: #fec700;
    color: #000;
    font-weight: 700;
}

/* =========================================================
   DURATION SUB-TABS (Bubble Tabs)
========================================================= */
.button-tab .nav-link {
    background: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 600;
    color: #333;
    margin: 0 6px;
    border: 1px solid #e5e5e5;
    transition: 0.25s ease;
}

.button-tab .nav-link:hover {
    background: #fec70022;
}

.button-tab .nav-link.active {
    background: #fec700;
    color: #000;
    border-color: #fec700;
}

/* =========================================================
   PRICING CARD DESIGN
========================================================= */
.pricing-plan {
    background: #fff;
    border-radius: 24px;
    padding: 25px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    min-height: 290px;
    transition: all 0.25s ease;
}

.pricing-plan:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.10);
    transform: translateY(-4px);
}

.pricing-plan h5 {
    font-size: 20px;
    font-weight: 700;
}

.pricing-plan p {
    font-size: 14px;
    color: #555;
}

.pricing-plan h4 {
    font-size: 28px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #222;
}

.pricing-plan h4 span.text-muted {
    color: #999 !important;
}

/* Feature List */
.pricing-plan ul {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}

.pricing-plan ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
}

/* Check Icon Circle */
.pricing-plan ul li span.fa-check {
    background: #fec700;
    color: #000;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
}

/* =========================================================
   SHORTCODE COPY (Admin-only fields)
========================================================= */
input.form-control[readonly],
input.form-control-sm[readonly] {
    background: #fff8d8;
    border: 1px solid #f4d252;
    color: #444;
    font-weight: 600;
}

.btn.lufera-bg {
    background: #fec700;
    color: #000;
    border-radius: 6px;
    transition: 0.2s ease;
}

.btn.lufera-bg:hover {
    background: #e3b200;
}

/* =========================================================
   CATEGORY HEADERS
========================================================= */
.category-header h4,
.d-flex.gap-3.mt-5.mb-4 h4 {
    font-size: 26px;
    font-weight: 800;
    color: #222;
}

/* =========================================================
   RESPONSIVE ENHANCEMENTS
========================================================= */
@media (max-width: 1200px) {
    .pricing-plan {
        min-height: auto;
    }
}

@media (max-width: 992px) {
    .dashboard-main-body {
        padding: 20px;
    }

    .nav-tabs .nav-link {
        margin-bottom: 6px;
    }

    .button-tab .nav-link {
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .pricing-plan {
        padding: 20px;
    }

    h4, h5 {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .button-tab .nav-link {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
}

/* =========================================================
   EMBED MODE CLEAN APPEARANCE
========================================================= */
.embed-mode body {
    background: transparent !important;
}

.embed-mode .dashboard-main-body {
    padding: 0 !important;
}

.embed-mode .nav-tabs,
.embed-mode .nav {
    display: none !important;
}

.embed-mode .pricing-plan {
    border-radius: 16px;
    box-shadow: none;
    border: 1px solid #eee;
}/* End custom CSS */