
/*.hm-hero{*/
/*    background:black !important;*/
/*}*/


    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      font-family:'Inter',sans-serif;
      background:red;
      /*background:#f5f9fc;*/
      color:#1e293b;
      line-height:1.6;
    }

    a{
      text-decoration:none;
      color:inherit;
    }

    .container{
      width:90%;
      max-width:1250px;
      margin:auto;
    }
    
    
    /*######################*/

    /*header{*/
    /*  background:#fff;*/
    /*  position:sticky;*/
    /*  top:0;*/
    /*  z-index:1000;*/
    /*  box-shadow:0 2px 12px rgba(0,0,0,0.05);*/
    /*}*/

    /*.navbar{*/
    /*  display:flex;*/
    /*  justify-content:space-between;*/
    /*  align-items:center;*/
    /*  padding:18px 0;*/
    /*}*/

    /*.logo{*/
    /*  font-size:32px;*/
    /*  font-weight:800;*/
    /*  color:#0f766e;*/
    /*}*/

    /*.logo span{*/
    /*  color:#0284c7;*/
    /*}*/

    /*nav ul{*/
    /*  display:flex;*/
    /*  list-style:none;*/
    /*  gap:28px;*/
    /*  align-items:center;*/
    /*}*/

    /*nav ul li a{*/
    /*  font-weight:600;*/
    /*  transition:0.3s;*/
    /*}*/

    /*nav ul li a:hover{*/
    /*  color:#0284c7;*/
    /*}*/
    
    
    /*######################*/

    .hero{
      padding:90px 0;
      background:linear-gradient(135deg,#e0f2fe,#ecfeff);
    }

    .hero-wrapper{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:50px;
      align-items:center;
    }

    .hero-text h1{
      font-size:58px;
      line-height:1.1;
      margin-bottom:24px;
      
      color:#0f172a;
      
    }

    .hero-text p{
      font-size:18px;
      margin-bottom:32px;
      color:#475569;
    }

    .hero-buttons{
      display:flex;
      gap:18px;
      flex-wrap:wrap;
    }

    .btn{
      padding:14px 28px;
      border-radius:14px;
      font-weight:700;
      transition:0.3s;
      display:inline-block;
    }

    .btn-primary{
      background:#0284c7;
      color:#fff;
    }

    .btn-primary:hover{
      background:#0369a1;
    }

    .btn-secondary{
      background:#fff;
      color:#0f172a;
      border:1px solid #cbd5e1;
    }

    .hero-image img{
      width:100%;
      border-radius:28px;
      box-shadow:0 10px 40px rgba(0,0,0,0.12);
    }

    .section-title{
      text-align:center;
      margin-bottom:55px;
    }

    .section-title h2{
      font-size:42px;
      margin-bottom:14px;
      color:#0f172a;
    }

    .section-title p{
      color:#64748b;
      font-size:17px;
    }

    .trust-bar{
      padding:70px 0;
      background:#fff;
    }

    .trust-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:24px;
    }

    .trust-card{
      background:#f8fafc;
      padding:28px;
      border-radius:22px;
      text-align:center;
      border:1px solid #e2e8f0;
      transition:0.3s;
    }

    .trust-card:hover{
      transform:translateY(-5px);
      background:#ecfeff;
    }

    .trust-card h3{
      margin-top:14px;
      font-size:20px;
    }

    .doctors{
      padding:90px 0;
    }

    .doctor-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:30px;
    }

    .doctor-card{
      background:#fff;
      border-radius:24px;
      overflow:hidden;
      box-shadow:0 8px 30px rgba(0,0,0,0.06);
      transition:0.3s;
    }

    .doctor-card:hover{
      transform:translateY(-6px);
    }

    .doctor-card img{
      width:100%;
      height:260px;
      object-fit:cover;
    }

    .doctor-content{
      padding:24px;
    }

    .doctor-content h3{
      margin-bottom:10px;
    }

    .doctor-content p{
      color:#475569;
      margin-bottom:12px;
    }

    .categories{
      background:#fff;
      padding:90px 0;
    }

    .category-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:24px;
    }

    .category-card{
      background:#f8fafc;
      border-radius:24px;
      padding:35px 20px;
      text-align:center;
      font-weight:700;
      border:1px solid #e2e8f0;
      transition:0.3s;
    }

    .category-card:hover{
      background:#0284c7;
      color:#fff;
      transform:translateY(-5px);
    }

    .articles{
      padding:90px 0;
    }

    .article-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:30px;
    }

    .article-card{
      background:#fff;
      border-radius:24px;
      overflow:hidden;
      box-shadow:0 8px 28px rgba(0,0,0,0.06);
    }

    .article-card img{
      width:100%;
      height:220px;
      object-fit:cover;
    }

    .article-content{
      padding:24px;
    }

    .badge{
      display:inline-block;
      background:#dcfce7;
      color:#166534;
      padding:6px 12px;
      border-radius:40px;
      font-size:13px;
      font-weight:700;
      margin-bottom:14px;
    }

    .article-content h3{
      margin-bottom:14px;
      font-size:22px;
    }

    .article-content p{
      color:#64748b;
      margin-bottom:18px;
    }

    .newsletter{
      padding:90px 0;
      background:linear-gradient(135deg,#0f766e,#0284c7);
      color:#fff;
      text-align:center;
    }

    .newsletter h2{
      font-size:44px;
      margin-bottom:16px;
    }

    .newsletter p{
      margin-bottom:28px;
      font-size:18px;
    }

    .newsletter form{
      display:flex;
      justify-content:center;
      gap:14px;
      flex-wrap:wrap;
    }

    .newsletter input{
      width:350px;
      padding:16px;
      border:none;
      border-radius:12px;
      outline:none;
      font-size:16px;
    }

    .newsletter button{
      border:none;
      background:#fff;
      color:#0284c7;
      padding:16px 28px;
      border-radius:12px;
      font-weight:800;
      cursor:pointer;
    }

/*#############-Sear bar-#####################*/
.hm-search-form{
    display:flex;
    align-items:center;
    max-width:750px;
    width:100%;
    background:#fff;
    border-radius:60px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border:1px solid #e6eef5;
}

.hm-search-input{
    flex:1;
    border:none;
    outline:none;
    padding:20px 25px;
    font-size:16px;
    color:#333;
    font-family:'Inter',sans-serif;
}

.hm-search-input::placeholder{
    color:#7a8ca5;
}

.hm-search-btn{
    width:70px;
    height:65px;
    border:none;
    background:#0d6efd;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    transition:0.3s;
}

.hm-search-btn:hover{
    background:#0056d2;
}

/*############################################*/
  
    
    /*######################*/

    @media(max-width:992px){
      .hero-wrapper,
      .trust-grid,
      .doctor-grid,
      .category-grid,
      .article-grid,
      
      
      .footer-grid{
        grid-template-columns:1fr 1fr;
      }

      .hero-text h1{
        font-size:42px;
      }
    }

    @media(max-width:768px){ 
         body{
        background:red !important;
    }
        
      nav{
        display:none;
      }

      .hero-wrapper,
      .trust-grid,
      .doctor-grid,
      .category-grid,
      .article-grid,
      
      
      /*.footer-grid{*/
      /*  grid-template-columns:1fr;*/
      /*}*/

      .hero-text h1{
        font-size:36px;
      }

      .section-title h2{
        font-size:32px;
      }
    }  
    
    /*------------------*/
   
