    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    img {
      max-width: 100%;
      height: auto;
    }

    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
    .montserrat Nikita {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 10px;
      font-style: normal;
    }
    body, html {
      font-family: 'Montserrat', sans-serif;
      scroll-behavior: smooth;
    }

    .header-hero {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      text-align: center;
      background: transparent;
      color: #F6F2EE;
      transition: opacity 0.5s ease;
      pointer-events: auto;
    }
    .video-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.617); /* регулируй прозрачность здесь */
      z-index: 1;
    }


    .nav-hero ul {
      list-style: none;
      display: flex;
      justify-content: center;
      gap: 25px;
      padding: 20px;
      margin-top: 50px;
    }

    .nav-hero a {
      text-decoration: none;
      color: #F6F2EE;
      font-size: 20px;
      font-weight: 500;
    }

    .reserve {
      background: #F6F2EE;
      color: black !important;
      padding: 6px 14px;
      border-radius: 20px;
      font-weight: 600;
    }

    .logo-hero h1 {
      font-size: 65px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: lowercase;
    }

    .logo-hero span {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 5px;
    }

    .hero-video {
      position: relative;
      height: 100vh;
      display: flex;
      justify-content: space-between;
      align-items: center;
      overflow: hidden;
    }
    .video-slot {
      width: 33.3333%;
      height: 100%;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease, transform 1s ease;
      position: relative;
      z-index: 0;
    }

    .video-slot video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .video-slot.show {
      opacity: 1;
      transform: translateY(0);
    }

    .hero-video video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
    }


    .header-main {
      position: fixed;
      top: -80px;
      width: 100%;
      background: #F6F2EE;
      color: black;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      z-index: 999;
      padding: 15px 40px;
      transition: top 0.5s ease;
    }

    .header-main.visible {
      top: 0;
    }

    .main-nav-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .main-logo {
      font-weight: 800;
      font-size: 24px;
    }

    .main-nav ul {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    .main-nav a {
      text-decoration: none;
      color: black;
      font-weight: 500;
      font-size: 14px;
    }

    .main-nav .reserve {
      background: black;
      color: #F6F2EE !important;
      padding: 6px 14px;
      border-radius: 20px;
    }

    .partners-section {
    max-width: 1750px;
    font-family: 'Montserrat', sans-serif;
    margin: 100px auto;
    padding: 0 20px;
    text-align: left;
  }

.partners-section h2 {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-left: 24px;
}

.partners-grid {
  display: flex;
  gap: 15px;
  will-change: transform;
  transition: transform 0.1s linear;
  margin-left: 20px;
}

.partner-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #F6F2EE;
  flex: 0 0 250px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  width:15px ;
  height: 250px;
}
.partner-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}


.partner-card img {
  width: 100%;
  margin-top: 25px;
  height: auto;
  display: block;
  object-fit: cover;
}

.partner-card span {
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: block;
  object-fit: cover;
}

.partner-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  background: #F6F2EE;
  border-radius: 0 0 16px 16px;
  text-align: left;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.partner-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.partner-info p {
  font-size: 14px;
  color: #555;
}

.partner-card:hover .partner-info {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.partners-slider::-webkit-scrollbar {
  display: none;
}

.partners-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.partners-slider:hover .partners-grid {
  animation-play-state: paused;
}
.partners-slider:hover .partner-card {
  transform: scale(1.05);
}

.show-all {
  margin-top: 40px;
}

.show-all a {
  display: inline-block;
  padding: 12px 24px;
  background: black;
  color: #F6F2EE;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.show-all a:hover {
  background: #333;
}

.flip-section {
  max-width: 850px;
  margin: 100px auto;
  padding: 0 20px;
  text-align: center;
  flex-grow: 1;
  transition: opacity 0.6s ease;
}

.flip-section h2 {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 60px;
}

.equipment-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 20px;
  position: relative;
  gap: 30px;
  max-width: 1600px;
  margin: auto;
}
.buttvideo.active .image-container {
  transform: scale(1.1) translateX(20px);
  filter: blur(0);
  opacity: 1;
}
.left-buttvideo .image-container {
  transform-origin: left;
}
.right-buttvideo .image-container {
  transform-origin: right;
}
.image-container {
  width: 200px;
  height: 300px;
  background-size: cover;
  background-position: center;
  filter: blur(4px);
  opacity: 0.7;
  transition: transform 0.6s ease, filter 0.6s ease, opacity 0.6s ease;
}
.buttvideo {
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.6s ease, filter 0.6s ease;
}
.flip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 45px;
  justify-content: center;
  margin-top: 40px;
}

