.admin-bar .main-header {
  top: 32px;
}

.main-header .custom-logo {
  height: 120px;
  width: auto;
}

.main-menu .sub-menu {
  background: #0a0a0a;
  border-top: 2px solid #93fb50;
  display: none;
  list-style: none;
  margin: 0;
  padding: 12px 0;
  position: absolute;
  z-index: 1000;
}

.main-menu li:hover > .sub-menu {
  display: block;
}

.main-menu .sub-menu a {
  color: #fff;
  display: block;
  padding: 8px 18px;
}

.vmp-hero-section,
.vmp-founders-section,
.vmp-events-section,
.vmp-about-section,
.vmp-services-section,
.vmp-projects-section,
.vmp-team-section,
.vmp-testimonials-section,
.vmp-parallax-section,
.vmp-contact-section {
  position: relative;
  overflow: hidden;
}

.vmp-hero-section .container,
.vmp-founders-section .container,
.vmp-events-section .container,
.vmp-about-section .container,
.vmp-services-section .container,
.vmp-projects-section .container,
.vmp-team-section .container,
.vmp-testimonials-section .container,
.vmp-parallax-section .container,
.vmp-contact-section .container {
  position: relative;
  z-index: 2;
}

.vmp-hero-video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.vmp-hero-video img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-overlay {
  display: none;
}

.vmp-hero-section.main-hero-image-area:after {
  display: none;
}

.vmp-hero-section .container {
  z-index: 3;
}

.hero-content.text-center {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: inline-block;
  font-size: 3.8em !important;
  margin: 0;
  max-width: 100%;
  padding: 1.5rem 2rem;
  text-shadow: 10px 10px 10px #000000c7;
  margin-top: 80px;
}

.vmp-hero-section .col-lg-12 {
  text-align: center;
}

.vmp-hero-eyebrow {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: none;
}

.vmp-hero-title {
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: none;
}

.vmp-about-section {
  background: url("../image/background/video-equipment-3.jpg") center center /
    cover no-repeat;
  border-top: 4px solid #93fb50;
}

.vmp-founders-section {
  background: linear-gradient(180deg, #0a0a0a 0%, #141414 50%, #0a0a0a 100%);
  border-top: 4px solid #93fb50;
  padding: 100px 0;
  position: relative;
}

.vmp-founders-overlay {
  background:
    radial-gradient(
      ellipse at 20% 30%,
      rgba(147, 251, 80, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 70%,
      rgba(255, 255, 255, 0.03) 0%,
      transparent 45%
    );
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vmp-founders-section .container {
  position: relative;
  z-index: 2;
}

.vmp-founders-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.vmp-founders-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 20%;
}

.vmp-founders-kicker {
  color: #93fb50;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.vmp-founders-copy h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.vmp-founders-copy p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.vmp-founders-roles {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.vmp-founders-roles li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 8px;
}

.vmp-founders-roles strong {
  color: #93fb50;
}

@media (max-width: 991px) {
  .vmp-founders-copy h2 {
    font-size: 32px;
  }

  .vmp-founders-section {
    padding: 70px 0;
  }
}

.vmp-events-section {
  background: #000 url("../images/event-planning/IMG_7116.JPG") center center /
    cover no-repeat;
  border-top: 4px solid #93fb50;
  padding: 110px 0 100px;
}

.vmp-events-overlay {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.94) 0%,
    rgba(8, 12, 8, 0.88) 45%,
    rgba(0, 0, 0, 0.92) 100%
  );
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.vmp-events-glow {
  background:
    radial-gradient(
      ellipse at 15% 20%,
      rgba(147, 251, 80, 0.14) 0%,
      transparent 45%
    ),
    radial-gradient(
      ellipse at 85% 80%,
      rgba(0, 200, 255, 0.08) 0%,
      transparent 40%
    );
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.vmp-events-hero-row {
  margin-bottom: 70px;
}

.vmp-events-eyebrow {
  color: #93fb50;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.vmp-events-intro h2 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 24px;
  text-transform: none;
}

.vmp-events-lead,
.vmp-events-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.vmp-events-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  margin-bottom: 32px;
}

.vmp-events-cta {
  margin-top: 8px;
}

.vmp-events-media {
  border: 1px solid rgba(147, 251, 80, 0.25);
  border-radius: 18px;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(147, 251, 80, 0.08);
  overflow: hidden;
  position: relative;
}

.vmp-events-media::after {
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(0, 0, 0, 0.35) 100%
  );
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.vmp-events-media img,
.vmp-events-media video {
  display: block;
  height: 420px;
  object-fit: cover;
  width: 100%;
}

.vmp-events-features-row {
  margin-bottom: 70px;
}

.vmp-events-feature-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.vmp-events-feature-card:hover {
  border-color: rgba(147, 251, 80, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transform: translateY(-4px);
}

.vmp-events-feature-image {
  height: 190px;
  overflow: hidden;
}

.vmp-events-feature-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.vmp-events-feature-card:hover .vmp-events-feature-image img {
  transform: scale(1.05);
}

.vmp-events-feature-body {
  padding: 28px 26px 32px;
}

.vmp-events-feature-body h4 {
  color: #93fb50;
  font-size: 22px;
  margin-bottom: 12px;
}

.vmp-events-feature-body p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 0;
}

.vmp-events-types-header {
  margin-bottom: 40px;
  text-align: center;
}

.vmp-events-types-header h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: none;
}

.vmp-events-types-header p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  margin: 0;
}

.vmp-events-type-item {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
}

.vmp-events-type-thumb {
  border-radius: 10px;
  flex-shrink: 0;
  height: 80px;
  overflow: hidden;
  width: 80px;
}

