.hero {
    background: #007bff;
    color: white;
    text-align: center;
    padding: 50px 20px;
  }

  .hero h1 {
    margin: 0;
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .btn {
    display: inline-block;
    margin: 15px 10px;
    padding: 10px 20px;
    background: #fff;
    color: #007bff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
  }

  .btn-secondary {
    background: #0056b3;
    color: #fff;
  }

  .features,
  .how-it-works,
  .cta {
    text-align: center;
    padding: 50px 20px;
  }

  .features h2,
  .how-it-works h2,
  .cta h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .feature-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .feature {
    background: white;
    margin: 15px;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  #introsection {
    width: 100%;
    background-color: #fff;
  }

  .feature img {
    width: 100px;
    height: auto;
    padding: 15px;
  }
  .displaytv{
    position: relative;
    width: 100%;
    height: 100%;
    
  }
  .displaytv img{
    width: 100%;
  }
  .tvframe{
    position: absolute;
    width: 93.5%;
    height: 74.5%;
    
    top:5%;
    left:3.5%;
  }
  #bookinggif{
    background-image:url(./img/booking.gif);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
  }
  #tvggif{
    background-image:url(./img/livetv.gif);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
  }
  #doctorggif{
    background-image:url(./img/doctorpresent.gif);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
  }
  .m800 {
      max-width: 800px;

    }

    #FAQ {
      display: flex;
      align-items: center;
      flex-direction: column;
    }

    #demosection {
      background-color: #fff;
      width: 100%;
    }

    .demo-section {
      text-align: center;
      padding: 80px 20px;
      color: black;

    }

    .demo-section h2 {
      font-size: 2.5rem;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .demo-section p {
      font-size: 1.2rem;
      max-width: 750px;
      margin: 0 auto;
      line-height: 1.6;
    }

    .video-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      margin-top: 40px;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .features-section {
      padding: 80px 20px;
      text-align: center;


    }

    .features-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: #333;
    }

    .features-section p.lead {
      font-size: 1.2rem;
      margin-bottom: 50px;
      color: #666;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
      box-sizing: border-box;
    }

    .feature-card {
     
      background: #fff;
      border-radius: 15px;
      padding: 30px 20px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      width: 100%;
    }

    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    .feature-card i {
      font-size: 2.8rem;
      color: #0061ff;
      margin-bottom: 15px;
    }

    .feature-card h3 {
      font-size: 1.3rem;
      margin-bottom: 10px;
      color: #222;
    }

    .feature-card p {
      font-size: 1rem;
      color: #555;
      line-height: 1.5;
    }
    .banner {
      position: relative;
      padding-bottom: 60.2%;
      width: 100%;
      overflow: hidden;
    }

    .videoembed {
      position: absolute;
      top: 0;
      /*z-index: -99; */
      width: 100%;
      height: 100%;
      background: #fff;
    }