.elementor-4607 .elementor-element.elementor-element-49ccff7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-49ccff7 */:root {
        --mbbs-primary: #003567;
        --mbbs-secondary: #007c30;
        --mbbs-accent: #a97800;
        --mbbs-text: #000000;
        --mbbs-bg-light: #f4f9fb;
        --mbbs-border: #e0e6ed;
    }

    .mbbs-blog-wrapper {
        font-family: inherit;
        color: var(--mbbs-text);
        line-height: 1.8;
        max-width: 900px;
        margin: 0 auto;
        padding: 20px;
        background-color: #ffffff;
        background-image: radial-gradient(var(--mbbs-bg-light) 2px, transparent 2px);
        background-size: 40px 40px;
    }

    .mbbs-blog-wrapper h1, 
    .mbbs-blog-wrapper h2, 
    .mbbs-blog-wrapper h3 {
        color: var(--mbbs-primary);
        font-weight: 700;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        line-height: 1.3;
    }

    .mbbs-blog-wrapper h1 {
        font-size: 2.2rem;
        border-bottom: 3px solid var(--mbbs-secondary);
        padding-bottom: 10px;
        display: inline-block;
    }

    .mbbs-blog-wrapper h2 {
        font-size: 1.8rem;
        position: relative;
        padding-left: 15px;
    }
    
    .mbbs-blog-wrapper h2::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10%;
        height: 80%;
        width: 5px;
        background-color: var(--mbbs-accent);
        border-radius: 5px;
    }

    .mbbs-blog-wrapper h3 {
        font-size: 1.4rem;
        color: var(--mbbs-secondary);
    }

    .mbbs-blog-wrapper p {
        margin-bottom: 1.2em;
        font-size: 1.05rem;
    }

    .mbbs-blog-wrapper strong {
        color: var(--mbbs-primary);
    }

    .mbbs-blog-wrapper a {
        color: var(--mbbs-secondary);
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px dashed var(--mbbs-secondary);
        transition: all 0.3s ease;
    }

    .mbbs-blog-wrapper a:hover {
        color: var(--mbbs-primary);
        border-bottom-style: solid;
    }

    /* Table of Contents */
    .mbbs-toc {
        background: #ffffff;
        border: 1px solid var(--mbbs-border);
        border-left: 4px solid var(--mbbs-primary);
        border-radius: 8px;
        padding: 20px;
        margin: 30px 0;
        box-shadow: 0 4px 15px rgba(0, 53, 103, 0.05);
    }

    .mbbs-toc-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--mbbs-primary);
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mbbs-toc ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .mbbs-toc ul li {
        margin-bottom: 10px;
    }

    .mbbs-toc ul li a {
        color: #444;
        font-weight: 500;
        border: none;
        display: flex;
        align-items: center;
    }

    .mbbs-toc ul li a::before {
        content: '→';
        color: var(--mbbs-accent);
        margin-right: 8px;
        font-size: 1.2rem;
        transition: margin 0.3s ease;
    }

    .mbbs-toc ul li a:hover::before {
        margin-right: 12px;
    }

    .mbbs-toc ul li a:hover {
        color: var(--mbbs-primary);
    }

    /* Images */
    .mbbs-blog-wrapper figure {
        margin: 40px 0;
        text-align: center;
    }

    .mbbs-blog-wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        border: 1px solid var(--mbbs-border);
    }

    .mbbs-blog-wrapper figcaption {
        font-size: 0.9rem;
        color: #666;
        margin-top: 10px;
        font-style: italic;
        padding: 0 20px;
    }

    /* Lists */
    .mbbs-blog-wrapper ul, .mbbs-blog-wrapper ol {
        margin-bottom: 1.5em;
        padding-left: 20px;
    }

    .mbbs-blog-wrapper ul li, .mbbs-blog-wrapper ol li {
        margin-bottom: 8px;
        font-size: 1.05rem;
    }

    .mbbs-blog-wrapper ul {
        list-style: none;
    }

    .mbbs-blog-wrapper ul li::before {
       
        color: var(--mbbs-secondary);
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    /* Call to Action Button */
    .mbbs-blog-wrapper .cta-button {
        display: block;
        width: fit-content;
        margin: 40px auto;
        padding: 15px 30px;
        background-color: var(--mbbs-secondary);
        color: #ffffff !important;
        text-align: center;
        border-radius: 8px;
        font-size: 1.1rem;
        font-weight: bold;
        border: none;
        box-shadow: 0 4px 15px rgba(0, 124, 48, 0.3);
        transition: all 0.3s ease;
    }

    .mbbs-blog-wrapper .cta-button:hover {
        background-color: var(--mbbs-primary);
        box-shadow: 0 6px 20px rgba(0, 53, 103, 0.4);
        transform: translateY(-2px);
    }

    /* Video Embed */
    .mbbs-video-embed {
        margin: 40px 0;
        background: var(--mbbs-bg-light);
        padding: 20px;
        border-radius: 12px;
        border: 1px solid var(--mbbs-border);
    }

    .mbbs-video-embed iframe {
        border-radius: 8px;
    }

    .mbbs-video-embed .caption {
        text-align: center;
        font-size: 0.9rem;
        color: #666;
        margin-top: 10px;
        font-style: italic;
    }

    /* FAQs Accordion */
    .mbbs-faq-container {
        margin-top: 30px;
    }

    .mbbs-faq-item {
        background: #ffffff;
        border: 1px solid var(--mbbs-border);
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mbbs-faq-question {
        width: 100%;
        text-align: left;
        padding: 18px 20px;
        background: #ffffff;
        border: none;
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--mbbs-primary);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mbbs-faq-question:hover {
        background-color: var(--mbbs-bg-light);
    }

    .mbbs-faq-icon {
        color: var(--mbbs-secondary);
        font-size: 1.5rem;
        transition: transform 0.3s ease;
    }

    .mbbs-faq-item.active .mbbs-faq-icon {
        transform: rotate(45deg);
        color: var(--mbbs-accent);
    }

    .mbbs-faq-item.active {
        border-color: var(--mbbs-primary);
        box-shadow: 0 4px 10px rgba(0, 53, 103, 0.1);
    }

    .mbbs-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        background-color: var(--mbbs-bg-light);
    }

    .mbbs-faq-answer-inner {
        padding: 0 20px 20px 20px;
        color: #444;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .mbbs-blog-wrapper {
            padding: 15px;
        }
        .mbbs-blog-wrapper h1 {
            font-size: 1.8rem;
        }
        .mbbs-blog-wrapper h2 {
            font-size: 1.5rem;
        }
        .mbbs-toc {
            padding: 15px;
        }
    }/* End custom CSS */