
   :root {
        --brand: #E75480;
        --soft: #FDF3F6;
        --ink: #111827;
        --muted: #6B7280;
    }

    body {
        color: #1f2937;
    }

    .section {
        padding: 3rem 0;
    }

    .lead-tight {
        line-height: 1.5;
    }

    .btn-rose {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
        border-radius: 999px;
    }

    .btn-rose:hover {
        opacity: .9;
        color: #fff;
    }
    
    .brand-color { color: var(--brand); }

    .hero {
        background-image: url('images/banner/hysterectomy.webp');
        /* <-- put your image */
        background-repeat: no-repeat;
        background-size: cover;
        /* scale image height; tweak as needed */
        border-radius: 10px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
        height: 300px;
        /* height of the banner */
        padding: 28px 28px;
        /* inner spacing */
        position: relative;
        overflow: hidden;
    }

    .hero h1 {
        color: #e35070;
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: .35rem;
    }

    .hero p {
        color: #6b7280;
        margin-bottom: 1rem;
    }

    .btn-rose {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
        border-radius: 999px;
        padding: .45rem .9rem;
    }

    .btn-rose:hover {
        opacity: .9;
        color: #fff;
    }

    .badge-pill-rose {
        background: var(--soft);
        color: var(--brand);
        border-radius: 999px;
        font-weight: 600;
        padding: .35rem .75rem;
        font-size: .85rem;
    }

    /* Cards & list styles */
    .list-check li {
        margin-bottom: .5rem;
    }

    .list-check i {
        color: var(--brand);
        margin-right: .5rem;
    }

    .card-soft {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 14px;
        box-shadow: 0 6px 16px rgba(17, 24, 39, .06);
    }

    .pill {
        border-radius: 999px;
    }

    /* Section headings */
    .eyebrow {
        color: var(--brand);
        font-weight: 700;
        letter-spacing: .02em;
    }

    .section h2 {
        font-weight: 700;
        color: #111;
    }

    /* Step cards */
    .step {
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 1rem;
        height: 100%;
    }

    .step .num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: var(--soft);
        color: var(--brand);
        font-weight: 700;
        margin-right: .5rem;
    }

    /* FAQ */
    .faq .card {
        border-radius: 12px;
        overflow: hidden;
    }

    /* Testimonials video thumbs */
    .thumb {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
    }

    .thumb:after {
        content: "\f04b";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        inset: 0;
        margin: auto;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: rgba(242, 116, 135, .92);
    }

    /* Helpers */
    .muted {
        color: var(--muted);
    }

    .softbg {
        background: var(--soft);
    }

    .hero-section .container-fluid {
        padding: 0;
    }

    .content-desc p {
        color: #767676;
        font-size: 18px;
    }

    .content-desc p {
        color: #767676;
        font-size: 18px;
    }

    .content-desc ul li {
        font-size: 18px;
        margin-bottom: 0.5rem;
        line-height: 25px;
    }
    .list-style-disc li{
        list-style-type: disc;
        list-style-position: outside;
        margin-left: 1.5rem;
    }
    .content-desc img {
        width: 100%;
        height: auto;
    }

    .info-card {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        align-items: flex-start;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        margin-bottom: 20px;
    }
    .info-card img, .info-card i {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }
    .section-bg {
        padding: 50px 0;
    }
    .highlight {
        color: var(--brand);
    }

    .procedure-card{
    background: #fff no-repeat right bottom / 140px auto; 
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    text-align: left;
    min-height: 220px;              
    position: relative;
    overflow: hidden;               
  }

  .section-title { color:#d94e70; font-weight:600; }
  .video-card{
    border-radius:12px; overflow:hidden; box-shadow:0 4px 14px rgba(0,0,0,.08);
    background:#000;
  }
  .caption{ font-size:.9rem; color:#333; margin-top:.5rem; }
  
  @media (max-width: 575.98px){
    .procedure-card{
      background-size: 120px auto;
      min-height: 200px;
    }
  }

    @media (max-width: 767.98px) {
        .hero {
            background-image: url('images/banner/hysterectomy-mobile.webp');
            height: 140px;
        }

        .hero h1 {
            font-size: 16px
        }

        .hero p {
            font-size: 9px;
        }

        .section h2 {
            font-size: 1.2rem;
        }
        .procedure-card h6 {font-size: 14px;}
        .procedure-card p {font-size: 10px;}
    }

    @media (min-width: 992px) {

        .hero h1 {
            font-size: 2rem;
        }
    }
    .section-wrap{ background:#fff; }
  .title-ask{ font-weight:700; }
  .title-ask .accent{ color:#d94e70; }
  /* Accordion cards */
  .faq-card{
    border:1px solid #f2d7df;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:12px;
    box-shadow:0 2px 8px rgba(0,0,0,.04);
  }
  .faq-card .card-header{
    background:#fff;
    border:0;
    padding:0;
  }
  .faq-toggle{
    width:100%;
    text-align:left;
    padding:14px 44px 14px 16px;
    background:var(--soft);
    border:0;
    font-weight:600;
    color:#222;
    position:relative;
  }
  .faq-toggle:focus{ outline:none; box-shadow:none; }
  .faq-toggle::after{
    content:"\25BC";                 /* ▼ */
    position:absolute; right:14px; top:50%;
    transform:translateY(-50%) rotate(0deg);
    transition:.2s ease;
    color:#666;
  }
  .faq-toggle.collapsed::after{ transform:translateY(-50%) rotate(-90deg); } /* ▶ */

  .faq-body{
    padding:14px 16px;
    color:#333;
    border-top:1px dashed #f0c3cf;
    border-radius:0 0 10px 10px;
  }
  .lead-muted{ color:#666; }
  .text-pink{ color:#d94e70; }
  .faq-section img {width: 100%; height: auto;}
