.elementor-2591 .elementor-element.elementor-element-2c6b1a2{margin-top:0px;margin-bottom:0px;padding:-9px -9px -9px -9px;}.elementor-2591 .elementor-element.elementor-element-e6cc5de > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2591 .elementor-element.elementor-element-0c34fbc > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-2c6b1a2 *//* تحويل لون العنوان إلى الأبيض إجبارياً */
h1,
.hero-section h1,
.elementor-heading-title,
.entry-title,
article h1 {
    color: #ffffff !important;
}

/* للعناوين الفرعية أيضاً */
.hero-section h1,
.hero-section .subtitle,
.hero-section p {
    color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS */:root {
            --primary: #4338ca;
            /* Indigo 700 */
            --primary-light: #6366f1;
            /* Indigo 500 */
            --secondary: #be123c;
            /* Rose 700 */
            --accent: #f59e0b;
            /* Amber 500 */
            --bg-light: #f8fafc;
            --white: #ffffff;
            --text-dark: #1e293b;
            --text-gray: #475569;
            --gradient-main: linear-gradient(135deg, #4338ca 0%, #be123c 100%);
        }

        body {
            font-family: 'Cairo', sans-serif;
            margin: 0;
            padding: 0;
            background-color: var(--bg-light);
            color: var(--text-dark);
            line-height: 1.8;
            direction: rtl;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .hero-section {
            background: linear-gradient(rgba(45, 20, 100, 0.85), rgba(190, 18, 60, 0.85)), url('C:/Users/Admin/.gemini/antigravity/brain/130d35a9-3edd-40d8-8799-00abe28b222e/modern_gynecology_clinic_interior_1769483769255.png');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: var(--white);
            padding: 100px 0 120px;
            text-align: center;
            border-radius: 0 0 50px 50px;
            overflow: hidden;
            position: relative;
        }

        .hero-section::after {
            content: none;
        }

        .hero-h1 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        }

        .hero-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto 30px;
        }

        /* Doctor Card (Floating) */
        .doctor-card {
            background: var(--white);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            padding: 40px;
            margin-top: -80px;
            position: relative;
            z-index: 10;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            border-top: 5px solid var(--secondary);
        }

        .doctor-img-wrap {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            padding: 5px;
            background: linear-gradient(to bottom, var(--primary), var(--secondary));
            margin-bottom: 20px;
            margin-top: -80px;
            /* Pull up */
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }

        .doctor-img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            object-position: top center;
            /* Focus on face */
            border: 4px solid var(--white);
        }

        /* Badges */
        .badges-container {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
            margin: 15px 0;
        }

        .badge {
            background: #eef2ff;
            color: var(--primary);
            padding: 8px 15px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.9rem;
            border: 1px solid #c7d2fe;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* Direct Answer Box (AI Overview) */
        .ai-box {
            background: #ffffff;
            border: 2px solid var(--primary-light);
            border-radius: 15px;
            padding: 30px;
            margin: 50px 0;
            position: relative;
        }

        .ai-box-title {
            color: var(--primary);
            font-weight: 800;
            font-size: 1.3rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* Comparison Table */
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .comparison-table th,
        .comparison-table td {
            padding: 15px 20px;
            text-align: right;
            border-bottom: 1px solid #e2e8f0;
        }

        .comparison-table th {
            background: var(--primary);
            color: #fff;
            font-weight: 700;
        }

        .comparison-table tr:last-child td {
            border-bottom: none;
        }

        /* Content Sections */
        .section-title {
            color: var(--text-dark);
            border-right: 5px solid var(--secondary);
            padding-right: 15px;
            margin: 50px 0 25px;
            font-size: 1.8rem;
        }

        .text-content {
            font-size: 1.1rem;
            color: var(--text-gray);
            margin-bottom: 20px;
        }

        /* CTA */
        .cta-box {
            background: var(--text-dark);
            color: white;
            padding: 40px;
            border-radius: 20px;
            text-align: center;
            margin: 60px 0;
            background-image: linear-gradient(rgba(30, 41, 59, 0.9), rgba(30, 41, 59, 0.9)), url('https://drelsenity.com/wp-content/uploads/2026/01/clinic-bg-pattern.png');
            background-size: cover;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #25D366;
            color: white;
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: bold;
            font-size: 1.1rem;
            text-decoration: none;
            margin-top: 20px;
            transition: transform 0.2s;
        }

        .cta-btn:hover {
            transform: scale(1.05);
        }

        @media (max-width: 768px) {
            .hero-h1 {
                font-size: 1.8rem;
            }

            .doctor-card {
                margin-top: -50px;
                padding: 25px;
            }

            .badge {
                font-size: 0.8rem;
            }
        }/* End custom CSS */