@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTQcuEIXEaFWBWXA4NoGd_Oo.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSgcuEIXEaFWBWXA4NoGd_Oo.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Light';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxlxy1emkJdO89Ay69zsEcxM.woff) format('woff');
}

@font-face {
  font-family: 'Uni Sans';
  src: url(../fonts/unisansac/900.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Reset styleы */
*,
*:before,
*:after {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
}

/* Lazy Loading Video Styles */
.video-placeholder.loading {
  opacity: 0.7;
}

.video-placeholder.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 2;
}

.video-placeholder.loaded {
  opacity: 1;
}

.video-placeholder.error {
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: transform 0.2s ease;
}

.video-play-button svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.video-placeholder:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-placeholder.video-loaded {
  cursor: default;
}

.video-placeholder .wrap {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

/* General styles */
:root {
  --primary-color: rgb(247, 237, 45);
  --primary-color-hover: rgb(225, 214, 9);
  --secondary-color: rgb(255, 255, 0);
  --header-bg-color: rgb(255, 255, 244);
}

body {
  font-family: 'Open Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  color: #333;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
h2,
.section-title,
h3 {
  font-family: 'Uni Sans', sans-serif; /* A font that looks similar to the screenshot */
  font-weight: 900;
  padding: 0;
  margin: 0;
}

h2,
.section-title {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 48px;
}

h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 15px 0;
  line-height: 1.4;
}

p:last-child {
  margin-bottom: 0;
}

/* Main content area - grows to fill available space */
main {
  flex: 1;
}

section {
  padding: 60px 0;
  position: relative;
}

section.shadow-section {
  overflow: hidden;
}

section.shadow-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  box-shadow: 0 0 36px 20px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

button {
  cursor: pointer;
}

/* Header */
header {
  background-color: var(--header-bg-color);
  padding: 0 0 5px;
  /*   position: sticky;
  top: 0;
  z-index: 1000; */
}

header .container {
  max-width: 1140px;
}

header .container {
  max-width: 1140px;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 16px;
}

.top-bar {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

header .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

header .social-media a {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  padding: 7px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  color: rgb(0, 0, 0);
  border-color: rgb(225, 214, 9);
  background: var(--primary-color);
  box-shadow: 0px 3px 12px 0px rgba(23, 27, 46, 0.19);
  font-size: 12px;
}

header .social-media a:hover {
  color: rgb(0, 0, 0);
  border-color: rgb(169, 161, 6);
  background: var(--primary-color-hover);
}

header .contact-info a {
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 249);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(255, 255, 249);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  color: rgb(0, 0, 0);
}

header .contact-info a i.fa {
  font-size: 17px;
  margin-right: 7px;
}

header .contact-info .text.icon {
  display: flex;
  align-items: center;
}

.top-bar .logo {
  margin-left: 35px;
}

.logo img {
  height: 70px;
}
.main-header {
  padding: 13px 0;
  opacity: 1;
  background-color: rgb(255, 255, 244);
}
.main-header nav {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
    transition: all 0.3s ease;
    opacity: 0.95;
  }
  .main-header.fixed nav {
    padding: 0 15px;
  }
}

.main-header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
  width: 100%;
  justify-content: flex-end;
}

.main-header nav li {
  margin: 0;
}

.main-header nav a {
  background-color: rgba(255, 255, 244, 0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(255, 255, 244);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  transition: all 0.3s ease;
}

nav a:hover {
  color: #666;
}

.header-phone {
  display: none !important;
}

/* Hero Section */
.hero {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  position: relative;
  padding-top: 75px;
  padding-bottom: 65px;
  min-height: 538px;
  position: relative;
  z-index: 5;
}

.hero__background {
  position: absolute;
  z-index: -1;
  overflow: clip;
  pointer-events: none;
  block-size: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 49, 66, 0.28);
  z-index: 1;
}

