.elementor-3872 .elementor-element.elementor-element-f5e85bd{--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 html, class: .elementor-element-b29d5b0 */:root {
        --color-white: #ffffff;
        --color-primary: #1C6498;
        --color-secondary: #164268;
        --color-dark: #1D3450;
        --color-accent: #0C6A32;
    }

    .mbbs-privacy-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: var(--color-dark);
        line-height: 1.6;
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px;
    }

    /* Hero Section with Split Layout */
    .mbbs-hero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 40px;
        margin-bottom: 60px;
        background: #f9f9f9;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .mbbs-hero-image {
        flex: 1 1 450px;
        height: 500px;
        background: url('http://mbbspathway.in/wp-content/uploads/2026/03/Privacy-policy-and-data-protection-for-MBBS-consultancy-website.jpeg') no-repeat center center;
        background-size: cover;
    }

    .mbbs-hero-content {
        flex: 1 1 450px;
        padding: 40px;
    }

    .mbbs-hero-content h1 {
        color: var(--color-secondary);
        font-size: 2.5rem;
        margin-top: 0;
        line-height: 1.2;
    }

    /* Modern Step Process Styling */
    .process-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin: 40px 0;
    }

    .process-step {
        background: var(--color-white);
        border-bottom: 5px solid var(--color-primary);
        padding: 25px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s ease;
        position: relative;
    }

    .process-step:hover {
        transform: translateY(-10px);
    }

    .step-number {
        background: var(--color-accent);
        color: white;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .process-step h4 {
        color: var(--color-primary);
        margin: 10px 0;
    }

    /* Content Styling */
    .section-h2 {
        color: var(--color-secondary);
        border-left: 5px solid var(--color-accent);
        padding-left: 15px;
        margin: 50px 0 25px;
    }

    .data-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }

    .data-card {
        background: var(--color-dark);
        color: white;
        padding: 25px;
        border-radius: 15px;
    }

    .data-card h3 { color: var(--color-primary); margin-top: 0; }
    
    .link-box {
        background: #eef6fb;
        padding: 20px;
        border-radius: 10px;
        margin: 30px 0;
        border-left: 4px solid var(--color-primary);
    }

    .faq-item {
        background: #fff;
        margin-bottom: 15px;
        padding: 20px;
        border-radius: 8px;
        border: 1px solid #eee;
    }

    .btn-contact {
        display: inline-block;
        background: var(--color-accent);
        color: white !important;
        padding: 15px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        margin-top: 20px;
        transition: opacity 0.3s;
    }

    @media (max-width: 768px) {
        .mbbs-hero-image { height: 300px; }
        .mbbs-hero-content h1 { font-size: 1.8rem; }
    }/* End custom CSS */