  .hmc-hero{
      padding:90px 0;
      background:linear-gradient(135deg,#e0f2fe,#ecfeff);
    }

    .hmc-hero-wrapper{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:50px;
      align-items:center;
    }

    .hmc-hero-text h1{
      font-size:58px;
      line-height:1.1;
      margin-bottom:24px;
      color:#0f172a;
    }

    .hmc-hero-text p{
      font-size:18px;
      margin-bottom:32px;
      color:#475569;
    }

    .hmc-hero-buttons{
      display:flex;
      gap:18px;
      flex-wrap:wrap;
    }

    .hmc-btn{
      padding:14px 28px;
      border-radius:14px;
      font-weight:700;
      transition:0.3s;
      display:inline-block;
    }

    .hmc-btn-primary{
      background:#0284c7;
      color:#fff;
    }

    .hmc-btn-primary:hover{
      background:#0369a1;
    }

    .hmc-btn-secondary{
      background:#fff;
      color:#0f172a;
      border:1px solid #cbd5e1;
    }

    .hmc-hero-image img{
      width:100%;
      border-radius:28px;
      box-shadow:0 10px 40px rgba(0,0,0,0.12);
    }

    .hmc-section-title{
      text-align:center;
      margin-bottom:55px;
    }

    .hmc-section-title h2{
      font-size:42px;
      margin-bottom:14px;
      color:#0f172a;
    }

    .hmc-section-title p{
      color:#64748b;
      font-size:17px;
    }

    .hmc-trust-bar{
      padding:70px 0;
      background:#fff;
    }

    .hmc-trust-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:24px;
    }

    .hmc-trust-card{
      background:#f8fafc;
      padding:28px;
      border-radius:22px;
      text-align:center;
      border:1px solid #e2e8f0;
      transition:0.3s;
    }

    .hmc-trust-card:hover{
      transform:translateY(-5px);
      background:#ecfeff;
    }

    .hmc-trust-card h3{
      margin-top:14px;
      font-size:20px;
    }

    .hmc-doctors{
      padding:90px 0;
    }

    .hmc-doctor-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:30px;
    }

    .hmc-doctor-card{
      background:#fff;
      border-radius:24px;
      overflow:hidden;
      box-shadow:0 8px 30px rgba(0,0,0,0.06);
      transition:0.3s;
    }

    .hmc-doctor-card:hover{
      transform:translateY(-6px);
    }

    .hmc-doctor-card img{
      width:100%;
      height:260px;
      object-fit:cover;
    }

    .hmc-doctor-content{
      padding:24px;
    }

    .hmc-doctor-content h3{
      margin-bottom:10px;
    }

    .hmc-doctor-content p{
      color:#475569;
      margin-bottom:12px;
    }

    .hmc-categories{
      background:#fff;
      padding:90px 0;
    }

    .hmc-category-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:24px;
    }

    .hmc-category-card{
      background:#f8fafc;
      border-radius:24px;
      padding:35px 20px;
      text-align:center;
      font-weight:700;
      border:1px solid #e2e8f0;
      transition:0.3s;
    }

    .hmc-category-card:hover{
      background:#0284c7;
      color:#fff;
      transform:translateY(-5px);
    }

    .hmc-articles{
      padding:90px 0;
    }

    .hmc-article-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:30px;
    }

    .hmc-article-card{
      background:#fff;
      border-radius:24px;
      overflow:hidden;
      box-shadow:0 8px 28px rgba(0,0,0,0.06);
    }

    .hmc-article-card img{
      width:100%;
      height:220px;
      object-fit:cover;
    }

    .hmc-article-content{
      padding:24px;
    }

    .hmc-badge{
      display:inline-block;
      background:#dcfce7;
      color:#166534;
      padding:6px 12px;
      border-radius:40px;
      font-size:13px;
      font-weight:700;
      margin-bottom:14px;
    }

    .hmc-article-content h3{
      margin-bottom:14px;
      font-size:22px;
    }

    .hmc-article-content p{
      color:#64748b;
      margin-bottom:18px;
    }

    .hmc-newsletter{
      padding:90px 0;
      background:linear-gradient(135deg,#0f766e,#0284c7);
      color:#fff;
      text-align:center;
    }

    .hmc-newsletter h2{
      font-size:44px;
      margin-bottom:16px;
    }

    .hmc-newsletter p{
      margin-bottom:28px;
      font-size:18px;
    }

    .hmc-newsletter form{
      display:flex;
      justify-content:center;
      gap:14px;
      flex-wrap:wrap;
    }

    .hmc-newsletter input{
      width:350px;
      padding:16px;
      border:none;
      border-radius:12px;
      outline:none;
      font-size:16px;
    }

    .hmc-newsletter button{
      border:none;
      background:#fff;
      color:#0284c7;
      padding:16px 28px;
      border-radius:12px;
      font-weight:800;
      cursor:pointer;
    } 
    
    /*serchbar------*/
    /* =========================
SEARCH BAR
========================= */

#search_fast{
    width:100%;
    padding:30px 0;
    background:#f8fafc;
}

.hm-search-form{
    max-width:720px;
    margin:auto;
    position:relative;
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #dbe4ee;
    border-radius:60px;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(15,23,42,0.06);
}

.hm-search-form input[type="search"]{
    width:100%;
    height:64px;
    border:0;
    outline:none;
    padding:0 75px 0 28px;
    font-size:17px;
    color:#0f172a;
    background:transparent;
}

.hm-search-form input[type="search"]::placeholder{
    color:#64748b;
}

.hm-search-form button{
    position:absolute;
    right:8px;
    width:50px;
    height:50px;
    border:0;
    border-radius:50%;
    background:#0ea5e9;
    color:#ffffff;
    font-size:18px;
    cursor:pointer;
    transition:0.3s ease;
}

.hm-search-form button:hover{
    background:#0284c7;
    transform:scale(1.05);
}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

    #search_fast{
        padding:20px 15px;
    }

    .hm-search-form{
        border-radius:18px;
    }

    .hm-search-form input[type="search"]{
        height:56px;
        font-size:15px;
        padding:0 65px 0 18px;
    }

    .hm-search-form button{
        width:44px;
        height:44px;
        font-size:16px;
    }

}   

/*---------------------------------------Blur-------------*/

/* =========================
NEWSLETTER COMING SOON
========================= */

.newsletter{
    position:relative;
    padding:80px 20px;
    background:linear-gradient(135deg,#0f172a,#1e293b);
    overflow:hidden;
    text-align:center;
    color:#ffffff;
}

.newsletter .container{
    max-width:700px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* Blur Content */

.newsletter h2,
.newsletter p,
.newsletter form{
    filter:blur(2px);
    opacity:.55;
    pointer-events:none;
    user-select:none;
}

/* Overlay Badge */

.newsletter::after{
    content:"Newsletter Launching Soon";

    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

    background:#ffffff;
    color:#0f172a;

    padding:14px 30px;
    border-radius:50px;

    font-size:15px;
    font-weight:700;
    letter-spacing:.3px;

    box-shadow:0 10px 30px rgba(0,0,0,.2);

    z-index:5;
}

/* Optional Glow */

.newsletter::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(14,165,233,.18);
    border-radius:50%;
    top:-80px;
    right:-80px;
    filter:blur(60px);
}

/* MOBILE */

@media(max-width:768px){

    .newsletter{
        padding:60px 20px;
    }

    .newsletter::after{
        font-size:13px;
        padding:12px 22px;
        width:max-content;
        max-width:90%;
    }

}