.elementor-368 .elementor-element.elementor-element-ca3c549{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7e5a713 */كود جعل اللون ابيض للعوان 
/* تحويل لون العنوان إلى الأبيض إجبارياً */
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-blue: #003366;
            --secondary-blue: #004d99;
            --accent-sky: #66CCFF;
            --accent-orange: #FF9933;
            --accent-gold: #e68a2e;
            --text-dark: #1e293b;
            --text-gray: #475569;
            --bg-light: #f8fafc;
            --white: #ffffff;
            --success: #10b981;
            --danger: #ef4444;
            --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            --shadow-md: 0 10px 15px -3px rgba(0, 51, 102, 0.1);
            --shadow-lg: 0 20px 25px -5px rgba(0, 51, 102, 0.15);
            --shadow-glow: 0 0 20px rgba(102, 204, 255, 0.3);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Cairo', sans-serif;
            background: var(--bg-light);
            color: var(--text-dark);
            line-height: 1.8;
            font-size: 17px;
            /* Improved readability */
            overflow-x: hidden;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        ul,
        ol {
            list-style: none;
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
        }

        /* === SCROLL PROGRESS BAR === */
        .progress-track {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: transparent;
            z-index: 10001;
        }

        .progress-bar {
            height: 100%;
            background: linear-gradient(90deg, var(--accent-orange), var(--accent-sky));
            width: 0%;
            transition: width 0.1s;
            box-shadow: 0 0 10px var(--accent-orange);
        }

        /* === VISUAL EMPHASIS === */
        .highlight-marker {
            background: linear-gradient(120deg, rgba(255, 215, 0, 0.4) 0%, rgba(255, 215, 0, 0.4) 100%);
            background-repeat: no-repeat;
            background-size: 100% 45%;
            background-position: 0 85%;
            display: inline;
            padding: 0 2px;
            font-weight: inherit;
        }

        .title-circle {
            position: relative;
            display: inline-block;
            z-index: 1;
        }

        .title-circle::before {
            content: '';
            position: absolute;
            top: -10%;
            left: -5%;
            width: 110%;
            height: 120%;
            border: 3px solid var(--accent-orange);
            border-radius: 65% 35% 50% 50% / 40% 60% 50% 60%;
            opacity: 0.6;
            z-index: -1;
            transform: rotate(-2deg);
            pointer-events: none;
        }

        /* === EVOLVED HERO SECTION === */
        .hero {
            background: linear-gradient(135deg, #001a33 0%, #003366 50%, #002244 100%);
            color: var(--white);
            padding: 80px 0 100px;
            text-align: center;
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 50px;
            border-bottom-right-radius: 50px;
        }


        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('hero-pattern.svg');
            /* Subtle pattern placeholder */
            opacity: 0.1;
            pointer-events: none;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-badge {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(5px);
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 0.9rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
            display: inline-block;
            margin-bottom: 20px;
            color: var(--accent-sky);
            font-weight: 600;
            animation: fadeInDown 1s ease;
        }

        .hero h1 {
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1.4;
            margin-bottom: 20px;
            text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            animation: fadeInUp 1s ease 0.2s backwards;
        }

        .hero h1 span {
            color: var(--accent-orange);
            position: relative;
            display: inline-block;
        }

        /* === DOCTOR WIDGET (EVOLVED) === */
        .doctor-widget {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(15px);
            border-radius: 20px;
            padding: 30px;
            box-shadow: var(--shadow-lg), 0 -10px 30px rgba(0, 0, 0, 0.05);
            max-width: 650px;
            margin: -70px auto 40px;
            position: relative;
            z-index: 10;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.8);
            transition: transform 0.3s ease;
        }

        .doctor-widget:hover {
            transform: translateY(-5px);
        }

        .doctor-img-container {
            width: 140px;
            height: 140px;
            margin: -80px auto 15px;
            position: relative;
        }

        .doctor-img-container img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            border: 5px solid var(--white);
            box-shadow: var(--shadow-md);
        }

        .verified-icon {
            position: absolute;
            bottom: 5px;
            right: 5px;
            background: var(--accent-sky);
            color: var(--white);
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid var(--white);
            font-size: 0.9rem;
        }

        .doctor-info h2 {
            color: var(--primary-blue);
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .doctor-title {
            color: var(--text-gray);
            font-size: 0.95rem;
            margin-bottom: 15px;
        }

        .trust-badges {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .trust-badge {
            background: #f0f9ff;
            color: var(--primary-blue);
            padding: 6px 12px;
            border-radius: 8px;
            font-size: 0.8rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .trust-badge i {
            color: var(--accent-orange);
        }

        /* === CALL TO ACTIONS === */
        .cta-group {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 15px;
        }

        .btn {
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .btn-primary {
            background: var(--accent-orange);
            color: var(--white);
            box-shadow: 0 4px 15px rgba(255, 153, 51, 0.4);
        }

        .btn-secondary {
            background: var(--success);
            color: var(--white);
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
        }

        .btn:hover {
            transform: translateY(-2px);
            filter: brightness(1.05);
        }

        .btn i {
            font-size: 1.1rem;
        }

        /* === CONTENT STYLE === */
        .content-wrapper {
            padding: 20px 0 60px;
        }

        h2.section-title {
            font-size: 1.6rem;
            color: var(--primary-blue);
            margin: 50px 0 25px;
            position: relative;
            padding-right: 20px;
            border-right: 5px solid var(--accent-sky);
        }

        p {
            margin-bottom: 20px;
            color: var(--text-gray);
        }

        /* Answer-First Box */
        .answer-box {
            background: linear-gradient(to left, #f1f8ff, #ffffff);
            border: 2px solid #dbeafe;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 30px;
            position: relative;
        }

        .answer-box::before {
            content: '💡 إجابة سريعة';
            position: absolute;
            top: -12px;
            right: 20px;
            background: var(--primary-blue);
            color: var(--white);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes popIn {
            0% {
                opacity: 0;
                transform: scale(0.5);
            }

            70% {
                transform: scale(1.1);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        .btn-entry-anim {
            animation: popIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) backwards;
        }

        /* Interactive Icons */
        .interactive-icon {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
            display: inline-block;
        }

        .interactive-icon:hover {
            transform: scale(1.2) rotate(10deg);
            filter: drop-shadow(0 0 10px rgba(255, 153, 51, 0.6));
            color: var(--accent-orange) !important;
        }

        .pulse-icon {
            animation: pulse-orange 2s infinite;
        }

        @keyframes pulse-orange {
            0% {
                box-shadow: 0 0 0 0 rgba(255, 153, 51, 0.7);
            }

            70% {
                box-shadow: 0 0 0 10px rgba(255, 153, 51, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(255, 153, 51, 0);
            }
        }

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

            .doctor-widget {
                margin-top: -50px;
                padding: 20px 15px;
            }

            .cta-group {
                flex-direction: column;
            }

            .btn {
                width: 100%;
                justify-content: center;
            }

        }

        /* === NEW SECTIONS CSS === */

        /* Feature Grid (Why Choose Us) */
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .feature-card {
            background: #fff;
            padding: 25px;
            border-radius: 16px;
            box-shadow: var(--shadow-sm);
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-md);
            border-color: var(--accent-sky);
        }

        .feature-icon {
            font-size: 2rem;
            color: var(--accent-orange);
            margin-bottom: 15px;
            background: #fff7ed;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
        }

        .feature-card h3 {
            font-size: 1.1rem;
            margin-bottom: 10px;
            color: var(--primary-blue);
            font-weight: 700;
        }

        /* Comparison Table (Evolved) */
        .table-responsive {
            overflow-x: auto;
            border-radius: 16px;
            box-shadow: var(--shadow-md);
            margin: 30px 0;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            min-width: 600px;
            /* Force scroll on small mobile */
        }

        .comparison-table th {
            background: var(--primary-blue);
            color: #fff;
            padding: 18px;
            text-align: right;
            font-weight: 600;
            white-space: nowrap;
        }

        .comparison-table td {
            padding: 15px 18px;
            border-bottom: 1px solid #e2e8f0;
            color: var(--text-dark);
        }

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

        .comparison-table tr:nth-child(even) {
            background: #f8fafc;
        }

        .comparison-table tr:hover {
            background: #eff6ff;
        }

        /* Section Divider */
        .section-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
            margin: 60px 0;
        }

        /* Snippet Box (Answer First) */
        .snippet-box {
            background: linear-gradient(135deg, #eff6ff, #fff);
            border-right: 4px solid var(--accent-sky);
            padding: 25px;
            border-radius: 12px;
            margin: 20px 0 30px;
            box-shadow: var(--shadow-sm);
        }

        .snippet-box strong {
            color: var(--primary-blue);
            display: block;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }

        /* Timeline (Recovery & Surgery) */
        .timeline {
            position: relative;
            padding-right: 30px;
            margin: 30px 0;
            border-right: 3px solid #e2e8f0;
        }

        .timeline-item {
            margin-bottom: 30px;
            position: relative;
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            right: -36px;
            top: 5px;
            width: 15px;
            height: 15px;
            background: var(--accent-orange);
            border: 3px solid #fff;
            border-radius: 50%;
            box-shadow: 0 0 0 3px rgba(255, 153, 51, 0.2);
        }

        .timeline-item h4 {
            color: var(--primary-blue);
            font-size: 1.1rem;
            margin-bottom: 8px;
        }

        .timeline-item p {
            font-size: 0.95rem;
            margin: 0;
        }

        /* Success Stats Grid */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .stat-card {
            background: #fff;
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            box-shadow: var(--shadow-sm);
            border: 1px solid #e2e8f0;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--accent-sky);
            display: block;
            margin-bottom: 5px;
        }

        .stat-label {
            color: var(--text-gray);
            font-size: 0.9rem;
            font-weight: 600;
        }

        /* FAQ Section */
        .faq-section {
            margin-top: 50px;
        }

        .faq-item {
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            margin-bottom: 15px;
            overflow: hidden;
            background: #fff;
        }

        .faq-question {
            width: 100%;
            text-align: right;
            padding: 20px;
            background: #fff;
            border: none;
            outline: none;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--primary-blue);
            font-family: 'Cairo', sans-serif;
        }

        .faq-question i {
            transition: transform 0.3s ease;
            color: var(--accent-orange);
        }

        .faq-question.active i {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: #f8fafc;
        }

        .faq-answer p {
            padding: 20px;
            margin: 0;
            color: var(--text-gray);
        }/* End custom CSS */