
 .hero {
      
      background-image: url("image/ekomrk.jpg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 100vh;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .hero h1 {
      font-size: 3.5rem;
      font-weight: bold;
      background: rgba(0, 0, 0, 0.6);
      padding: 1rem;
      border-radius: 10px;
    }
    
    .hero h3 {
        font-size: 2rem;
      font-weight: bold;
      background: rgba(0, 0, 0, 0.6);
      padding: 1rem;
      border-radius: 5px;
    }

    .section-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 2rem;
      text-align: center;
    }

    .card img {
      height: 250px;
      object-fit: cover;
    }
