/* Vision Mobile Media brand and page additions.
   The original Outmedia and Elementor homepage styling remains untouched. */
:root {
  --vmm-red: #fc0841;
  --vmm-purple: #180338;
  --vmm-black: #0c0c0c;
  --vmm-heading: #161619;
  --vmm-muted: #828282;
  --main-color-one: #fc0841;
  --secondary-color: #fc0841;
}

/* Brand logo */
.header .navbar-container .vmm-navbar-brand,
.header .navbar-container .navbar-brand.vmm-navbar-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
  margin-right: 28px;
}
.header .navbar-container .vmm-site-logo,
.header .navbar-container .navbar-brand img.vmm-site-logo,
.nav-custom .logo-wrapper img.vmm-site-logo {
  width: 360px !important;
  max-width: 360px !important;
  height: auto !important;
  max-height: 88px !important;
  object-fit: contain;
}
.header-standard .navbar {
  min-height: 108px;
}
.header-standard .navbar-container .main-menu > li > a {
  line-height: 54px;
}


/* Click-to-call header phone */
.vmm-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: 24px;
  text-decoration: none !important;
  white-space: nowrap;
}
.vmm-header-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--vmm-red);
  color: #fff;
  font-size: 15px;
}
.vmm-header-phone-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.vmm-header-phone-label {
  margin-bottom: 5px;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vmm-header-phone-number {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.vmm-header-phone:hover .vmm-header-phone-number {
  color: var(--vmm-red);
}
.vmm-header-phone-transparent .vmm-header-phone-label,
.vmm-header-phone-transparent .vmm-header-phone-number {
  color: #fff;
}
.nav-custom-fixed .vmm-header-phone-transparent .vmm-header-phone-label {
  color: #777;
}
.nav-custom-fixed .vmm-header-phone-transparent .vmm-header-phone-number {
  color: #222;
}

/* Exact homepage link corrections are handled in functions.php. */
.vmm-fallback-home {
  background: #fff;
}
.vmm-fallback-home .header-area .title {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 800;
  text-transform: none;
}
.vmm-fallback-home .header-area.header-bg::before {
  background-color: transparent;
  background-image: linear-gradient(80deg, #180338 0%, rgba(24, 3, 56, .60) 60%);
}
.vmm-overlap-intro {
  position: relative;
  z-index: 4;
}
.vmm-overlap-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  margin-top: -180px;
  padding: 80px 100px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.vmm-intro-left h2 {
  margin: 0 0 5px;
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
  text-transform: uppercase;
}
.vmm-intro-left h2 span { color: var(--vmm-red); }
.vmm-intro-left h3 {
  margin: 0 0 18px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.vmm-text-link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--vmm-red);
  color: #333;
  font: 600 14px "Montserrat", sans-serif;
}
.vmm-intro-right p {
  margin: 0 0 14px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}
.vmm-intro-right p strong {
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.vmm-mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 24px;
}
.vmm-mini-gallery img {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: cover;
}
.vmm-split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.vmm-split-photo,
.vmm-split-copy {
  position: relative;
  min-height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vmm-split-photo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 80px;
}
.vmm-split-overlay {
  position: absolute;
  inset: 0;
  background: rgba(43, 43, 43, .30);
}
.vmm-split-photo h2 {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}
.vmm-split-copy {
  display: flex;
  align-items: center;
  padding: 110px 80px;
}
.vmm-split-copy h2 {
  max-width: 570px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.vmm-heading-band {
  padding: 100px 0;
  text-align: center;
}
.vmm-heading-band h2 {
  max-width: 880px;
  margin: 0 auto;
  color: #000;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}
.vmm-image-copy-band {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}
.vmm-image-copy-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 3, 56, .88), rgba(24, 3, 56, .22));
}
.vmm-image-copy-band .container { position: relative; z-index: 1; }
.vmm-image-copy-panel {
  max-width: 640px;
  padding: 65px;
  background: rgba(12, 12, 12, .92);
}
.vmm-image-copy-panel p {
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
}
.vmm-image-copy-panel p strong { color: var(--vmm-red); }
.vmm-cta-red {
  background: var(--vmm-red);
}
.vmm-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 58px 0;
}
.vmm-cta-inner h2 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
.vmm-cta-inner p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 18px;
}
.vmm-dark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 32px;
  border: 2px solid #111;
  background: #111;
  color: #fff !important;
  font: 700 13px "Montserrat", sans-serif;
  text-transform: uppercase;
}
.vmm-dark-button:hover {
  border-color: #fff;
  background: #fff;
  color: #111 !important;
}
.vmm-about-feature {
  padding: 100px 0 70px;
}
.vmm-about-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}
.vmm-about-feature-grid img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.vmm-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--vmm-red);
  font: 700 13px "Montserrat", sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.vmm-about-feature h2,