.vmp-events-type-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vmp-events-type-item h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.vmp-events-type-item p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.vmp-about-overlay,
.vmp-dark-overlay,
.vmp-contact-bg,
.vmp-parallax-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.vmp-about-overlay {
  background: linear-gradient(
    135deg,
    rgba(8, 10, 15, 0.96) 0%,
    rgb(10 15 20 / 77%) 50%,
    rgba(8, 12, 18, 0.95) 100%
  );
}

.vmp-cyan-glow {
  background:
    radial-gradient(
      ellipse at 20% 80%,
      rgba(0, 200, 255, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(0, 220, 255, 0.05) 0%,
      transparent 40%
    );
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.vmp-services-section {
  background: url("../image/background/videography-bg.jpg") center center /
    cover no-repeat;
  border-top: 4px solid #93fb50;
}

.vmp-dark-overlay {
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.92) 0%,
    rgba(20, 20, 20, 0.95) 100%
  );
}

.vmp-projects-section {
  background: linear-gradient(180deg, #080a0c 0%, #0a0e10 50%, #08090a 100%);
  border-top: 4px solid #93fb50;
  padding: 100px 0 120px;
}

.vmp-section-heading-row {
  margin-bottom: 80px;
}

.vmp-section-heading-row h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}

.vmp-section-heading-row p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 500px;
}

.vmp-team-section {
  background: url("../image/background/light-bg-film.jpg") center center / cover
    no-repeat;
  padding: 100px 0;
  position: relative;
}

.vmp-team-section .cinematic-lights {
  opacity: 0.04;
}

.vmp-team-magenta-overlay {
  background: linear-gradient(
    135deg,
    rgba(255, 0, 150, 0.03) 0%,
    rgba(255, 20, 147, 0.02) 30%,
    transparent 50%,
    rgba(255, 0, 200, 0.02) 70%,
    rgba(255, 0, 150, 0.03) 100%
  );
  opacity: 0.6;
}

.vmp-about-content-part strong,
.about-content-part strong {
  color: #93fb50;
}

.vmp-light-section-title {
  margin-bottom: 60px;
}

.vmp-light-section-title h2 {
  color: #000;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
}

.vmp-light-section-title p {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 600px;
}

.team-member-card {
  background: #808080;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  height: 500px;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.team-member-card img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 0;
}

