

    .movie-list {
      display:flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 30px;
      padding-bottom: 50px;
      align-items: center;
    }

    .movie-card {
      width: 150px;
      text-align: center;
      background: white;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .movie-card img {
      width: 150px;
      height: 225px;
      object-fit: cover;
      border-radius: 6px;
      align-items: center;
    }

    .movie-title {
      margin-top: 8px;
      font-weight: bold;
      font-size: 14px;
    }



.v-line {
  width: 1px;
  height: 25px;
  background-color: #999;
  margin-right: 5px;
}
    .profile-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  
}



 
 
 .movie-page {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 20px;
      margin-top: 20px;
      gap: 30px;
    }

    .movie-image-section {
      flex: 1;
      background: #f9f9f9;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      max-width: 350px;
      min-height: 500px;
    }

    .movie-image-section img {
      width: 100%;
      max-height: 450px;
      object-fit: cover;
      border-radius: 8px;
    }

    .movie-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #fff;
      padding: 40px 30px;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      max-width: 350px;
      min-height: 500px;
      width: 100%;
      text-align: center;
    }

    .movie-info-section {
      flex: 1;
      padding: 20px 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
      width: 100%;
    }

    .movie-info-section h2 {
      font-size: 20px;
      margin-bottom: 4px;
    }

    .subtitle {
      color: #777;
      font-size: 14px;
    }

    .movie-meta {
      width: 100%;
    }

    .movie-meta p {
      font-size: 15px;
      margin: 6px 0;
      text-align: center;
    }

    .movie-actions {
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 10px;
      margin-top: 20px;
    }

    .btn-primary,
    .btn-secondary {
      padding: 10px 20px;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      font-weight: bold;
      font-size: 14px;
    }

    .btn-primary {
      background-color: #ffef3fd6;
      color: rgb(30, 30, 30);
    }

    .btn-secondary {
      background-color: #fff;
      color: #333;
      border: 1px solid #ccc;


    }

    /* ✅ Responsive Behavior */
    @media (max-width: 768px) {
      .movie-page {
        flex-direction: column;
        align-items: center;
        padding: 10px;
      }

      .movie-image-section,
      .movie-container {
        max-width: 100%;
        min-height: auto;
      }

      .movie-info-section h2 {
        font-size: 20px;
      }

      .btn-primary,
      .btn-secondary {
        padding: 8px 16px;
        font-size: 13px;
      }
    }


    .f-h6{
        padding-bottom: 0px; 
         margin-bottom: 0px;
         color: #4c4e52;
         font-weight: 500;
    }
     .f-h6-1{
        padding-bottom: 0px; 
         margin-bottom: 0px;
         color: #4c4e52;
         font-weight: 500;
        
    }
    .f-p{
        font-size: 13px;
        margin-bottom: 10px;
    }
.f-a{
        color:#777E90;
}
.f-a::after{
        color: #FF8F50;
    text-decoration: none;
    transition: 0.5s;
    white-space: nowrap;
}

      .movie-list {
      display:flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 30px;
      padding-bottom: 50px;
      align-items: center;
    }

    .movie-card {
      width: 150px;
      text-align: center;
      background: white;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .movie-card img {
      width: 150px;
      height: 225px;
      object-fit: cover;
      border-radius: 6px;
      align-items: center;
    }

    .movie-title {
      margin-top: 8px;
      font-weight: bold;
      font-size: 14px;
    }



.v-line {
  width: 1px;
  height: 25px;
  background-color: #999;
  margin-right: 5px;
}
    .profile-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  
}

.footer-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 30px;
        
        font-size: 14px;
        
        flex-wrap: wrap;
      }
      
      .footer-1 a {
        text-decoration: none;
        
        margin-left: 16px;
      }
      
      .footer-1 a:hover {
        text-decoration: underline;
      }
      
      .footer-left span {
        margin-right: 16px;
      }
      
      /* Responsive adjustments */
      @media (max-width: 600px) {
        .footer {
          flex-direction: column;
          text-align: center;
        }
      
        .footer-right a {
          margin: 8px;
        }
      
        .footer-left {
          margin-bottom: 10px;
        }
      }


       .three-blocks {
  display: flex;
  gap: 20px; /* optional spacing between blocks */
}

.block {
  flex: 1; /* each block takes equal width */
  background: transparent;
  padding: 40px;
  text-align: left;
  border-radius: 10px;
}