.hero__background::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(0deg, rgba(25, 25, 25, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.hero h1,
.hero-title {
  font-family: 'Uni Sans', sans-serif;
  color: #fff;
  font-size: 360%;
  margin: 0;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero h1 span,
.hero-title span {
  color: var(--secondary-color);
  display: block;
  padding-top: 5px;
}

.hero .hero-subtitle {
  font-family: 'Uni Sans', sans-serif;
  font-size: 220%;
  font-weight: 900;
  margin: 30px 0;
}

.hero .hero-subtitle span {
  color: var(--secondary-color);
}

.button-legacy {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none;
  position: relative;
  border-width: 0;
  overflow: hidden;
  text-decoration: none;
  white-space: normal;
  word-wrap: break-word;
  transition-property: box-shadow, transform, color, background-color, border-color !important;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  background-color: var(--primary-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(0, 0, 0);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.button-legacy:hover {
  background-color: rgb(246, 235, 17);
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

/* History Section */
.history {
  position: relative;
  padding-top: 38px;
  padding-bottom: 38px;
}

.home .history {
  padding-top: 87px;
}

.history h2,
.history h1,
.history .section-title {
  font-size: 48px;
}

.history p {
  padding: 0 10px 0 0;
}

.history a {
  color: rgb(25, 93, 230);
  text-decoration: underline;
}

.history a:hover {
  text-decoration: none;
}

/* Services Section */
.services {
  padding: 44px 0;
  position: relative;
}
.services::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 24px 24px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.services h2,
.services .section-title {
  font-size: 48px;
  text-align: center;
}

.service-grid {
  display: flex;
  gap: 35px;
  margin-top: 50px;
}

.service-grid > * {
  flex: 1 1 250px;
}

.service-item img {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 10px;
  display: block;
}

.service-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
  padding-right: 8px;
}

/* All-in-one Section */
.all-in-one {
  position: relative;
}
.all-in-one::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 24px 24px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.all-in-one h2,
.all-in-one .section-title {
  color: rgb(255, 241, 0);
  font-size: 48px;
  text-align: center;
}

.all-in-one-content {
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: center;
  margin-top: 59px;
}

.one-stop-shop-img {
  flex-basis: 30%;
}

.all-in-one-text {
  flex-basis: 65%;
  padding: 0 5px;
  color: #000;
}

/* Artists Section */
.artists {
  background-color: #2e2e2c;
  color: #fff;
  text-align: center;
  padding: 23px 0 30px;
}

.artists h2,
.artists .section-title {
  font-size: 48px;
  text-align: center;
}

.view-all-btn,
.button-legacy-empty {
  background-color: rgba(247, 223, 100, 0);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: rgb(247, 223, 100);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  color: rgb(247, 223, 100);
  font-weight: 400;
  margin-top: 22px;
}

.view-all-btn:hover {
  background-color: rgb(247, 223, 100);
  border-color: rgb(247, 223, 100);
  color: rgb(0, 0, 0);
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
}

.artist-item {
  background-color: #fff;
  color: #333;
  text-align: left;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(207, 207, 207);
  padding: 10px;
}

.artist-image {
  height: 200px;
  overflow: hidden;
}

.artist-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.artist-info {
  padding: 10px 5px 5px;
}

.artist-info .title {
  font-weight: 900;
}

/* Partners Section */
.partners {
  padding: 70px 0 140px;
}

.partner-logos .section-title {
  margin-bottom: 30px;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: space-around;
  align-items: center;
}

.partner-logos > * {
  flex: 0 0 15%;
  min-width: 200px;
}

.partner-logos img {
  height: 50px;
  width: auto;
  display: block;
  margin: 0 auto;
  opacity: 1;
}

.partner-logos .small-height img {
  height: 40px;
}

/* Show Creation Section */
.show-creation {
  background: url('assets/show-creation-bg.jpg') no-repeat center center/cover;
  background-color: rgba(34, 47, 62, 0.8); /* Dark blue overlay */
  color: #fff;
  text-align: center;
  position: relative;
  padding: 40px 0 30px;
  background: linear-gradient(#48586f 0%, #1b4d4e 100%);
}

.show-creation-video {
  padding: 60px 0;
}

.video_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.video_background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.show-creation .container {
  position: relative;
  z-index: 2;
}

.show-creation:not(.show-creation-video) h2,
.show-creation:not(.show-creation-video) .section-title {
  font-size: 44px;
}

.show-creation .subtitle {
  font-size: 24px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 15px;
}

.subtitle-color {
  color: var(--secondary-color);
}

.show-creation-content {
  display: flex;
  gap: 30px;
  text-align: left;
  background-color: rgba(26, 104, 255, 0.25);
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
}

.show-creation-video .show-creation-content {
  background: none;
}

.show-creation-without-subtitle .show-creation-content {
  margin-top: 80px;
}

.video-placeholder {
  flex: 1;
  background-color: #000;
  position: relative;
  margin: 0;
  max-width: none;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  align-self: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-placeholder .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.show-creation-text {
  flex: 0 0 49%;
  padding-right: 5px;
}

.show-creation-video .show-creation-text {
  flex: 0 0 34%;
}

.show-creation-text a {
  color: rgb(25, 96, 230);
  text-decoration: underline;
}

div > p:first-child {
  margin-top: 0;
}

.features-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-top: 20px;
}

.features-list li {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.features-list li span {
  display: flex;
  align-items: center;
}

.show-creation-video .features-list li span,
.features-list-big li span {
  min-width: 50px;
  margin-right: 10px;
}

.features-list li svg {
  min-width: 38px;
  min-height: 38px;
  margin-right: 14px;
}

.show-creation-video .features-list li svg {
  min-width: 38px;
  min-height: 38px;
  margin-right: 14px;
}

.show-creation-video .features-list li svg,
.features-list-big li svg {
  min-width: 50px;
  min-height: 50px;
  margin-right: 0;
}

.features-list li svg path {
  fill: #fff;
}

.features-list-color li svg path {
  fill: var(--secondary-color);
}

/* Event Consulting Section */
.event-consulting {
  position: relative;
  padding: 42px 0 50px;
  z-index: 1;
  background: #92a3bf;
}
.event-consulting::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 24px 24px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.event-consulting .section-title {
  color: #fff;
  margin-bottom: 25px;
}

.event-consulting-content {
  display: flex;
  gap: 30px;
  text-align: left;
  color: #fff;
  align-items: center;
}

.event-consulting-content + .event-consulting-content {
  margin-top: 20px;
}

.event-consulting-left {
  flex: 0 0 72%;
}

.event-consulting-right {
  flex: 0 0 28%;
}

.event-consulting-left p {
  padding-right: 25px;
}

.event-consulting-content .features-list {
  grid-template-columns: 1fr;
}

.event-consulting-content .features-list li span {
  margin-right: 15px;
}

/* Video Text Section */
.video-text-section,
.text-section {
  position: relative;
  padding: 40px 0;
}

.video-text-section h2,
.text-section h2,
.section-title {
  text-align: center;
}

.video-text-section-content {
  display: flex;
  gap: 30px;
  text-align: left;
  align-items: flex-start;
  padding-top: 25px;
}

.content-video {
  flex: 0 0 62%;
  position: relative;
}

.content-text {
  flex: 0 0 35%;
  padding: 15px 0;
}

.text-section .content-text {
  padding-top: 60px;
}

.video-caption {
  text-align: center;
  color: rgb(70, 70, 70);
  padding: 5px 0 0;
  position: relative;
  z-index: 11;
}

/* Footer */
footer {
  background-color: #2e2e2c;
  color: #fff;
  padding: 40px 0 40px;
  margin-top: auto; /* Push footer to bottom */
}

.footer-content {
  display: flex;
  gap: 40px;
}

.footer-content-widgets {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-basis: 64%;
}

.footer-column {
  flex: 1;
}

.footer-content-widgets .footer-column:last-child {
  flex-basis: 100%;
  /* или width: 100%; */
}

.footer-content-widgets .footer-column:last-child {
  text-align: center;
}

.footer-column .footer-column-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(172, 172, 172);
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column a:not(.cta-button) {
  color: rgb(125, 125, 125);
  transition: color 0.3s;
  border-bottom: 1px solid rgb(229, 230, 25);
  text-decoration: none;
}

.footer-column a:hover:not(.cta-button) {
  color: #fff;
  text-decoration: underline;
  border-color: #2e2e2c;
  text-decoration: none;
}

.footer-column .cta-button {
  background-color: rgb(247, 223, 100);
  font-weight: normal;
}

.footer-column .cta-button:hover {
  background-color: rgb(245, 217, 67);
}

.footer-column .footer-column-content {
  color: rgb(125, 125, 125);
  font-size: 16px;
  margin: 15px 0;
}

.footer-column .legal-links a {
  color: rgb(215, 215, 215);
}

.footer-column-text {
  padding-right: 10px;
  line-height: 1.4;
}

/* Cookie Warning */
.cookieWarning {
  max-width: 40%;
  padding: 10px 30px 10px 15px;
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 888;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  border-radius: 8px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.cookieWarning:hover {
  background: rgba(255, 255, 255, 0.95);
}

.cookieWarning.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cookieWarning i {
  font-size: 14px;
}
.cookieWarning .text {
  text-align: left;
}
.cookieWarning .moreInfo {
  font-weight: 700;
  padding-top: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.cookieWarning-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  padding: 4px;
  margin: 0;
  color: #666;
  transition: color 0.3s ease;
  border-radius: 3px;
}

.cookieWarning-close:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}

/* Hamburger Toggle */
.hamburger-toggle {
  display: none;
  width: 34px;
  height: 20.4px;
  flex: 0 0 34px;
  margin: 0;
  cursor: pointer;
  order: 2;
  position: relative;
}

.hamburger-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: rgb(42, 42, 34);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-header .hamburger-toggle span {
  background: #fff;
}
.hamburger-toggle span:nth-child(1) {
  top: 0px;
}
.hamburger-toggle span:nth-child(2),
.hamburger-toggle span:nth-child(3) {
  top: 10px;
}
.hamburger-toggle span:nth-child(4) {
  top: 20px;
}
.hamburger-toggle.is-expanded span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.hamburger-toggle.is-expanded span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-toggle.is-expanded span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-toggle.is-expanded span:nth-child(4) {
  top: 10.2px;
  width: 0%;
  left: 50%;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .container,
  header .container {
    max-width: 970px;
  }
  .service-grid {
    gap: 20px;
  }
  .service-item h3 {
    word-wrap: break-word;
  }
}

@media (max-width: 990px) {
  .container,
  header .container {
    max-width: 750px;
  }
  .service-grid {
    flex-wrap: wrap;
  }
  .service-grid > * {
    flex: 1 1 48%;
  }
  .top-bar .logo {
    margin-left: 0;
  }
  .history,
  .home .history {
    padding: 60px 0;
  }
  .view-all-btn {
    margin: 20px auto;
  }
  .event-consulting-left {
    flex: 0 0 100%;
    width: 100%;
  }
  .event-consulting-right {
    flex: 0 0 100%;
    width: 100%;
  }
  .event-consulting-content {
    flex-wrap: wrap;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .hamburger-toggle {
    display: block;
  }
  .main-header {
    display: none;
  }

  .header-phone {
    display: flex !important;
  }

  .top-header {
    flex-wrap: wrap;
    padding: 0 0 15px;
  }

  .top-header > * {
    flex: 1 1 100%;
    width: 100%;
  }

  .top-bar {
    padding: 15px 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--header-bg-color);
    z-index: 800;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .top-bar.fixed {
    opacity: 0.95;
  }

  .contact-info-wrapper {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 100px;
  }

  .contact-info-wrapper > * {
    width: 100%;
  }

  .contact-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }

  nav li {
    margin: 10px 0;
  }

  .hero h1 {
    font-size: 2.5em;
  }

  h2,
  .section-title,
  .services h2,
  .all-in-one h2,
  .history h1,
  .history h2 {
    font-size: 2em;
  }

  .all-in-one-content {
    flex-direction: column;
  }

  .artist-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .show-creation-content {
    flex-direction: column;
  }

  .footer-content {
    flex-wrap: wrap;
  }
  .footer-content > * {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
  }

  .service-grid > * {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
  }

  .all-in-one-content {
    margin-top: 20px;
    gap: 20px;
  }

  .video-text-section-content {
    flex-direction: column;
    gap: 0;
  }
  .content-video,
  .content-text {
    text-align: center;
  }
  .video-text-section-content > div {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .artist-grid {
    grid-template-columns: 1fr;
  }
  .features-list {
    grid-template-columns: 1fr; /* Одна колонка на всю ширину */
  }

  .footer-content-widgets .footer-column {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
  }
  .footer-content-widgets .footer-column:nth-child(2) {
    order: 2; /* Второй элемент становится третьим */
  }

  .footer-content-widgets .footer-column:last-child {
    order: 1; /* Последний элемент становится вторым */
  }
  .contact-info {
    justify-content: space-between;
    gap: 0;
  }
}

/* Mobile Menu Styles */
.close-menu {
  display: none;
}

@media (max-width: 767px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-header nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-header nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 30px;
    margin: 0;
    padding: 0;
  }

  .main-header nav li {
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
  }

  .main-header nav a {
    color: white;
    font-size: 1.5em;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
  }

  .main-header nav a:hover {
    color: #ffd700;
  }

  /* Show menu when body has open-menu class */
  body.open-menu .main-header {
    transform: translateX(0);
  }

  /* Animate menu items when menu opens */
  body.open-menu .main-header nav li {
    opacity: 1;
    transform: translateY(0);
  }

  /* Stagger animation for menu items */
  body.open-menu .main-header nav li:nth-child(1) {
    transition-delay: 0.1s;
  }
  body.open-menu .main-header nav li:nth-child(2) {
    transition-delay: 0.2s;
  }
  body.open-menu .main-header nav li:nth-child(3) {
    transition-delay: 0.3s;
  }
  body.open-menu .main-header nav li:nth-child(4) {
    transition-delay: 0.4s;
  }
  body.open-menu .main-header nav li:nth-child(5) {
    transition-delay: 0.5s;
  }
  body.open-menu .main-header nav li:nth-child(6) {
    transition-delay: 0.6s;
  }
  body.open-menu .main-header nav li:nth-child(6) {
    transition-delay: 0.7s;
  }

  /* Prevent body scroll when menu is open */
  body.open-menu {
    overflow: hidden;
  }

  /* Close menu button styles */
  .close-menu {
    display: block;
    position: absolute;
    top: 34px;
    right: 5px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
    padding: 10px;
    transition: all 0.3s ease;
  }

  .close-menu:hover {
    color: #ffd700;
    transform: scale(1.1);
  }

  .close-menu i {
    display: block;
  }
}

/* Artists Filter Section */
.artists-filter-section {
  background-color: #26292e;
  padding: 60px 0;
  text-align: center;
}

.artists-filter-section h2,
.artists-filter-section .section-title {
  margin-bottom: 35px;
  color: #fff;
}

.filters {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}

.filters li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}

.filters li a:hover {
  color: rgb(26, 104, 255);
}

.filters li a.active {
  color: #fff;
}

.filters li a.active,
.filters li a:hover {
  border-bottom-color: rgb(26, 104, 255);
}

.artist-grid-filterable {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
}

.artist-item-filterable {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 20px);
  min-width: 300px;
  opacity: 1;
  transform: scale(1);
  margin: 0 10px 20px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: height 0.3s ease; /* Smooth height transition */
}

/* Isotope animation styles */
.artist-item-filterable.isotope-item {
  transition: all 0.6s ease;
}

.artist-item-filterable.isotope-hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

.artist-item-image {
  height: 210px;
  overflow: hidden;
  position: relative;
  background-color: rgba(29, 29, 29, 0.75);
  transition: all 0.3s ease;
}

.artist-item-image:hover {
  padding: 10px;
}

.artist-item-filterable img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.artist-item-filterable .artist-item-info {
  flex-grow: 1;
  line-height: 1.4;
  padding: 0 5px 0;
  margin-bottom: 5px;
  overflow: auto;
}

.artist-item-filterable .artist-item-info .artist-item-title {
  font-weight: 700;
  padding: 10px 0 15px;
}

.video-button3-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.artist-item-image-video:hover .video-button3-wrap {
  opacity: 1;
}

.video-button3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  background-color: rgb(247, 236, 45);
  color: rgb(0, 0, 0);
  box-shadow: 0 6.666666666666667px 20px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
  border: 0;
}

@media (max-width: 1199px) {
  .artist-item-filterable {
    min-width: auto;
    max-width: 280px;
  }
}

@media (max-width: 1023px) {
  .artist-item-filterable {
    width: calc(50% - 20px);
    max-width: 500px;
  }
}

@media (max-width: 576px) {
  .artist-item-filterable {
    width: 100%;
    min-width: 250px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Video Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
}

.modal-content {
  background-color: #2d2d2d;
  border-radius: 8px;
  width: 100%;
  max-width: 768px;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  transform: translateY(-100px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal-overlay.active .modal-content {
  transform: translateY(-200px);
}

.modal-overlay.animate-in .modal-content {
  transform: translateY(0);
}

.modal-video-container {
  position: relative;
  background-color: #000;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

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

/* Landscape orientation adjustments for modal video */
@media screen and (orientation: landscape) and (max-height: 600px) {
  .modal-content {
    max-width: 50vw;
  }

  .modal-overlay {
    padding: 10px;
  }

  .modal-overlay.active .modal-content {
    transform: translateY(0px);
  }

  .video-wrapper {
    padding-bottom: 45%; /* Reduce aspect ratio for landscape */
  }
}

.modal-buttons {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: rgb(20, 20, 20);
}

.modal-cta-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--secondary-color);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.modal-cta-btn {
  margin-top: 0;
}

/* Universal Modal Styles */
.uni-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.uni-modal-overlay.active {
  display: flex;
  opacity: 1;
}

/* Custom scrollbar for modal content */
.modal-body::-webkit-scrollbar {
  width: 8px;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Responsive Modal */
@media (max-width: 767px) {
  .modal-content {
    max-height: 90vh;
  }

  .modal-buttons {
    padding: 15px;
  }

  .modal-content {
    max-width: 95%;
    max-height: 95vh;
  }

  .modal-header {
    padding: 15px 20px;
  }

  .modal-title {
    font-size: 20px;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-body h3 {
    font-size: 16px;
  }

  .modal-body p,
  .modal-body li {
    font-size: 13px;
  }
}

/* CF7 Modal Styles */
.uni-modal-overlay .uni-modal-content {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  transform: translateY(-200px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-in-out;
}

.uni-modal-overlay.active.animate-in .uni-modal-content {
  transform: translateY(0);
  opacity: 1;
}

.uni-modal-overlay .uni-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: none;
  border-bottom: 1px solid #ccc;
}

.uni-modal-overlay .uni-modal-title {
  font-size: 20px;
  font-weight: 700;
  padding-right: 15px;
}

.uni-modal-overlay .uni-modal-close {
  font-size: 28px;
  font-weight: 300;
  color: #000;
  opacity: 0.5;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.uni-modal-overlay .uni-modal-close:hover {
  opacity: 1;
}

.uni-modal-overlay .uni-modal-body {
  padding: 15px 15px;
  overflow-y: auto;
}

.uni-cf7-form h3 {
  font-family: 'Open Sans Light', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 25px;
  text-align: left;
  color: #333;
}

.uni-cf7-form label {
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 15px;
}

.uni-cf7-form .wpcf7-form-control-wrap {
  display: block;
}

.uni-cf7-form input[type='text'],
.uni-cf7-form input[type='email'],
.uni-cf7-form input[type='tel'] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 16px;
}

.uni-cf7-form input[type='submit'] {
  background-color: #f7ed2d;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 15px 0;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 0;
  transition: background-color 0.3s ease;
}

form:not(.submitting) .uni-cf7-form input[type='submit']:hover {
  background-color: #e1d527;
}

.submitting .uni-cf7-form input[type='submit'] {
  opacity: 0.5;
  cursor: not-allowed;
}

.uni-cf7-form .wpcf7-spinner {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.uni-cf7-form p {
  margin: 0 0 1em;
}

.uni-cf7-form span.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px auto 0;
  font-size: 14px;
  padding: 5px 10px;
  border-width: 1px;
  line-height: 1.5;
}
.required {
  color: rgba(255, 0, 0, 0.5);
}