.team-member-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.team-member-content {
  bottom: 0;
  display: block;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.team-member-content > div:first-child {
  left: 16px;
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 3;
}

.team-member-content > div:last-child {
  bottom: 24px;
  left: 30px;
  position: absolute;
  right: 30px;
}

.team-member-content span {
  align-self: flex-start;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  color: #87e64b;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 12px;
  text-transform: uppercase;
}

.team-member-content h3 {
  color: #fff;
  font-family: "Cal Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.vmp-testimonials-section {
  background: url("../image/background/videography-bg-2.jpg") center center /
    cover no-repeat;
  border-top: 4px solid #93fb50;
  padding: 100px 0;
  position: relative;
}

.vmp-testimonials-section::before {
  background: linear-gradient(
    180deg,
    rgb(8 10 12) 0%,
    rgb(12 16 20) 60%,
    rgb(10 12 15) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
}

.vmp-testimonials-section::after {
  background:
    radial-gradient(
      ellipse at 70% 30%,
      rgba(0, 200, 255, 0.06) 0%,
      transparent 45%
    ),
    radial-gradient(
      ellipse at 10% 70%,
      rgba(0, 180, 220, 0.05) 0%,
      transparent 40%
    );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vmp-testimonials-section .container {
  position: relative;
  z-index: 2;
}

.clientele-slider-wrapper {
  background: #fff;
}

.vmp-parallax-section {
  align-items: center;
  background: url("../image/background/video-equipment.jpg") center center /
    cover no-repeat fixed;
  display: flex;
  justify-content: center;
  min-height: 500px;
  padding: 80px 0;
  text-align: center;
}

.vmp-parallax-overlay {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.vmp-parallax-section h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
}

.vmp-parallax-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto 50px;
  max-width: 700px;
}

.vmp-parallax-stats {
  margin-top: 40px;
}

.vmp-parallax-stats div {
  margin-bottom: 30px;
}

.vmp-parallax-stats span:first-child {
  color: #93fb50;
  display: block;
  font-size: 56px;
  font-weight: 800;
}

.vmp-parallax-stats span:last-child {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vmp-contact-section {
  background: url("../image/background/background-interview.jpg") center
    center / cover no-repeat;
}

.vmp-contact-bg {
  background: url("../image/background/light-bg.jpg") center center / cover
    no-repeat;
}

.vmp-contact-details {
  margin-top: 30px;
}

.vmp-contact-details,
.vmp-contact-details a,
.contact-content-part,
.contact-content-part p,
.contact-content-part h2 {
  color: #000;
}

.vmp-form-message {
  margin-top: 16px;
}

.vmp-form-message.is-success {
  color: #2d7a2d;
}

.vmp-form-message.is-error {
  color: #b00020;
}

.footer-divider {
  background: linear-gradient(90deg, #87e64b 0%, #5bc236 50%, #87e64b 100%);
  height: 6px;
  width: 100%;
}

.newsletter-section h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.newsletter-section p,
.footer-widget p,
.footer-menu a,
.footer-contact-list,
.footer-contact-list a,
.footer-bottom-enhanced p,
.footer-bottom-enhanced a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-main-row {
  padding: 0 0 40px;
}

.footer-widget .logo img {
  height: 80px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.footer-widget p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.footer-widget h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-menu,
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu a,
.footer-contact-list a,
.footer-bottom-enhanced a {
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu a:hover,
.footer-contact-list a:hover,
.footer-bottom-enhanced a:hover {
  color: #93fb50;
}

.footer-contact-list li {
  align-items: flex-start;
  display: flex;
  font-size: 15px;
  margin-bottom: 15px;
}

.footer-contact-list i {
  color: #93fb50;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 2px;
}

.footer-bottom-enhanced a {
  font-size: 14px;
  margin-left: 20px;
}

.vmp-archive,
.vmp-single,
.vmp-page {
  background: #0a0a0a;
  color: #fff;
  padding: 0 0 100px;
}

.vmp-inner-page .entry-content,
.vmp-inner-page .vmp-service-entry {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.8;
}

.vmp-inner-page .wow {
  visibility: visible;
}

.vmp-inner-page .reveal-text,
.vmp-inner-page .reveal-text-left,
.vmp-inner-page .reveal-text-right,
.vmp-inner-page .reveal-scale {
  opacity: 1;
  transform: none;
}

.vmp-inner-page .preloader {
  display: none !important;
  visibility: hidden !important;
  z-index: -1 !important;
}

.vmp-inner-page .entry-content p,
.vmp-inner-page .vmp-service-entry p {
  margin-bottom: 20px;
}

.vmp-inner-page .entry-content a,
.vmp-inner-page .vmp-service-entry a {
  color: #93fb50;
}

.vmp-content-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px;
}

@media (max-width: 782px) {
  .admin-bar .main-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .vmp-hero-eyebrow,
  .vmp-section-heading-row h2,
  .vmp-light-section-title h2,
  .vmp-events-intro h2 {
    font-size: 42px;
  }

  .vmp-events-section {
    padding: 80px 0 70px;
  }

  .vmp-events-media img,
  .vmp-events-media video {
    height: 280px;
  }

  .vmp-events-types-header h3 {
    font-size: 32px;
  }
}

.vmp-vimeo-hero {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.vmp-vimeo-hero iframe {
  border: 0;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}

.service-item-video .vmp-vimeo-poster,
.service-item-video.vmp-stock-card img,
.project-3d-thumbnail .vmp-vimeo-poster {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.project-3d-thumbnail .vmp-vimeo-project {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.vmp-vimeo-player,
.vmp-vimeo-project {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.vmp-vimeo-player iframe,
.vmp-vimeo-project iframe {
  border: 0;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}

.service-item-video.vmp-vimeo-playing,
.service-item:hover .service-item-video {
  opacity: 1;
}

.vmp-vimeo-poster {
  transition: opacity 0.45s ease;
}

.vmp-vimeo-poster.is-hidden,
.vmp-vimeo-playing .vmp-vimeo-poster {
  opacity: 0;
}

.vmp-vimeo-embed {
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(135, 230, 75, 0.2);
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.vmp-vimeo-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.vmp-modal-vimeo {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.vmp-modal-vimeo iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.video-modal-content video,
.video-modal-content .vmp-modal-vimeo {
  border-radius: 8px;
  width: 100%;
}

.vmp-service-gallery-section {
  background: #000;
  border-top: 4px solid #93fb50;
  padding: 100px 0;
}

.vmp-service-gallery-section .section-title p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  margin-top: 12px;
}

.vmp-service-gallery-grid {
  margin-top: 50px;
}

.vmp-service-gallery-item {
  border-radius: 14px;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.vmp-service-gallery-item img {
  display: block;
  height: 240px;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.vmp-service-gallery-item:hover img {
  transform: scale(1.05);
}

.vmp-service-gallery-play {
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  height: 56px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
}

/* Inner page heroes */
.vmp-inner-page-hero {
  align-items: center;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 350px;
  position: relative;
}

.vmp-inner-page-hero::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
}

.vmp-inner-page-hero .container {
  position: relative;
  z-index: 2;
}

.vmp-inner-page-hero h2 {
  color: #fff !important;
  font-size: 72px !important;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

/* Override theme default .single-page-hero-area padding (scoped to hero section only). */
.vmp-inner-page-hero.single-page-hero-area {
  padding-bottom: 50px;
  padding-top: 120px;
}

.vmp-inner-page-hero.vmp-page-hero--about,
.vmp-inner-page-hero.vmp-page-hero--services,
.vmp-inner-page-hero.vmp-page-hero--contact {
  background-image: url("../image/background/IMG_3372.JPG");
}

.vmp-inner-page-hero.vmp-page-hero--about::before,
.vmp-inner-page-hero.vmp-page-hero--services::before,
.vmp-inner-page-hero.vmp-page-hero--contact::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.78) 100%
  );
}

.vmp-inner-page-hero.vmp-page-hero--about h2,
.vmp-inner-page-hero.vmp-page-hero--services h2,
.vmp-inner-page-hero.vmp-page-hero--contact h2 {
  color: #111 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.vmp-inner-page-hero.vmp-page-hero--projects {
  background-image: url("../image/background/videography-main-bg.jpg");
}

.vmp-inner-page-hero.vmp-page-hero--events-event-planning {
  background-image: url("../image/background/video-equipment-2.jpg");
}

.vmp-inner-page-hero.vmp-page-hero--wedding-videography {
  background-image: url("../image/galleries/wedding-gallery-bg.jpg");
}

.vmp-inner-page-hero.vmp-page-hero--family-videos {
  background-image: url("../image/background/videography-bg-2.jpg");
}

.vmp-inner-page-hero.vmp-page-hero--commercial-production {
  background-image: url("../image/background/video-equipment-3.jpg");
}

.vmp-inner-page-hero.vmp-page-hero--audio-video-installations {
  background-image: url("../image/background/video-equipment-2.jpg");
}

.vmp-inner-page-hero.vmp-page-hero--digital-claymation {
  background-image: url("../image/background/stop-motion.jpg");
  min-height: 450px;
  padding-bottom: 80px;
  padding-top: 180px;
}

@media (max-width: 768px) {
  .vmp-inner-page-hero.vmp-page-hero--digital-claymation {
    background-attachment: scroll;
    min-height: 320px;
    padding-bottom: 60px;
    padding-top: 140px;
  }

  .vmp-inner-page-hero.vmp-page-hero--digital-claymation h2 {
    font-size: 42px !important;
  }
}

.vmp-hero-badge {
  background: #93fb50;
  border-radius: 20px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  padding: 4px 12px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .vmp-hero-badge {
    display: block;
    margin: 12px auto 0;
    width: fit-content;
  }
}

.vmp-inner-page-hero.vmp-page-hero--vhs-dvd-transfer {
  background-image: url("../image/transfers/vhs-tapes.jpg");
}

.vmp-inner-page-hero.vmp-page-hero--equipment-rentals-drone {
  background-image: url("../image/background/video-equipment.jpg");
}

.vmp-service-intro-lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 800px;
}

.vmp-service-formats .service-item h4,
.vmp-service-formats .service-item p {
  color: #fff;
}

.vmp-service-formats .service-item p {
  color: rgba(255, 255, 255, 0.85);
}

.vmp-service-page .about-area,
.vmp-service-page .vmp-service-intro {
  border-top: 4px solid #93fb50;
}

.vmp-service-page .vmp-service-feature-cards .service-item {
  background: #fff;
  border: 0;
  cursor: default;
  margin-bottom: 0;
  min-height: 0;
  padding: 0;
}

.vmp-service-page .vmp-service-feature-cards .service-item:hover {
  box-shadow: 0 15px 40px rgba(135, 230, 75, 0.15);
  transform: translateY(-5px);
  z-index: auto;
}

.vmp-service-page
  .vmp-service-feature-cards
  .service-item:hover
  .service-item-content
  h4,
.vmp-service-page
  .vmp-service-feature-cards
  .service-item:hover
  .service-item-content
  h5,
.vmp-service-page
  .vmp-service-feature-cards
  .service-item:hover
  .service-item-content
  p {
  color: inherit !important;
  text-shadow: none;
}

.vmp-service-page .vmp-service-feature-cards .service-item .service-link,
.vmp-service-page .vmp-service-feature-cards .service-item-content i {
  display: none;
}

.vmp-service-page--commercial-production .vmp-service-cta h2 {
  font-size: 48px;
}

@media (max-width: 768px) {
  .vmp-service-page--commercial-production .vmp-service-cta h2 {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .vmp-inner-page-hero {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .vmp-inner-page-hero h2 {
    font-size: 48px !important;
  }
}

/* Wedding videography page */
.vmp-wedding-summary {
  background: #000;
  padding: 80px 0;
}

.vmp-wedding-summary-intro {
  margin: 0 auto;
  max-width: 900px;
}

.vmp-wedding-summary-media-wrap {
  margin: 40px auto 0;
  max-width: 960px;
  width: 100%;
}

.vmp-wedding-summary-heading {
  color: #87e64b;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

.vmp-wedding-copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.vmp-wedding-copy:last-child {
  margin-bottom: 0;
}

.vmp-wedding-summary-media,
.vmp-wedding-summary .vmp-vimeo-embed {
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(135, 230, 75, 0.2);
  overflow: hidden;
  width: 100%;
}

.vmp-wedding-summary-media {
  display: block;
  object-fit: cover;
}

.vmp-wedding-highlights {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
}

.vmp-wedding-highlight-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(147, 251, 80, 0.25);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
}

.vmp-wedding-highlight-card strong {
  color: #93fb50;
  display: block;
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.vmp-wedding-highlight-card span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vmp-wedding-gallery-section {
  background: #fff !important;
  padding: 100px 0;
}

.vmp-wedding-gallery-section .section-title h2 {
  color: #111 !important;
  font-size: 48px;
  margin-bottom: 15px;
}

.vmp-wedding-gallery-section .section-title p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  margin: 0 auto;
  max-width: 700px;
}

.vmp-wedding-page .vmp-wedding-video-gallery {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}

.vmp-wedding-page .vmp-wedding-video-card {
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.vmp-wedding-page .vmp-wedding-video-card img {
  display: block;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.vmp-wedding-page .vmp-wedding-video-card:hover img {
  transform: scale(1.05);
}

.vmp-wedding-page .vmp-wedding-video-play {
  align-items: center;
  background: rgba(147, 251, 80, 0.92);
  border-radius: 50%;
  color: #000;
  display: flex;
  font-size: 28px;
  height: 58px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 58px;
}

.vmp-wedding-page .vmp-wedding-video-meta {
  background: #111;
  padding: 22px 24px;
}

.vmp-wedding-page .vmp-wedding-video-meta h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

.vmp-wedding-page .vmp-wedding-video-meta p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.vmp-wedding-packages-section {
  background: linear-gradient(180deg, #000 0%, #0a0a0a 50%, #000 100%);
  border-top: 4px solid #93fb50;
  padding: 100px 0;
}

.vmp-wedding-packages-section .section-title h2 {
  font-size: 48px;
  margin-bottom: 15px;
}

.vmp-wedding-packages-section .section-title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin: 15px auto 0;
  max-width: 600px;
}

.vmp-wedding-package-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}

.vmp-wedding-package-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(147, 251, 80, 0.2);
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vmp-wedding-package-card::before {
  background: linear-gradient(90deg, #93fb50 0%, #87e64b 100%);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.vmp-wedding-package-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #93fb50;
  box-shadow: 0 20px 60px rgba(147, 251, 80, 0.15);
  transform: translateY(-10px);
}

.vmp-wedding-package-card:hover::before {
  transform: scaleX(1);
}

.vmp-wedding-package-number {
  align-items: center;
  background: rgba(147, 251, 80, 0.1);
  border-radius: 50%;
  color: #93fb50;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.4s ease;
  width: 40px;
}

.vmp-wedding-package-card:hover .vmp-wedding-package-number {
  background: #93fb50;
  color: #000;
  transform: scale(1.2);
}

.vmp-wedding-package-icon {
  align-items: center;
  background: linear-gradient(
    135deg,
    rgba(147, 251, 80, 0.2) 0%,
    rgba(135, 230, 75, 0.1) 100%
  );
  border-radius: 12px;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  width: 60px;
}

.vmp-wedding-package-card:hover .vmp-wedding-package-icon {
  background: linear-gradient(135deg, #93fb50 0%, #87e64b 100%);
  transform: scale(1.1) rotate(5deg);
}

.vmp-wedding-package-icon i {
  color: #93fb50;
  font-size: 28px;
  transition: all 0.4s ease;
}

.vmp-wedding-package-card:hover .vmp-wedding-package-icon i {
  color: #000;
}

.vmp-wedding-package-card h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.vmp-wedding-package-card:hover h4 {
  color: #93fb50;
}

.vmp-wedding-package-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.vmp-wedding-deliverables-section {
  background: #000;
  padding: 100px 0;
}

.vmp-wedding-deliverables-section .section-title h2 {
  font-size: 48px;
  margin-bottom: 15px;
}

.vmp-wedding-deliverables-section .section-title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin: 15px auto 0;
  max-width: 700px;
}

.vmp-wedding-deliverables-row {
  margin-top: 50px;
}

.vmp-wedding-deliverables-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(147, 251, 80, 0.2);
  border-radius: 20px;
  height: 100%;
  padding: 40px;
}

.vmp-wedding-deliverables-card h3 {
  color: #93fb50;
  font-size: 28px;
  margin-bottom: 24px;
}

.vmp-wedding-deliverables-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vmp-wedding-deliverables-card li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
}

.vmp-wedding-deliverables-card li::before {
  color: #93fb50;
  content: "\eb7b";
  font-family: remixicon !important;
  left: 0;
  position: absolute;
  top: 2px;
}

.vmp-elementor-feature-grid {
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .vmp-elementor-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vmp-claymation-include-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .vmp-wedding-page .vmp-wedding-video-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .vmp-claymation-include-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vmp-wedding-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .vmp-wedding-highlight-card strong {
    font-size: 28px;
  }

  .vmp-wedding-package-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .vmp-wedding-gallery-section .section-title h2,
  .vmp-wedding-packages-section .section-title h2,
  .vmp-wedding-deliverables-section .section-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .vmp-wedding-page .vmp-wedding-video-gallery {
    grid-template-columns: 1fr;
  }

  .vmp-claymation-include-grid {
    grid-template-columns: 1fr;
  }

  .vmp-elementor-feature-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Digital claymation page */
.vmp-claymation-summary {
  background: #000;
  padding: 80px 0;
}

.vmp-claymation-summary-intro {
  margin: 0 auto;
  max-width: 900px;
}

.vmp-claymation-summary-media-wrap {
  margin: 40px auto 0;
  max-width: 960px;
  width: 100%;
}

.vmp-claymation-summary-heading {
  color: #87e64b;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

.vmp-claymation-copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.vmp-claymation-copy:last-child {
  margin-bottom: 0;
}

.vmp-claymation-summary-media,
.vmp-claymation-summary .vmp-vimeo-embed {
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(135, 230, 75, 0.2);
  overflow: hidden;
  width: 100%;
}

.vmp-claymation-summary-media {
  display: block;
  object-fit: cover;
}

.vmp-claymation-gallery-section {
  background: #fff !important;
  padding: 100px 0;
}

.vmp-claymation-gallery-section .section-title h2 {
  color: #111 !important;
  font-size: 48px;
  margin-bottom: 15px;
}

.vmp-claymation-gallery-section .section-title p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  margin: 0 auto;
  max-width: 700px;
}

.vmp-claymation-video-gallery {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}

.vmp-claymation-video-card {
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.vmp-claymation-video-card img {
  display: block;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.vmp-claymation-video-card:hover img {
  transform: scale(1.05);
}

.vmp-claymation-video-play {
  align-items: center;
  background: rgba(147, 251, 80, 0.92);
  border-radius: 50%;
  color: #000;
  display: flex;
  font-size: 28px;
  height: 58px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 58px;
}

.vmp-claymation-video-meta {
  background: #111;
  padding: 22px 24px;
}

.vmp-claymation-video-meta h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

.vmp-claymation-video-meta p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.vmp-claymation-include-section {
  background: linear-gradient(180deg, #000 0%, #0a0a0a 50%, #000 100%);
  border-top: 4px solid #93fb50;
  padding: 100px 0;
}

.vmp-claymation-include-section .section-title h2 {
  font-size: 48px;
  margin-bottom: 15px;
}

.vmp-claymation-include-section .section-title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin: 15px auto 0;
  max-width: 640px;
}

.vmp-claymation-include-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
}

.vmp-claymation-include-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(147, 251, 80, 0.2);
  border-radius: 16px;
  padding: 28px 24px;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.vmp-claymation-include-card:hover {
  border-color: #93fb50;
  box-shadow: 0 16px 48px rgba(147, 251, 80, 0.12);
  transform: translateY(-6px);
}

.vmp-claymation-include-number {
  color: #93fb50;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.vmp-claymation-include-icon {
  align-items: center;
  background: linear-gradient(
    135deg,
    rgba(147, 251, 80, 0.2) 0%,
    rgba(135, 230, 75, 0.1) 100%
  );
  border-radius: 12px;
  display: flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 18px;
  width: 52px;
}

.vmp-claymation-include-icon i {
  color: #93fb50;
  font-size: 24px;
}

.vmp-claymation-include-card h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.vmp-claymation-include-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.vmp-claymation-deliverables-section {
  background: #000;
  padding: 100px 0;
}

.vmp-claymation-deliverables-section .section-title h2 {
  font-size: 48px;
  margin-bottom: 15px;
}

.vmp-claymation-deliverables-section .section-title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin: 15px auto 0;
  max-width: 700px;
}

.vmp-claymation-deliverables-row {
  margin-top: 50px;
}

.vmp-claymation-deliverables-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(147, 251, 80, 0.2);
  border-radius: 20px;
  height: 100%;
  padding: 40px;
}

.vmp-claymation-deliverables-card h3 {
  color: #93fb50;
  font-size: 28px;
  margin-bottom: 24px;
}

.vmp-claymation-deliverables-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vmp-claymation-deliverables-card li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
}

.vmp-claymation-deliverables-card li::before {
  color: #93fb50;
  content: "\eb7b";
  font-family: remixicon !important;
  left: 0;
  position: absolute;
  top: 2px;
}

@media (max-width: 1200px) {
  .vmp-claymation-include-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .vmp-claymation-video-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vmp-claymation-gallery-section .section-title h2,
  .vmp-claymation-include-section .section-title h2,
  .vmp-claymation-deliverables-section .section-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .vmp-claymation-video-gallery {
    grid-template-columns: 1fr;
  }

  .vmp-claymation-include-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}

/* Page builder (Elementor / Beaver Builder) */
.vmp-page-builder-content {
  background: #000;
}

.vmp-page-builder-content .elementor,
.vmp-page-builder-content .fl-builder-content {
  margin: 0;
}

.elementor-page .vmp-page-builder-content,
.elementor-page .vmp-front-page-builder {
  background: #000;
  color: #fff;
}

.elementor-page .elementor-section-wrap,
.elementor-page .elementor-widget-wrap {
  font-family: inherit;
}

.elementor-page .elementor-heading-title {
  font-family: "Cal Sans", "Segoe UI", sans-serif;
  color: #fff;
}

.elementor-page .elementor-widget-heading .elementor-heading-title {
  letter-spacing: 0.02em;
}

.elementor-page .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.88);
}

.elementor-page .elementor-widget-text-editor a {
  color: #93fb50;
}

.elementor-page .elementor-button {
  background-color: #93fb50;
  border-color: #93fb50;
  color: #000;
  font-weight: 600;
}

.elementor-page .elementor-button:hover {
  background-color: #87e64b;
  border-color: #87e64b;
  color: #000;
}

.elementor-page
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 1140px;
}

/* Dark overlay on Elementor top hero sections with background images */
.elementor-page .elementor-section.vmp-elementor-top-section {
  position: relative;
}

.elementor-page
  .elementor-section.vmp-elementor-top-section
  > .elementor-background-overlay {
  background-color: #000000;
  opacity: 0.5;
}

.elementor-page
  .elementor-section.vmp-elementor-top-section
  > .elementor-container {
  position: relative;
  z-index: 1;
}

.elementor-page .elementor-widget-video .elementor-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.elementor-page .contact-form-area .theme-btn {
  background: #93fb50;
  border: none;
  color: #000;
}

.elementor-page .contact-form-area .form-control {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.vmp-front-page-builder .vmp-elementor-homepage-hero-section,
.vmp-front-page-builder
  .vmp-elementor-homepage-hero-section
  > .elementor-container,
.vmp-front-page-builder
  .vmp-elementor-homepage-hero-section
  > .elementor-container
  > .elementor-column,
.vmp-front-page-builder
  .vmp-elementor-homepage-hero-section
  .elementor-widget-wrap,
.vmp-front-page-builder
  .vmp-elementor-homepage-hero-section
  .elementor-widget-shortcode {
  padding: 0;
  margin: 0;
  max-width: none;
}

.vmp-front-page-builder
  .vmp-elementor-homepage-hero-section
  .elementor-widget-shortcode {
  width: 100%;
}

.vmp-front-page-builder {
  min-height: 50vh;
}

.vmp-frontend-edit-bar {
  align-items: center;
  background: rgba(10, 10, 10, 0.96);
  border: 1px solid rgba(147, 251, 80, 0.35);
  border-radius: 12px;
  bottom: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  left: 50%;
  max-width: calc(100vw - 32px);
  padding: 12px 16px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 99998;
}

.vmp-frontend-edit-bar__label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 600;
  margin-right: 4px;
  white-space: nowrap;
}

.vmp-frontend-edit-bar__btn {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.vmp-frontend-edit-bar__btn:hover {
  border-color: #93fb50;
  color: #93fb50;
}

.vmp-frontend-edit-bar__btn--primary {
  background: #93fb50;
  border-color: #93fb50;
  color: #000;
}

.vmp-frontend-edit-bar__btn--primary:hover {
  background: #87e64b;
  border-color: #87e64b;
  color: #000;
}

@media (max-width: 600px) {
  .vmp-frontend-edit-bar {
    bottom: 12px;
    justify-content: center;
  }

  .vmp-frontend-edit-bar__label {
    flex: 1 1 100%;
    text-align: center;
  }
}

/* About page (matches static about.html) */
.vmp-about-page .about-area {
  position: relative;
  background: url("../image/background/videography-main-bg.jpg") center center /
    cover no-repeat;
  border-top: 4px solid #93fb50;
  padding: 100px 0;
}

.vmp-about-page .about-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.92) 0%,
    rgba(20, 20, 20, 0.95) 100%
  );
}

.vmp-about-page .about-area .container {
  position: relative;
  z-index: 2;
}

.vmp-about-page .about-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.vmp-about-sizzle,
.vmp-about-page .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(135, 230, 75, 0.2);
}

.vmp-about-intro-gap {
  margin-top: 20px;
}

.vmp-about-clientele {
  background: #1a1a1a;
  border-top: 4px solid #93fb50;
}

.vmp-about-clientele .clientele-slider-wrapper {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

.vmp-about-clientele .clientele-slider {
  display: flex;
  width: max-content;
  animation: vmp-about-scroll-logos 40s linear infinite;
}

.vmp-about-clientele .clientele-slider:hover {
  animation-play-state: paused;
}

.vmp-about-clientele .clientele-slider img {
  height: 80px;
  width: auto;
  margin: 0 40px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.vmp-about-clientele .clientele-slider img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

.vmp-about-clientele .clientele-slider-wrapper::before,
.vmp-about-clientele .clientele-slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.vmp-about-clientele .clientele-slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.vmp-about-clientele .clientele-slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}

@keyframes vmp-about-scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.vmp-about-awards {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  position: relative;
}

.vmp-about-awards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #93fb50 0%, #87e64b 50%, #93fb50 100%);
}

.vmp-about-awards-heading {
  margin-bottom: 50px;
}

.vmp-about-kicker {
  color: #93fb50;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.vmp-about-awards-heading h2 {
  color: #000;
  font-size: 48px;
}

.vmp-about-awards-heading p {
  color: rgba(0, 0, 0, 0.6);
  max-width: 600px;
  margin: 20px auto 0;
}

.vmp-about-award-card {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 10px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.vmp-about-award-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(135, 230, 75, 0.15);
}

.vmp-about-award-card img {
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.vmp-about-award-card:hover img {
  transform: scale(1.05);
}

.vmp-award-year-placard {
  align-items: center;
  background: linear-gradient(160deg, #1a1a1a 0%, #333 55%, #111 100%);
  border: 2px solid #87e64b;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  min-height: 140px;
  padding: 16px 10px;
  width: 120px;
}

.vmp-award-year-placard__label {
  color: #87e64b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.vmp-award-year-placard__year {
  color: #fff;
  font-family: "Cal Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.vmp-about-legacy {
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
  padding: 100px 0;
}

.vmp-about-legacy-heading {
  margin-bottom: 40px;
}

.vmp-about-legacy-heading h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.vmp-about-legacy-heading p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 680px;
  margin: 16px auto 0;
}

.vmp-about-legacy-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

.vmp-about-legacy-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.vmp-about-legacy-copy {
  padding: 25px;
}

.vmp-about-legacy-copy h3 {
  color: #93fb50;
  margin-bottom: 10px;
  font-size: 22px;
}

.vmp-about-legacy-copy p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.7;
}

.vmp-about-journey {
  position: relative;
  height: 400px;
  background: url("../image/awards/history-IMG_0684.JPEG") center center / cover
    no-repeat fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vmp-about-journey-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.vmp-about-journey .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.vmp-about-journey h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.vmp-about-journey p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.vmp-about-journey-accent {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #93fb50;
  border-radius: 2px;
  margin-top: 30px;
}

.vmp-about-expertise {
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  border-top: 4px solid #93fb50;
  padding: 100px 0;
}

.vmp-about-expertise-heading {
  margin-bottom: 50px;
}

.vmp-about-expertise-heading h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.vmp-about-expertise .resume-wrapper h3 {
  color: #93fb50;
  margin-bottom: 30px;
  font-size: 28px;
}

.vmp-about-expertise .resume-box {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-left: 3px solid transparent;
}

.vmp-about-expertise .resume-box:hover {
  transform: translateX(10px);
  border-left-color: #93fb50;
}

.vmp-about-expertise .resume-date {
  background: linear-gradient(135deg, #93fb50 0%, #87e64b 100%) !important;
  color: #000 !important;
  font-weight: 600 !important;
}

.vmp-about-team {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
}

.vmp-about-team .team-member-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
  background: #808080;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.vmp-about-team .team-member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.vmp-about-team .team-member-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 0;
}

.vmp-about-team .team-member-card:hover img {
  transform: scale(1.05);
}

.vmp-about-team-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.vmp-about-team-content {
  position: absolute;
  inset: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.vmp-about-team-content span {
  color: #87e64b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
}

.vmp-about-team-content h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.vmp-about-cta {
  position: relative;
  padding: 100px 0;
  background: url("../image/background/stop-motion.jpg") center center / cover
    no-repeat fixed;
}

.vmp-about-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(20, 20, 20, 0.9) 100%
  );
}

.vmp-about-cta .container {
  position: relative;
  z-index: 2;
}

.vmp-about-cta h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.vmp-about-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-bottom: 0;
  max-width: 600px;
}

@media (max-width: 992px) {
  .vmp-about-team .team-member-card {
    margin-bottom: 30px;
  }

  .vmp-about-team .vmp-light-section-title h2,
  .vmp-about-expertise-heading h2,
  .vmp-about-awards-heading h2 {
    font-size: 48px !important;
  }
}

@media (max-width: 768px) {
  .vmp-about-journey h2 {
    font-size: 36px;
  }

  .vmp-about-cta h2 {
    font-size: 36px;
  }

  .vmp-about-team {
    padding: 60px 0;
  }

  .vmp-about-team .vmp-light-section-title h2 {
    font-size: 36px !important;
  }

  .vmp-about-team-content h3 {
    font-size: 24px !important;
  }
}

/* Contact page (matches static contact.html) */
.vmp-contact-page .contact-area {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 4px solid #93fb50;
  padding: 100px 0;
}

.vmp-contact-page .contact-content-part h2 {
  color: #1a1a1a;
}

.vmp-contact-page .contact-content-part p {
  color: #333;
}

.vmp-contact-page .contact-content-part a {
  color: #1a1a1a;
}

.vmp-contact-page .contact-content-part a:hover {
  color: #87e64b;
}

.vmp-contact-page .contact-content-part .about-social a {
  color: #1a1a1a;
}

.vmp-contact-page .contact-content-part .about-social a:hover {
  color: #87e64b;
}

.vmp-contact-info-card {
  margin-top: 40px;
  padding: 30px;
  background: rgba(135, 230, 75, 0.1);
  border-top: 4px solid #87e64b;
  border-radius: 5px;
}

.vmp-contact-info-item {
  margin-bottom: 20px;
}

.vmp-contact-info-item--last {
  margin-bottom: 0;
}

.vmp-contact-info-item h4 {
  color: #87e64b;
  margin-bottom: 10px;
  font-size: 18px;
}

.vmp-contact-info-item h4 i {
  margin-right: 8px;
}

.vmp-contact-info-item p {
  margin: 0;
  color: #333;
  font-size: 16px;
}

.vmp-contact-page .single-contact {
  margin-top: 30px;
}

.vmp-contact-page .contact-form-area {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.vmp-contact-page .contact-form-area label {
  color: #333;
}

.vmp-contact-page .contact-form-area .form-control {
  color: #1a1a1a;
}

.vmp-contact-page .contact-form-area .form-control::placeholder {
  color: #999;
}

.vmp-contact-page .contact-form-area .form-control:focus {
  border-color: #93fb50;
  box-shadow: 0 0 0 0.2rem rgba(147, 251, 80, 0.25);
}

.vmp-contact-form-feedback .input-success,
.vmp-contact-form-feedback .input-error {
  display: none;
  color: #333;
}

.vmp-contact-faq {
  background: linear-gradient(180deg, #0a0a0a 0%, #141414 100%);
  padding: 100px 0;
  border-top: 4px solid #93fb50;
}

.vmp-contact-faq > .container > .row > .col-lg-12 h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.vmp-contact-faq > .container > .row > .col-lg-12 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

.vmp-contact-faq .faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.vmp-contact-faq .faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.vmp-contact-faq .faq-item:hover {
  border-color: rgba(147, 251, 80, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.vmp-contact-faq .faq-item.active {
  border-color: #93fb50;
  box-shadow: 0 10px 40px rgba(147, 251, 80, 0.1);
}

.vmp-contact-faq .faq-question {
  width: 100%;
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  border: 0;
  background: transparent;
  text-align: left;
}

.vmp-contact-faq .faq-question h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 20px;
}

.vmp-contact-faq .faq-question .faq-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: rgba(147, 251, 80, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vmp-contact-faq .faq-question .faq-icon i {
  color: #93fb50;
  font-size: 20px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vmp-contact-faq .faq-item.active .faq-question .faq-icon {
  background: #93fb50;
}

.vmp-contact-faq .faq-item.active .faq-question .faq-icon i {
  color: #000;
  transform: rotate(45deg);
}

.vmp-contact-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s ease;
}

.vmp-contact-faq .faq-item.active .faq-answer {
  max-height: 500px;
}

.vmp-contact-faq .faq-answer-content {
  padding: 0 30px 25px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
}

.vmp-contact-faq .faq-answer-content p {
  margin: 0;
}

.vmp-contact-faq .faq-answer-content a {
  color: #93fb50;
}

.vmp-contact-faq .faq-answer-content a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .vmp-contact-faq > .container > .row > .col-lg-12 h2 {
    font-size: 36px;
  }

  .vmp-contact-faq .faq-question {
    padding: 20px;
  }

  .vmp-contact-faq .faq-question h4 {
    font-size: 16px;
  }

  .vmp-contact-faq .faq-answer-content {
    padding: 0 20px 20px;
    font-size: 15px;
  }
}

/* Our Services hub page (matches static service.html) */
.vmp-services-page .services-area {
  background: url("../images/custom/section-bg-gradient-2.jpg") no-repeat right
    center;
  padding-bottom: 100px;
  position: relative;
}

.vmp-services-page .section-title.services-hub-intro {
  display: block !important;
  text-align: center;
}

.vmp-services-page .services-hub-intro p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin: 0 auto;
  max-width: 700px;
}

.vmp-services-page .service-item-content i {
  display: none;
}

.vmp-services-work-carousel {
  background: #f8f9fa;
  padding: 80px 0;
}

.vmp-services-work-heading {
  margin-bottom: 50px;
  text-align: center;
}

.vmp-services-work-heading h2 {
  color: #000;
}

.vmp-services-work-heading p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin: 15px auto 0;
  max-width: 700px;
}

/* Other Services cross-navigation */
.other-services-section {
  background: #0a0a0a;
  border-top: 1px solid rgba(135, 230, 75, 0.15);
  padding: 80px 0;
}

.other-services-section .section-title h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.other-services-section .section-title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin: 15px auto 0;
  max-width: 600px;
}

.other-services-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 40px;
}

.other-service-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  min-width: 0;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}

.other-service-card span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.other-service-card:hover {
  background: rgba(135, 230, 75, 0.1);
  border-color: rgba(135, 230, 75, 0.4);
  color: #87e64b;
}

.other-services-hub-link {
  margin-top: 30px;
}

.other-services-hub-link .theme-btn {
  font-size: 15px;
  padding: 14px 32px;
}

@media (max-width: 1200px) {
  .other-services-grid {
    flex-wrap: wrap;
  }

  .other-service-card {
    flex: 1 1 calc(33.333% - 10px);
    min-width: 140px;
    padding: 14px 16px;
  }

  .other-service-card span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .other-services-section {
    padding: 60px 0;
  }

  .other-services-section .section-title h2 {
    font-size: 32px;
  }

  .other-services-grid {
    flex-direction: column;
  }

  .other-service-card {
    flex: 1 1 100%;
    padding: 16px 20px;
  }

  .other-service-card span {
    font-size: 16px;
  }
}