.flip-card {
  perspective: 1000px;
  width: 100%;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 280px;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}


.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front, .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
  
}

.flip-front {
  background: #000;
  color: #F6F2EE;
}

.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}

.flip-front::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.495); /* степень затемнения */
  z-index: 1;
}

.flip-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #F6F2EE;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0,0,0,0.4);
  z-index: 2;
}
.flip-back img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4; /* Можешь убрать или изменить */
}

.flip-back .flip-button {
  position: relative;
  z-index: 3; /* увеличь */
  pointer-events: auto; /* обязательно */
}


.flip-back {
  background: #111;
  color: #F6F2EE;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; /* добавь */
  pointer-events: auto;
}

.flip-button {
  background: #F6F2EE;
  color: black;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.flip-button:hover {
  background: #F6F2EE;
}

.service-toggle {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.toggle-btn {
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid black;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  color: black;
}

.toggle-btn.active {
  background: black;
  color: #F6F2EE;
}
#serviceCards.fade-out {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#serviceCards.fade-in {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.parallax-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 100px 5vw;
  background: #F6F2EE;
  color: #111;
  position: relative;
  overflow: hidden;
}
.parallax-text {
  z-index: 2;
}

.parallax-text h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px;
  z-index: 999;
}

.parallax-text p {
  margin-right: 205px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 40px;
}

.parallax-button {
  display: inline-block;
  background: black;
  color: #F6F2EE;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.parallax-button:hover {
  background: #333;
}

.parallax-images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-image.back {
  width: 800px;
  max-height: 950px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-left: 65px;
}

.parallax-image.front {
  position: absolute;
  top: 0;
  width: 350px;
  max-height: 1000px;
  transform: translateY(0);
  transition: transform 0.3s ease;
  z-index: 2;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
  margin-right: 630px;
  margin-top: 450px;
}
.testimonial-wrapper {
  display: flex;
  background: #eee;
  padding: 100px 5vw;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.testimonial-title h2 {
  font-size: 100px;
  font-weight: 800;
  margin: 0;
  text-align: left;
}

/* === ОБНОВЛЕННЫЙ СТИЛЬ КАРУСЕЛИ ОТЗЫВОВ === */

.testimonial-carousel-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
}

.testimonial-carousel {
  display: flex;
  transition: transform 0.6s ease;
  gap: 40px;
}

.testimonial-card {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0.3;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

.testimonial-card.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.testimonial-card p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  text-align: center;
}

.testimonial-author span{
  margin-top: 100px;
  text-align: center;
}

.testimonial-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.testimonial-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  background: #333;
  opacity: 0.4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.testimonial-dots button.active {
  opacity: 1;
  transform: scale(1.3);
}

