 /* Theme Name: Med Scribe  
 Author: Anurag Tripathi
 */
 :root {
            --primary-teal: #1db489;
            --bg-light: #f9fbfb;
            --text-dark: #1a1a1a;
            --card-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg-light);
            color: var(--text-dark);
            line-height: 1.6;
        }

        .btn-teal {
            background-color: var(--primary-teal);
            color: white;
            border-radius: 8px;
            padding: 10px 24px;
            font-weight: 600;
            border: none;
            transition: 0.3s;
        }

        .btn-teal:hover {
            background-color: #169b76;
            color: white;
        }

        /* Hero Section Gradient Background */
        .hero-section {
            padding: 80px 0;
            background: radial-gradient(circle at 90% 10%, rgba(29, 180, 137, 0.1) 0%, transparent 40%);
        }

        .badge-ai {
            background: rgba(29, 180, 137, 0.1);
            color: var(--primary-teal);
            border: 1px solid rgba(29, 180, 137, 0.2);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.1;
        }

        .text-teal { color: var(--primary-teal); }

        /* Mockup Card Styling */
        .mockup-card {
            background: white;
            border-radius: 20px;
            box-shadow: var(--card-shadow);
            padding: 25px;
            border: 1px solid #edf2f2;
        }

        /* Section Headings */
        .section-title {
            font-weight: 700;
            font-size: 2.2rem;
            margin-bottom: 40px;
        }

        /* Feature Cards */
        .feature-card {
            background: white;
            padding: 40px 30px;
            border-radius: 16px;
            height: 100%;
            border: 1px solid #f0f0f0;
            transition: transform 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
        }

        .icon-box {
            width: 50px;
            height: 50px;
            background: #f0fdf9;
            color: var(--primary-teal);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            margin-bottom: 20px;
            font-size: 1.2rem;
        }

        /* Pricing Card */
        .pricing-card {
            background: white;
            border-radius: 24px;
            padding: 50px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
            border: 1px solid #e0e0e0;
            max-width: 500px;
            margin: auto;
            position: relative;
        }

        .pricing-badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #e6f7f3;
            color: var(--primary-teal);
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
        }

        /* Testimonials */
        .testimonial-card {
            background: white;
            padding: 30px;
            border-radius: 16px;
            border: 1px solid #f0f0f0;
        }

        /* Video Placeholder */
        .video-container {
            background: #fff;
            border-radius: 20px;
            padding: 15px;
            box-shadow: var(--card-shadow);
            position: relative;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background: var(--primary-teal);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
        }
        .light-mesh-gradient {
    background: radial-gradient(circle at 90% 10%, rgba(29, 180, 137, 0.1) 0%, transparent 40%);
}
.dunne li.elementor-icon-list-item {
    background: #fff;
    padding: 13px 20px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #c5efe6;
    border-radius: 10px;
}
.dunne li.elementor-icon-list-item span.elementor-icon-list-icon {
    background: #e6f5f2;
    padding: 9px;
    border-radius: 50%;
}
.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
    max-width: 100%;
}
.asdxz {
    border-left: 4px solid #21a190;
    border-radius: 5px;
    padding-left: 20px;
}
.asdxz strong {
    color: #21a190;
}
.scsdv {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
}
.scsdv .elementor-icon-box-icon {
    background: #e6f4ef;
    padding: 7px;
    border-radius: 50%;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
}

.wpcf7-submit {
  background: #22b07d;
  color: #fff;
  padding: 16px;
  border-radius: 14px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
img.img-fluid.two {
    width: 208px;
}
.feature-card {
    padding: 40px 40px 40px 40px;
}
.feature-card:hover {
    background: #bee9e11f;
}