     .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
            gap: 15px;
        }

        .card {
            background: rgba(255, 255, 255, 0.15);
            border-radius: 15px;
            padding: 10px 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
                background-color: lightblue;
            }

            .card img {
                width: 90px;
                /*height: 60px;*/
                object-fit: contain;
                margin-bottom: 15px;
                align-self: center;
                /*filter: brightness(0) invert(1);*/
            }

            .card h3 {
                font-size: 16px;
                font-weight: 600;
                margin: 0;
                align-self: center;
                text-align: center;
            }
  .hero_h {
      height: fit-content;
      background-image: url("../../assets/img/home_img.jpg"); /* your image */
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Dark overlay for readability */
    .hero_h::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
     /* background: rgb(207 170 170 / 60%);/* adjust darkness */
      background: rgb(255 255 255 / 60%);
       inset: 0;

    }
 
    .hero_h .content {
      position: relative; /* keeps content above overlay */
      color: black;
      text-align: center;     
      padding: 20px;
      padding-top: 320px !important;
    }

    .hero_h .content h1 {
      font-size: 32px;
      margin-bottom: 10px;
      
    }

    .hero_h .content p {
      font-size: 18px;
      line-height: 1.6;
    }
    
    ol, ul {
    padding-left: 1rem;
    }
    ul li::marker, ol li::marker {
    padding-left:0px;
    margin:0px;
    }
    ul li
    {
    padding-left:0px;
    margin:0px;
    text-align:left;
    }
    .charity_img img
    {
     padding-right:4px;
      padding-right:6px;
     max-width:268px;
    }
      .charity_img2 img
    {
     padding-right:16px;
      padding-right:6px;
     max-width:305px;
    }
    
    .gallery-img {
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
    height: 250px;
    width: 340px;
    object-fit: cover;
}

.gallery-img:hover {
    transform: scale(1.05);
}
.modal-body button {
    opacity: 0.7;
}
.modal-body button:hover {
    opacity: 1;
}

        .heading{
            position:relative;
            margin:40px 0;
            text-align:center;
        }

        .heading:before{
            content:'';
            position:absolute;
            width:100%;
            height:2px;
            background:#0b6b38;
            top:22px;
            left:0;
        }

        .heading span{
            position:relative;
            background:#0b6b38;
            color:#fff;
            padding:8px 40px;
            border-radius:30px;
            font-size:28px;
            font-weight:600;
            z-index:2;
        }

        .service-card{          
            border: 2px solid #f1f1f7;
            border-radius:18px;
            background:#fff;
            transition:.3s;
            overflow:hidden;
            height:100%;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .service-card:hover{
            transform:translateY(-5px);
            box-shadow:0 10px 20px rgba(0,0,0,.15);
        }

        .icon-circle{
            width:95px;
            height:95px;
            /*border:3px solid #0b6b38; */
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:42px;
            color:#0b6b38;
        }
        .icon-circle img{
           height:80px;
        }
        .service-title{
            color:black;;
            font-weight:600;
            font-size:14px;
        }

        .doctor-list{
            margin-top:10px;
            margin-bottom:0px;
            /*padding-left:18px; */
        }

        .doctor-list li{
            color:#222;
            margin-bottom:0px;
            font-size:11px;
        }

        .doctor-list li::marker{
            color:red;
        }

        .schedule-btn{
            margin-top:10px;
            width:100%;
            border-radius:12px;
            font-size:12px;
            font-weight:700;
            border:2px solid #9ec4ad;
            color:#0b6b38;
            /*background:#f8fdf9;*/
            padding:10px;
        }

        .schedule-btn:hover{
            background:#0b6b38;
            color:#fff;
        }

        @media(max-width:768px){

            .service-title{
                font-size:14px;
            }

            .schedule-btn{
                font-size:12px;
            }
        }
        .ms-3 {
    margin-left: 0.4rem !important;
    padding-top: 8px;
    }
    
    .event-card{
            background:linear-gradient(135deg,#edf5ff,#dfeeff);
            border:1px solid #bfd6f4;
            border-radius:20px;
            padding:18px;
            box-shadow:0 5px 20px rgba(0,0,0,.08);
        }

        .event-header{
            display:flex;
            align-items:center;
            gap:20px;
            margin-bottom:18px;
        }

        .date-box{
            background:#0c3d82;
            color:#fff;
            width:78px;
            height:78px;
            border-radius:10px;
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-items:center;
            font-weight:700;
            line-height:1.1;
            flex-shrink:0;
        }

        .date-box .day{
            font-size:20px;
        }

        .date-box .month{
            font-size:16px;
        }

        .date-box .year{
            font-size:18px;
        }

        .divider{
            width:2px;
            height:60px;
            background:#b6c8e8;
        }

        .event-title{
            color:#173b84;
            font-size:18px;
            font-weight:600;
        }

        .event-image{
            width:100%;
            height:200px;
            object-fit:cover;
            border-radius:12px;
        }

        .info-box{
            height:100%;
            background:#eef5ff;
            border:1px solid #bfd6f4;
            border-radius:15px;
            padding:5px;
            display:flex;
            align-items:center;
            justify-content:center;
            gap:20px;
        }

        .info-box img{
            width:90px;
        }

        .info-box p{
            margin:0;
            color:#173b84;
            font-size:12px;
            line-height:1.8;
            font-weight:600;
        }

        @media(max-width:992px){

            .event-title{
                font-size:18px;
            }

            .event-image{
                height:300px;
            }

            .info-box{
                margin-top:20px;
            }
        }

        @media(max-width:576px){

            .event-header{
                flex-wrap:wrap;
            }

            .divider{
                display:none;
            }

            .event-title{
                font-size:18px;
            }

            .info-box{
                flex-direction:column;
                text-align:center;
            }

            .info-box img{
                width:70px;
            }

        }

