.topic-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.1);
      padding: 15px 20px;
      margin-bottom: 20px;
      border-left: 5px solid #2980b9;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
     
    }

    .topic-card:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }

    .topic-card h2 {
      margin-top: 0;
      color: #2980b9;
      font-size: 22px;
    }
    .topic-card p{
      margin-top: 0;
     
      font-size: 18px;
    }

    .topic-card ul {
      margin: 10px 0 0;
      padding-left: 20px;
    }

    .topic-card ul li {
      line-height: 1.6;
     
    }

    @media (max-width: 600px) {
      .topic-card {
        padding: 15px 18px;
      }
    }

    .franchise-consultancy {
    padding: 60px 20px;
    background-color: #ffffff;
}
.franchise-consultancy h1
{
    font-size: 2.5rem;
    color: #d32f2f;
    margin-bottom: 15px;
}
.franchise-consultancy p
{
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.section-wrapper {
    padding: 60px 20px;
    background: linear-gradient(rgba(92, 94, 124, 0.5), rgba(92, 94, 124, 0.5)),
                url('./images/Online-Branding-Strategies-banner.webp') center/cover no-repeat;
    

    color: #111010;
    text-align: center;
}

    .course-target {
  background-color: #f7f9fc;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.course-target h2 {
  text-align: center;
  color: #2c3e50;
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 25px;
}
.target-list {
list-style:none;
  padding: 0;
  margin: 0;
}

 ul li {
  font-size: 20px;
  color: #34495e;
  margin: 15px 0;
  display: flex;
  align-items: center;
   
}