/* ======== Responsive for Tablets (768px and below) ======== */

.menu-toggle {
  display: block;
}

/* Full-Screen Navigation */
.nav-links {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

/* Show Full-Screen Menu when Active */
.nav-links.active {
  transform: translateX(0);
}

/* Row-Wise Centered Links */
.nav-links li {
  margin: 20px 0;
  font-size: 24px;
}

    /* Dots Navigation */
    .dots-container {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .dot {
        margin-right: 30px;
    }

    .dot::before {
        width: 30px;
    }

    .vol{
      display: none;
    }
    .audio-bt{
      display: block;
    }

    /*Social links*/
    .Social-links{
      display: none;
    }

    .nav-social-links {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      row-gap: 10px;
      margin-top: 1rem;
    }
  
    .nav-social-links > .two-links,
    .nav-social-links > .three-links {
      display: flex;
      gap: 1.5rem; /* Adjust spacing */
      justify-content: center;
    }
  

    


    /*film section*/
    /*upcoming films*/
    .films {
        display: flex;
        flex-direction: column; /* Stack everything properly */
        align-items: center;
        justify-content: center;
        gap: 20px; /* Add space between sections */
      }
  .uc{
    text-align: center;
    font-size: 2rem;
  }
  .left-container {
    flex-direction: column; /* Stack items in a column */
    height: auto;
    align-items: center;
    justify-content: center;
  }

  .left-container > div {
    flex: 0 0 120px; /* Maintain same width but reduce height */
    width: 80%;
    height: 100px;
    transition: 0.5s ease-in-out;
  }

  /* Hover Expands Vertically */
  .left-container > div:hover {
    flex: 0 0 400px;
    height: 250px; /* Expands downward */
  }

  .left-container > div .content {
    transform: translateY(100%);
  }

  .left-container > div:hover .content {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  .left-container > div.active {
    flex: 0 0 800px; /* Expanded size */
    box-shadow: 1px 3px 15px #000000;
  }
  /*released films*/
  .rf{
    text-align: center;
    font-size: 2rem;
  }
  .right-container {
    flex-direction: column; /* Stack items in a column */
    height: auto;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }

  .right-container > div {
    flex: 0 0 120px; /* Maintain same width but reduce height */
    width: 80%;
    height: 100px;
    transition: 0.5s ease-in-out;
  }

  /* Hover Expands Vertically */
  .right-container > div:hover {
    flex: 0 0 400px;
    height: 250px; /* Expands downward */
  }

  .right-container > div .right-content {
    transform: translateY(100%);
  }

  .right-container > div:hover .right-content {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  .right-container > div.right-active {
    flex: 0 0 500px; /* Expanded size */
    box-shadow: 1px 3px 15px #000000;
  }
  

  /* Force the headings to be above their respective sections */
  .uc {
    order: 1;
    margin-right: 0;
  }
  .left-container {
    order: 2;
    margin-left: 0;
  }

  .rf {
    order: 3;
    margin-right: 0;
  }

  .right-container {
    order: 4;
    margin-left: 0;
  }
    /*open box section*/
    .open-box-section {
      flex-direction: column;
      height: auto;
      padding: 4rem 3%;
      clip-path: polygon(10% 0%, 100% 0, 100% 20%, 100% 100%, 10% 100%, 5% 80%, 0% 80%, 0 0);
    }
  
    .open-box-section h1 {
      font-size: 1.8rem;
    }
  
    .globe1,
    .globe2 {
      max-width: 18%;
    }
  
    .globe1 {
      left: 2%;
      top: 65%;
    }
  
    .globe2 {
      right: 2%;
      top: -3rem;
    }
    
    /*about us*/
    .About-us {
      height: auto;
      padding: 3rem 0;
    }
  
    .a-titlebox {
      height: 10rem;
    }
  
    .A-title {
      font-size: 1.8rem;
    }
  
    .marq {
      font-size: 4rem;
    }
  
    .ts-au {
      font-size: 6rem;
    }
  
    .about-content {
      flex-direction: column;
      width: 90%;
    }
  
    .about-left, .about-right {
      width: 100%;
    }
  
    .about-box {
      text-align: center;
    }
  
    .about-divider {
      width: 100%;
      background-color: #ccc;
      height: 2px;
      margin: 1rem;
    }
    /*footer*/
    .footer {
      height: auto;
      padding: 20px 0;
      clip-path: none;
    }
  
    .container {
      flex-direction: column;
      width: 90%;
      gap: 20px;
    }
  
    /* Left Column */
    .left-column {
      width: 100%;
      margin-top: 1rem;
    }
  
    .left-column h1 {
      font-size: 30px;
      margin-left: 0;
      text-align: center;
    }
  
    .contact-box {
      width: 100%;
      padding: 2rem 1rem;
    }
  
    .contact-box .title {
      font-size: 18px;
    }
  
    .instagram-btn {
      font-size: 1.5rem;
      padding: 0.8rem;
    }
  
    .contact-info-div {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .contact-info p {
      margin-left: 0;
    }
  
    hr {
      width: 100%;
      display: none;
    }
  
    .copyright {
      text-align: center;
      display: none;
    }
  
    /* Right Column */
    .right-column {
      width: 100%;
      margin-top: 1rem;
    }
  
    .form-buttons {
      flex-direction: row;
      justify-content: center;
      gap: 5px;
      height: auto;
      height: 50px;
    }
  
    .tab-btn {
      font-size: 1.2rem;
      padding: 8px;
    }
  
    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 8px;
      margin-bottom: 8px;
    }
  
    .contact-form textarea {
      height: 100px;
    }
  
    .file-upload {
      margin: 8px 0;
    }
  
    .file-upload a {
      padding: 8px;
    }
  
    .brief-label {
      margin-top: 2rem;
    }
  
    .send-btn-container {
      margin-top: 8px;
    }
  
    .send-btn {
      width: 30%;
      padding: 8px;
      font-size: 14px;
    }
    .hr{
      display: block;
      border: 0.5px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  width: 70%;
  width: 100%;
    }
    .copyright-ph{
      text-align: center;
      display: block;
      margin-top: 20px;
  font-size: 14px;
    }
    
    