   @font-face {
    font-family: 'Kalpurush';
    src: url('fonts/Kalpurush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    
}
    .fast{
      background: url('/images/background.jpg') no-repeat center center fixed;
      background-size: cover;
      font-family: 'kalpurush', sans-serif;
    }
    .overlay {
      background: rgba(0,0,0,0.4);
      min-height: 100vh;
      padding: 30px 0;
    }
    .top-box {
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(8px);
      color: #fff;
      padding: 20px 40px;
      border-radius: 15px;
      display: inline-block;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);

  
    }
    .prayer-box {
      background: rgba(255,255,255,0.2);
      backdrop-filter: blur(6px);
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .prayer-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 25px rgba(0,0,0,0.5);
    }
    .prayer-item {
      text-align: center;
      transition: transform 0.3s;
    }
    .prayer-item:hover {
      transform: scale(1.05);
    }
    .prayer-item img {
      width: 60px;
      margin-bottom: 12px;
    }
    .prayer-item h6 {
      font-weight: bold;
      color: #fff;
      font-size: 30px;
    }
    .prayer-item p {
      color: #f1f1f1;
      font-size: 20px;
    }
    .section-title {
      background: rgba(13, 111, 70, 0.9);
      color: #fff;
      padding: 12px;
      border-radius: 15px 15px 0 0;
      text-align: center;
      font-weight: bold;
      letter-spacing: 1px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }
    .sub-box {
      background: rgba(255,255,255,0.15);
      backdrop-filter: blur(6px);
      border-radius: 0 0 15px 15px;
      padding: 20px;
      box-shadow: 0 3px 15px rgba(0,0,0,0.3);
    }