.vmm-faq-section h2 {
  color: #000;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}
.vmm-about-feature p {
  color: #333;
  font-size: 17px;
  line-height: 1.8;
}
.vmm-three-features {
  padding: 0 0 100px;
}
.vmm-three-features-grid,
.vmm-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.vmm-three-features article,
.vmm-values-grid article {
  padding: 35px 32px;
  border-top: 4px solid var(--vmm-red);
  background: #f6f6f6;
}
.vmm-three-features article span,
.vmm-values-grid article span {
  color: var(--vmm-red);
  font: 800 14px "Montserrat", sans-serif;
}
.vmm-three-features h3,
.vmm-values-grid h3 {
  margin: 14px 0 8px;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.vmm-three-features p,
.vmm-values-grid p { margin: 0; color: #666; }
.vmm-action-image {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.vmm-action-overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 3, 56, .72);
}
.vmm-action-image .container { position: relative; z-index: 1; }
.vmm-action-image h2 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
}
.vmm-faq-section { padding: 100px 0; }
.vmm-faq-grid {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 70px;
}
.vmm-accordion details { border-bottom: 1px solid #ddd; }
.vmm-accordion summary {
  position: relative;
  padding: 21px 45px 21px 0;
  color: #161619;
  cursor: pointer;
  list-style: none;
  font: 700 17px "Montserrat", sans-serif;
}
.vmm-accordion summary::-webkit-details-marker { display: none; }
.vmm-accordion summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  color: var(--vmm-red);
  font-size: 24px;
}
.vmm-accordion details[open] summary::after { content: "−"; }
.vmm-accordion p { padding: 0 45px 18px 0; color: #666; }

/* Inner pages */
.vmm-page-banner {
  position: relative;
  min-height: 530px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vmm-page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(80deg, #180338 0%, rgba(24, 3, 56, .68) 62%, rgba(24, 3, 56, .30) 100%);
}
.vmm-page-banner .container { position: relative; z-index: 1; padding-top: 90px; }
.vmm-page-banner span {
  display: block;
  margin-bottom: 12px;
  color: var(--vmm-red);
  font: 700 14px "Montserrat", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vmm-page-banner h1 {
  margin: 0;
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.vmm-page-section { padding: 100px 0; }
.vmm-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.vmm-about-grid h2,
.vmm-contact-intro h2,
.vmm-section-heading h2,
.vmm-about-split-copy h2 {
  margin: 0 0 25px;
  color: #000;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}
.vmm-editor-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
.vmm-about-image-stack { position: relative; padding: 0 0 55px 55px; }
.vmm-about-main-image {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
}
.vmm-about-accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  padding: 32px;
  background: var(--vmm-red);
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}
.vmm-about-accent strong {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
.vmm-values-section {
  padding: 95px 0;
  background: #f5f5f5;
}
.vmm-section-heading {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
}
.vmm-about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
.vmm-about-split-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vmm-about-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px;
  background: var(--vmm-purple);
}
.vmm-about-split-copy h2,
.vmm-about-split-copy p { color: #fff; }
.vmm-about-split-copy p { max-width: 600px; font-size: 17px; line-height: 1.8; }
.vmm-about-split-copy .boxed-btn { align-self: flex-start; margin-top: 15px; }
.vmm-contact-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* Contact area and form */
.vmm-contact-section { overflow: hidden; }
.vmm-contact-title .title {
  margin: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
.vmm-contact-content { padding-left: 95px; }
.vmm-contact-content .title { color: #fff; }
.vmm-contact-content p {
  max-width: none;
  color: #fff;
  font-size: 16px;
}
.vmm-contact-content a { color: #fff; }
.vmm-contact-form { margin-top: 28px; }
.vmm-form-row { margin-bottom: 14px; }
.vmm-form-row label {
  display: block;
  margin-bottom: 5px;
  color: #c8c8c8;
  font: 600 12px "Montserrat", sans-serif;
  text-transform: uppercase;
}
.vmm-contact-form input,
.vmm-contact-form textarea {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #484848;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.vmm-contact-form input:focus,
.vmm-contact-form textarea:focus { border-color: var(--vmm-red); }
.vmm-contact-form textarea { resize: vertical; }
.vmm-contact-form .boxed-btn { border: 0; cursor: pointer; }
.vmm-form-message {
  margin: 18px 0;
  padding: 12px 15px;
  color: #fff;
}
.vmm-form-message.success { background: #246b39; }
.vmm-form-message.error { background: #8d2638; }

/* Footer text correction */
.footer-area .copyright-text,
.footer-area .copyright-text p { color: #c1c1c1; }

@media (max-width: 1199px) {
  .header .navbar-container .vmm-site-logo,
  .header .navbar-container .navbar-brand img.vmm-site-logo,
  .nav-custom .logo-wrapper img.vmm-site-logo {
    width: 300px !important;
    max-width: 300px !important;
    max-height: 76px !important;
  }
  .header .navbar-container .main-menu > li { padding: 0 12px; }
  .vmm-overlap-card { padding: 70px 70px; }
  .vmm-about-split-copy { padding: 70px; }
}

@media (max-width: 1024px) {
  .vmm-fallback-home .header-area .title { font-size: 48px; line-height: 1.12; }
  .vmm-overlap-card { grid-template-columns: 40% 60%; gap: 35px; padding: 70px 45px; }
  .vmm-split-photo h2 { font-size: 44px; }
  .vmm-heading-band h2,
  .vmm-action-image h2 { font-size: 40px; }
  .vmm-about-grid,
  .vmm-contact-intro-grid { gap: 45px; }
  .vmm-contact-content { padding-left: 55px; }
}

@media (max-width: 991px) {
  .header-standard .navbar { min-height: 92px; padding-left: 0; padding-right: 0; }
  .header .navbar-container .vmm-site-logo,
  .header .navbar-container .navbar-brand img.vmm-site-logo,
  .nav-custom .logo-wrapper img.vmm-site-logo {
    width: 255px !important;
    max-width: 255px !important;
    max-height: 68px !important;
  }
  button.navbar-toggler { top: 25px; right: 15px; }
  .header-standard #primary-nav {
    padding: 18px 20px 24px;
    background: #fff;
  }
  .header .navbar-container .main-menu > li { padding: 0; }
  .header .navbar-container .main-menu > li > a { line-height: 42px; }
  .vmm-overlap-card,
  .vmm-about-feature-grid,
  .vmm-faq-grid,
  .vmm-about-grid,
  .vmm-contact-intro-grid { grid-template-columns: 1fr; }
  .vmm-overlap-card { margin-top: -100px; }
  .vmm-split-feature,
  .vmm-about-split { grid-template-columns: 1fr; }
  .vmm-split-photo,
  .vmm-split-copy { min-height: 390px; }
  .vmm-split-photo { justify-content: flex-start; padding: 60px 45px; }
  .vmm-split-photo h2 { text-align: left; }
  .vmm-about-split-photo { min-height: 480px; }
  .vmm-three-features-grid,
  .vmm-values-grid { grid-template-columns: 1fr; }
  .vmm-page-banner h1 { font-size: 54px; }
  .vmm-contact-section::before { display: none; }
  .vmm-contact-section::after { width: 100%; }
  .vmm-contact-section .col-lg-6:first-child { padding-bottom: 55px; }
  .vmm-contact-content { padding-left: 0; }
}

@media (max-width: 767px) {
  .header-standard .navbar { min-height: 82px; }
  .header .navbar-container .vmm-site-logo,
  .header .navbar-container .navbar-brand img.vmm-site-logo,
  .nav-custom .logo-wrapper img.vmm-site-logo {
    width: 220px !important;
    max-width: 220px !important;
    max-height: 58px !important;
  }
  button.navbar-toggler { top: 20px; }
  .vmm-fallback-home .header-area { height: 600px; padding: 230px 0 0; }
  .vmm-fallback-home .header-area .title { font-size: 40px; }
  .vmm-overlap-card { margin-top: 0; padding: 55px 25px; }
  .vmm-mini-gallery { grid-template-columns: 1fr; gap: 12px; }
  .vmm-mini-gallery img { height: 210px; }
  .vmm-split-photo,
  .vmm-split-copy { min-height: 350px; padding: 60px 25px; }
  .vmm-split-photo h2 { font-size: 34px; }
  .vmm-split-copy h2 { font-size: 20px; line-height: 1.6; }
  .vmm-heading-band,
  .vmm-about-feature,
  .vmm-faq-section,
  .vmm-page-section,
  .vmm-values-section { padding: 75px 0; }
  .vmm-heading-band h2,
  .vmm-about-feature h2,
  .vmm-faq-section h2,
  .vmm-about-grid h2,
  .vmm-contact-intro h2,
  .vmm-section-heading h2,
  .vmm-about-split-copy h2 { font-size: 32px; line-height: 1.22; }
  .vmm-image-copy-band { min-height: 520px; }
  .vmm-image-copy-panel { padding: 35px 25px; }
  .vmm-image-copy-panel p { font-size: 17px; }
  .vmm-cta-inner { align-items: flex-start; flex-direction: column; padding: 45px 0; }
  .vmm-cta-inner h2 { font-size: 34px; }
  .vmm-about-feature-grid img { min-height: 360px; }
  .vmm-action-image { min-height: 360px; }
  .vmm-action-image h2 { font-size: 32px; }
  .vmm-page-banner { min-height: 430px; }
  .vmm-page-banner .container { padding-top: 75px; }
  .vmm-page-banner h1 { font-size: 43px; }
  .vmm-about-image-stack { padding: 0 0 42px 35px; }
  .vmm-about-main-image { min-height: 380px; }
  .vmm-about-accent { width: 260px; padding: 24px; }
  .vmm-about-split-photo { min-height: 360px; }
  .vmm-about-split-copy { padding: 65px 25px; }
  .vmm-contact-title .title { font-size: 43px; }
}

@media (max-width: 420px) {
  .header .navbar-container .vmm-site-logo,
  .header .navbar-container .navbar-brand img.vmm-site-logo,
  .nav-custom .logo-wrapper img.vmm-site-logo {
    width: 190px !important;
    max-width: 190px !important;
  }
  .vmm-page-banner h1 { font-size: 38px; }
}


@media (max-width: 1199px) and (min-width: 992px) {
  .vmm-header-phone { margin-left: 12px; gap: 8px; }
  .vmm-header-phone-icon { width: 34px; height: 34px; }
  .vmm-header-phone-number { font-size: 14px; }
  .vmm-header-phone-label { font-size: 9px; }
}

@media (max-width: 991px) {
  .header-standard .navbar { flex-wrap: wrap; }
  .vmm-header-phone-standard {
    position: absolute;
    top: 50%;
    right: 76px;
    margin: 0;
    transform: translateY(-50%);
  }
  .vmm-header-phone-standard .vmm-header-phone-copy { display: none; }
  .vmm-header-phone-standard .vmm-header-phone-icon {
    width: 42px;
    height: 42px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  }
  .nav-custom-container .nav-right-content { display: none; }
}

@media (max-width: 420px) {
  .vmm-header-phone-standard { right: 68px; }
  .vmm-header-phone-standard .vmm-header-phone-icon {
    width: 38px;
    height: 38px;
  }
}
