.elementor-2217 .elementor-element.elementor-element-f4c9ad4{--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-bd23989 */:root {
        --primary-color: #f22283;
        --secondary-color: #1f3d9d;
        --rare-color: #119809;
        --text-color: #333333;
        --bg-white: #ffffff;
        --bg-light-medical: #f8faff;
    }

    /* Core Section Styles */
    .medigo-section {
        width: 100%;
        padding: 20px;
        border-radius: 15px;
        background-color: var(--bg-white);
        margin-bottom: 25px;
        transition: box-shadow 0.3s ease;
        border: 1px solid #edf2f7;
        color: var(--text-color);
        box-sizing: border-box;
    }

    .medigo-section:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    /* Typography */
    .medigo-section h1 {
        color: var(--primary-color);
        font-size: 2.2rem;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .medigo-section h2 {
        color: var(--secondary-color);
        font-size: 1.8rem;
        margin-bottom: 15px;
        border-bottom: 2px solid var(--primary-color);
        padding-bottom: 8px;
        display: inline-block;
        margin-top: 0;
    }

    .medigo-section h3 {
        color: var(--secondary-color);
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .medigo-section p {
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .medigo-section a {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
    }

    .medigo-section a:hover {
        color: var(--secondary-color);
        text-decoration: underline;
    }

    /* Highlight Warning classes */
    .alert-red {
        color: red;
        font-weight: bold;
        background-color: #fff0f0;
        padding: 5px 10px;
        border-radius: 5px;
        display: inline-block;
        border-left: 4px solid red;
        margin: 10px 0;
    }

    /* Table of Contents */
    .medigo-toc {
        background-color: var(--bg-light-medical);
        border: 1px solid #dce4f0;
    }
    
    .medigo-toc summary {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--secondary-color);
        cursor: pointer;
        list-style: none;
        display: flex;
        align-items: center;
    }
    
    .medigo-toc summary::-webkit-details-marker {
        display: none;
    }
    
    .medigo-toc summary::before {
        content: "\f0c9"; /* FontAwesome bars */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
        color: var(--primary-color);
    }

    .medigo-toc ul {
        margin-top: 15px;
        padding-left: 20px;
        list-style-type: none;
    }

    .medigo-toc ul li {
        margin-bottom: 8px;
    }
    
    .medigo-toc ul li a {
        color: var(--secondary-color);
        font-weight: 500;
    }
    
    .medigo-toc ul li a:hover {
        color: var(--primary-color);
    }

    /* Profile Header & Image */
    .profile-header-content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-start;
    }

    .profile-img-container {
        flex: 0 0 250px;
    }

    .profile-img-container img {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        object-fit: cover;
    }

    .profile-text-content {
        flex: 1;
        min-width: 280px;
    }

    /* AEO Block */
    .aeo-block {
        background: var(--bg-light-medical);
        border-left: 5px solid var(--rare-color);
        padding: 15px 20px;
        border-radius: 0 10px 10px 0;
        font-style: italic;
        margin: 20px 0;
    }

    /* Lists */
    .medigo-list {
        padding-left: 20px;
    }
    
    .medigo-list li {
        margin-bottom: 10px;
        line-height: 1.6;
    }
    
    .medigo-list li strong {
        color: var(--secondary-color);
    }

    /* FAQ Accordion */
    .faq-item {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }

    .faq-btn {
        width: 100%;
        text-align: left;
        background: none;
        border: none;
        padding: 15px 0;
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--secondary-color);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: color 0.3s;
    }

    .faq-btn:hover {
        color: var(--primary-color);
    }

    .faq-btn i {
        color: var(--primary-color);
        transition: transform 0.3s ease;
    }

    .faq-btn.active i {
        transform: rotate(180deg);
    }

    .faq-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        padding: 0;
    }

    .faq-content p {
        padding-bottom: 15px;
        margin: 0;
    }

    /* CTA Button */
    .drAppointmentBTN {
        background-color: var(--primary-color) !important;
        color: #ffffff !important;
        padding: 12px 25px;
        border-radius: 8px;
        text-decoration: none !important;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        border: none;
        box-shadow: 0 4px 6px rgba(242, 34, 131, 0.3);
    }

    .drAppointmentBTN:hover {
        background-color: var(--secondary-color) !important;
        box-shadow: 0 6px 12px rgba(31, 61, 157, 0.4);
        transform: translateY(-2px);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .profile-img-container {
            flex: 0 0 100%;
            max-width: 300px;
            margin: 0 auto;
        }
        .medigo-section h1 {
            font-size: 1.8rem;
            text-align: center;
        }
        .medigo-section h3 {
            text-align: center;
        }
    }/* End custom CSS */