.contact-form-section {
  padding: 100px 5vw;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.form-title {
  font-size: 90px;
  font-weight: 800;
  margin-bottom: 60px;
  color: black;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-form input,
.contact-form textarea {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  max-width: 600px;
  padding: 18px 24px;
  font-size: 18px;
  border-radius: 30px;
  border: 2px solid black;
  background: #fff;
  color: #111;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #333;
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
  max-width: 100%;
}

.form-submit {
  align-self: center;
  padding: 14px 40px;
  background: black;
  color: #F6F2EE;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-submit:hover {
  background: #333;
}

.form-label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  text-align: left;
  color: black;
}

.form-multiselect {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  max-width: 600px;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 20px;
  border: 2px solid black;
  background: #fff;
  color: #111;
  height: auto;
  min-height: 160px;
}

.form-multiselect option {
  padding: 10px;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.checkbox-group label {
  background: #f6f2ee;
  border: 2px solid black;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  user-select: none;
}

.checkbox-group input[type="checkbox"] {
  display: none;
}

.checkbox-group input[type="checkbox"]:checked + span,
.checkbox-group label:has(input[type="checkbox"]:checked) {
  background: black;
  color: #f6f2ee;
}

.site-footer {
  background: #c5a78a;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  margin-top: 120px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-logo img {
  height: 75px;
  margin-top: 10px;
  filter: brightness(0) invert(1); /* делает логотип белым, если он черный */
}

.footer-text {
  font-size: 14px;
  opacity: 0.6;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.language-switcher {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.language-switcher img {
  width: 40px;
  height: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.language-switcher img:hover {
  opacity: 1;
  transform: scale(1.1);
}



.multi-curtain {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
  display: block;
}

/* Изначально шторы закрывают экран */
.curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  transition: none;
}

/* Анимации запускаются ТОЛЬКО при наличии .animate */
.multi-curtain.animate .curtain {
  animation: curtainSlideRight 0.6s forwards;
}

.multi-curtain.animate .curtain-1 {
  background: #111;
  z-index: 3;
  animation-delay: 0s;
}

.multi-curtain.animate .curtain-2 {
  background: #c5a78a;
  z-index: 2;
  animation-delay: 0.2s;
}

.multi-curtain.animate .curtain-3 {
  background: #f6f2ee;
  z-index: 1;
  animation-delay: 0.4s;
}

@keyframes curtainSlideRight {
  0% { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}
/* Анимация точек */
.dots::after {
  content: "";
  display: inline-block;
  animation: dots 2s steps(4, end) infinite;
}
@keyframes dots {
  0%   { content: ""; }
  25%  { content: "."; }
  50%  { content: ".."; }
  75%  { content: "..."; }
  100% { content: ""; }
}

.loading-text-container {
  position: absolute;
  z-index: 10;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.multi-curtain.fade-out .loading-text-container {
  opacity: 0;
}


/* Индивидуальные цвета и задержки */
.curtain-1 {
  background: #111;
  z-index: 3;
  animation-delay: 0s;
}
.curtain-2 {
  background: #c5a78a;
  z-index: 2;
  animation-delay: 0.2s;
}
.curtain-3 {
  background: #f6f2ee;
  z-index: 1;
  animation-delay: 0.4s;
}

@keyframes slideRight {
  to {
    transform: translateX(200vw);
  }
}
.section-title {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: left;
  padding: 0 5vw;
  color: #111;
}

.social-icons-header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}

.social-icons-header a img {
  width: 20px;
  height: 20px;
}

.social-icons-header img:hover {
  transform: scale(1.2);
  opacity: 1;
}

.form-social-links {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.form-social-links a {
  text-decoration: none;
  padding: 10px 20px;
  background: #000;
  color: #f6f2ee;
  border-radius: 25px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.3s ease;
}

.form-social-links a:hover {
  background: #333;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .mobile-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0;
  }
  .hero-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  .bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .header-hero {
    flex-direction: column;
    padding: 20px 5vw;
  }

  .logo-hero h1 {
    font-size: 36px;
  }

  .logo-hero span {
    font-size: 12px;
  }

  .nav-hero ul {
    gap: 14px;
    align-items: center;
    margin-top: 20px;
  }

  .nav-hero a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 30px;
    padding: 0 6vw;
    line-height: 1.1;
  }
  .section-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .partners-section h2,
  .flip-section h2,
  .form-title,
  .testimonial-title h2 {
    font-size: 40px;
  }

  .main-nav-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .main-nav ul {
    flex-direction: column;
    width: 100%;
    gap: 25px;
  }
  .main-nav ul li a {
    font-size: 18px;
  }
  .social-icons-header {
    display: flex;
    gap: 12px;
    margin-left: auto;
  }
  .equipment-section {
  flex-direction: column;
  padding: 50px 20px;
  gap: 30px;
}

.video-slot {
  width: 100% !important;
  height: auto;
}

.partner-card {
  flex: 0 0 100%;
}
  .testimonial-wrapper {
    flex-direction: column;
    padding: 50px 20px;
  }

  .flip-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .flip-card {
    height: auto;
    
  }

  .flip-inner {
    height: 300px;
  }
  .form-row {
    flex-direction: column;
  }
  .form-submit {
    width: 100%;
  }
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 280px;
    background: #f6f2ee;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 30px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1000;
  }
  .main-nav.open {
    right: 0;
  }

  .burger-icon {
    display: flex;
  }
  .main-logo {
    font-size: 20px;
    font-weight: bold;
  }
  .mobile-nav a.reserve {
    background: #fff;
    color: #111;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: black;
    color: white;
    z-index: 9999;
    padding: 60px 30px;
    transition: transform 0.3s ease;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .mobile-nav.open {
    transform: translateX(0);
    right: 0;
  }
  .mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mobile-nav a {
    color: white;
    font-size: 18px;
    text-decoration: none;
  }
  .mobile-social-icons {
    display: flex;
    gap: 20px;
    margin-top: auto;
  }
  .mobile-social-icons img {
    width: 24px;
    height: 24px;
    opacity: 0.85;
  }
}

/* Мобильное меню */
#mobileMenu {
  display: flex;
  gap: 20px;
}
/* БУРГЕР */
.burger-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: black;
  z-index: 1100;
}
.burger-icon span {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  border-radius: 2px;
}

/* Мобильное меню */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100vh;
  background: #111;
  padding-top: 80px;
  padding-left: 20px;
  transition: transform 0.4s ease;
  transform: translateX(100%);
  z-index: 1000;
}
.mobile-nav.open {
  transform: translateX(0);
}

/* === Мобилка: изображения поверх текста === */
@media (max-width: 768px) {
  .parallax-section {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 420px; /* чтобы текст не перекрывал изображения */
  }

  .parallax-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .parallax-image.back {
    width: 350px;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    z-index: 1;
    margin-right: 70px;
  }

  .parallax-image.front {
    position: absolute;
    width: 160px;
    height: auto;
    top: 185px;
    left: 55%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  }

  .parallax-text {
    position: relative;
    z-index: 3;
    background: #f6f2ee00;
    padding: 20px;
    text-align: center;
  }

  .parallax-text h2,
  .parallax-text h1,
  .parallax-text p {
    margin: 15px 0;
  }

  .parallax-text p{
    font-size: 15px;
  }
  .parallax-text h1{
    font-size: 15px;
  }
  .parallax-text h2{
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .testimonial-wrapper {
    padding: 50px 20px;
    flex-direction: column;
    margin-bottom: 5px;
  }

  .testimonial-carousel-container {
    padding: 0;
    overflow: hidden;
    position: relative;
  }

  .testimonial-carousel {
    display: flex !important;
    flex-direction: row !important;
    transition: transform 0.3s ease-in-out;
  }

  .testimonial-card {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    scroll-snap-align: center;
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .testimonial-carousel-container {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .testimonial-card p {
    font-size: 16px;
    text-align: center;
  }

  .testimonial-author span {
    margin-top: 40px;
    display: block;
    font-size: 14px;
  }
  .testimonial-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  background: #333;
  opacity: 0.4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
}
}
@media (max-width: 768px) {
  .partners-grid {
    animation: scroll-left 30s linear infinite;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .partners-slider {
    overflow: hidden;
  }

  .partner-card {
    flex: 0 0 auto;
    width: 220px;
  }

  #scrollGrid {
    display: flex;
    gap: 20px;
    width: max-content;
  }
    .contact-form-section {
    padding: 60px 20px;
  }

  .form-title {
    font-size: 42px;
    margin-bottom: 40px;
  }

  .contact-form {
    gap: 24px;
  }

  .form-row {
    flex-direction: column;
    gap: 20px;
  }

  .contact-form input,
  .contact-form textarea {
    max-width: 100%;
    font-size: 16px;
    padding: 14px 18px;
  }

  .form-group {
    margin-left: 0 !important;
    text-align: left;
  }

  .form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .checkbox-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
  }

  .checkbox-group label {
    padding: 8px 14px;
    font-size: 14px;
  }

  .contact-form textarea {
    min-height: 120px;
  }

  .form-submit {
    width: 100%;
    padding: 14px;
    font-size: 16px;
  }

  .form-social-links {
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
    padding: 0 20px;
  }

  .form-social-links a {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .site-footer {
    padding: 20px;
  }

  .footer-logo img {
    height: 50px;
  }

  .footer-text {
    font-size: 12px;
  }
}

.portfolio-section {
  padding: 80px 5vw;
  background: #F6F2EE;
  color: black;
}

#portfolioSearch {
  width: 100%;
  max-width: 600px;
  padding: 14px 20px;
  margin-bottom: 30px;
  font-size: 16px;
  border-radius: 30px;
  border: 2px solid black;
  outline: none;
}

.genre-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.filter-btn {
  background: white;
  border: 2px solid black;
  border-radius: 30px;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.filter-btn.active {
  background: black;
  color: #fff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.portfolio-item img,
.portfolio-item video {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {
  .header-main {
    padding: 10px 20px;
  }

  .main-nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
  }

  .social-icons-header {
    display: flex !important;
    gap: 10px;
    margin-top: 10px;
  }

  .social-icons-header a img {
    width: 20px;
    height: 20px;
  }
}
.g-recaptcha{
  display: flex; 
  justify-content: center; 
  margin: 20px 0;
}