.menu-page-title {
  font-size: 96px;
  font-weight: 900;
  color: #f316b0;
  font-family: "BigShoulders", sans-serif;
  line-height: 0;
}

.footer-logo-container {
  display: flex;
  justify-content: center;
  height: 185px;
  width: auto;
  overflow: hidden;
  margin-top: 300px;
}

.footer-logo-container img {
  height: 270px;
  width: auto;
  display: block;
}

.email-link {
  display: flex;
  gap: 5px;
  justify-content: end;
  align-items: end;
  margin-bottom: 80px;
  letter-spacing: -3px;
}

.email-link a {
  font-size: 36px;
  color: #f316b0;
  text-decoration: none;
}

/* Under Construction page css start */
/* .under-construction {
  position: absolute;
  top: 50%;
  left: 25%;
  text-transform: uppercase;
  letter-spacing: -4px;
  z-index: 4;
}

.underconstruction-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5);
  z-index: 2;
} */
/* Under Construction page css end */

/* Tooggle functionality CSS start */

.toggle-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.toggle-item:first-of-type {
  border-top: 1px solid #ccc;
}

.toggle-header {
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.toggle-header span {
  display: inline-block;
  transition: transform 0.5s, opacity 0.5s ease, font-size 0.5s ease;
  transform: translateY(0);
  opacity: 1;
  white-space: nowrap;
}

.toggle-header.open {
  flex-direction: column;
  align-items: flex-start;
}

.toggle-header.open span {
  transform: translateY(5px);
  opacity: 1;
  font-size: 36px;
}

.toggle-header::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s ease;
}
.toggle-header.open::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}
.toggle-content {
  overflow: hidden;
  transition: height 0.5s ease;
  height: 0;
}
.toggle-content p {
  margin: 0;
  padding: 15px 0;
  width: 69%;
}
.toggle-container {
  margin-top: 75px;
}
/* Tooggle functionality CSS end */

.left-menu li {
  position: relative;
}

.left-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px 0;
  z-index: 99;
}

.left-menu .sub-menu li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: none !important;
  color: #fff;
}

.left-menu li:hover > .sub-menu {
  display: block;
}

.left-menu .sub-menu a {
  color: #fff !important;
  border-bottom: none !important;
}

.left-menu .sub-menu a:hover {
  color: #f316b0 !important;
  border-bottom: 2px solid #f316b0 !important;
}

.left-menu .sub-menu .current-menu-item > a {
  color: #f316b0 !important;
  border-bottom: 2px solid #f316b0 !important;
}

.right-menu li {
  position: relative;
}

.right-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px 0;
  z-index: 99;
}

.right-menu .sub-menu li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: none !important;
  color: #fff;
}

.right-menu li:hover > .sub-menu {
  display: block;
}

.right-menu .sub-menu a {
  color: #fff !important;
  border-bottom: none !important;
}

.right-menu .sub-menu a:hover {
  color: #f316b0 !important;
  border-bottom: 2px solid #f316b0 !important;
}

.right-menu .sub-menu .current-menu-item > a {
  color: #f316b0 !important;
  border-bottom: 2px solid #f316b0 !important;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* optional max limit */
  margin: 0 auto;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 764px) {
  .footer-logo-container {
    height: 140px;
  }
  .footer-logo-container img {
    height: 200px;
  }
  .talent-content h3 {
    font-size: 34px;
  }
  #content.vfx-list {
    padding: 0 40px;
  }
}

@media screen and (min-width: 764px) {
  .grid.single-card {
    display: flex;
    justify-content: center;
  }

  .grid.single-card .work-block {
    margin: 0 auto;
  }
}
