/*
Theme Name: star
Description: Specific styles of the theme relative ti this website.
*/


@media (min-width: 1366px) {
  .extended-container {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 1440px) {
  .extended-container {
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media (min-width: 1600px) {
  .extended-container {
    margin-left: -160px;
    margin-right: -160px;
  }
}

@media (min-width: 1920px) {
  .extended-container {
    margin-left: -330px;
    margin-right: -330px;
  }
}


@font-face {
  font-family: proximanova;
  src: url('/wp-content/themes/Apolloweb-star/framework/libs/fonts/proximanova_regular.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300&display=swap');

.tt-prox {
  font-family: 'proximanova';
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: black;
}

#site-header .extended-container {
  height: 100%;
}

.vor-pg-nav-wrap {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  max-width: 120px;
}

a.vor-btn {
  padding: 12px 20px;
  border-radius: 100px;
  position: relative;
  display: block;
}

a.vor-btn.bg-tp {
  background: transparent;
  color: black;
}

a.vor-btn.bg-bk {
  background: black;
  color: white;
}

a.vor-btn.bg-bk:hover {
  box-shadow: -3px 5px 13px 2px #a3a7f5;
}

a.vor-btn.bg-tp:hover {
  color: #949494;
}

#site-header {
  box-shadow: none;
}

.vor-hm-bn-cont-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 100px;
}

h1.vor-hm-tt {
  margin: 0;
  font-size: 72px;
}

.vor-hm-bn-cont-wrap p {
  margin: 0;
  font-size: 20px;
}

.vor-hm-bn-btn-wrap {
  display: flex;
  justify-content: center;
}

.vor-nav-btn-wrap {
  display: flex;
}

.vor-hm-key-flex-wrap {
  display: flex;
  position: relative;
  column-gap: 30px;
}

.vor-hm-key-sec- {
  margin: 100px 0;
}

.vor-key-sing {
  position: relative;
  height: 100%;
  overflow: hidden;
  height: 550px;
  border-radius: 10px;
}

.vor-key-sing.vor-key-left {
  width: 65%;
}

.vor-key-sing.vor-key-right {
  width: 35%;
}

img.vor-key-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vor-hm-idea-sec {
  background: black;
  color: white;
  padding: 195px 0;
}

.vor-hm-ide-flex-wrap {
  display: flex;
  align-items: center;
  column-gap: 50px;
  justify-content: space-between;
}

.hm-idea-cont-left {
  width: 100%;
  max-width: 875px;
}

.hm-idea-cont-right {
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.vor-idea-img {
  width: 450px;
}

h2.vor-pg-tt2 {
  font-size: 50px;
}

.hm-idea-cont-left .vor-pg-tt2 {
  margin-bottom: 70px;
  margin-top: 0;
}

p {
  font-size: 20px;
}

.hm-idea-cont-left p {
  margin-bottom: 25px;
}

p.vor-p-hig {
  font-weight: 600;
}

.video-wrapper {
  position: relative;
  padding-bottom: initial;
  height: calc(100vh - 82px);
  max-height: 1024px;
}


.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-height: calc(100vh - 90px);
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.video-wrapper iframe {
  z-index: 1;
}

.video-thumbnail::before {
  content: "\f04b";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  font-size: 55px;
  color: white;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  background: rgba(115, 116, 116, 0.62);
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  transition: all 0.3s ease-in-out;
  animation: pulsePlay 1.8s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}


/* Hover effect — slight grow & glow */
.video-thumbnail:hover::before {
  background: rgba(205, 204, 204, 0.62);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.4);
}

/* Pulse animation for idle state */
@keyframes pulsePlay {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 0 35px rgba(255, 255, 255, 0.4);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  }
}




/* One System section */
.vor-sys-sec {
  padding: 120px 0;
  background: #F8F8F8;
}

.vor-sys-head {
  max-width: 760px;
}

.vor-sys-head p {
  margin-top: 50px;
  margin-bottom: 100px;
}

/* Grid */
.vor-sys-card-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.vor-sys-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(13, 16, 37, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;

  /* Card hover */
  transition: transform .35s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s cubic-bezier(.2, .8, .2, 1);
  will-change: transform, box-shadow;
}

.vor-sys-card:hover {
  box-shadow:
    0 12px 30px rgba(15, 23, 42, 0.18),
    0 30px 60px rgba(114, 61, 175, 0.25);
}

.vor-sys-card-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;

  /* Zoom hover */
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.vor-sys-card:hover .vor-sys-card-img img {
  /* transform: scale(1.03); */
}

/* Bottom gradient */
.vor-sys-card-bottom {
  color: #fff;
  padding: 28px;
  background:
    radial-gradient(80% 110% at 85% 75%, rgba(114, 61, 175, 0.55) 0%, rgba(114, 61, 175, 0) 58%),
    linear-gradient(110deg, #0a5ca0 0%, #0b1722 55%, #2b1040 100%);
  margin-top: auto;
  transition: background .35s ease;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vor-sys-card-bottom h3 {
  margin: 0 0 10px;
  font-size: 26px;
}

.vor-sys-card-bottom p {
  margin: 0;
  opacity: 0.92;
}

/* Bottom color hover */
.vor-sys-card:hover .vor-sys-card-bottom {
  background:
    radial-gradient(95% 130% at 12% 95%, rgba(129, 90, 255, 0.78) 0%, rgba(129, 90, 255, 0) 52%),
    radial-gradient(80% 120% at 86% 10%, rgba(14, 126, 236, 0.65) 0%, rgba(14, 126, 236, 0) 55%),
    linear-gradient(115deg, #0b6ab0 0%, #0b1722 55%, #321144 100%);
}

/* Responsive */
@media (max-width: 1024px) {
  .vor-sys-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vor-sys-card-img img {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .vor-sys-card-grid {
    grid-template-columns: 1fr;
  }

  .vor-sys-sec {
    padding: 80px 0;
  }

  .vor-sys-card-img img {
    height: 200px;
  }
}




/* Insights */
.vor-ins-sec {
  padding: 120px 0;
}

.vor-ins-head {
  text-align: center;
  margin-bottom: 40px;
}

/* Grid */
.vor-ins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.vor-ins-card {
  background: #f3f4f6;
  border-radius: 14px;
  box-shadow:
    0 1px 0 rgba(13, 16, 37, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s cubic-bezier(.2, .8, .2, 1);
  will-change: transform, box-shadow;
}

.vor-ins-card:hover {
  box-shadow:
    0 2px 2px rgba(15, 23, 42, 0.16),
    0 3px 25px rgba(114, 61, 175, 0.20);
}

/* Card clickable */
.vor-ins-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}

/* Top image */
.vor-ins-img {
  /* height: 180px; */
  border-radius: 10px;
  overflow: hidden;
  background: #e9e9e9;
}

.vor-ins-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0);
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

/* .vor-ins-card:hover .vor-ins-img img {
  transform: scale(1.03);
} */

/* Ins body */
.vor-ins-body {
  margin-top: 18px;
}

.vor-ins-date {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 14px;
}

.vor-ins-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  color: #111827;
}

/* Ins footer */
.vor-ins-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 28px;
}

.vor-ins-read {
  color: #111827;
}

.vor-ins-arrow {
  position: relative;
  width: 38px;
  height: 28px;
}

.vor-ins-arrow::before {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-56%);
  font-size: 28px;
  line-height: 1;
  color: #111827;
  transition: transform .3s ease;
}

.vor-ins-card:hover .vor-ins-arrow::before {
  transform: translateY(-56%) translateX(6px);
}

/* Responsive */
@media (max-width: 1024px) {
  .vor-ins-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vor-ins-img {
    height: 160px;
  }

  .vor-ins-title {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .vor-ins-grid {
    grid-template-columns: 1fr;
  }

  .vor-ins-sec {
    padding: 80px 0;
  }

  .vor-ins-img {
    height: 150px;
  }
}



/* Business section */
.vor-hero-sec {
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: clamp(520px, 78vh, 880px);
}

.vor-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.vor-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
}

/* Dark overlay */
.vor-hero-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 2;
}

.vor-hero-cont {
  position: relative;
  z-index: 3;
  min-height: clamp(520px, 78vh, 880px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 28px;
  padding: 80px 0;
}

/* Headline */
.vor-hero-tt {
  margin: 0;
  line-height: 1.1;
  font-weight: 400;
  font-size: clamp(36px, 6.5vw, 70px);
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.35);
}

/* CTA */
.vor-hero-cta {
  display: flex;
  justify-content: center;
}

/* Variant for white pill button */
a.vor-btn.bg-wh {
  background: #fff;
  color: #111;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 10px 24px rgba(0, 0, 0, 0.18);
  padding: 14px 24px;
}

a.vor-btn.bg-wh:hover {
  box-shadow: -3px 5px 13px 2px #a3a7f5;
  /* box-shadow: 0 4px 14px rgba(0,0,0,0.16), 0 18px 40px rgba(114,61,175,0.25); */
}

/* Responsive spacing */
@media (max-width: 640px) {
  .vor-hero-cont {
    row-gap: 22px;
    padding: 60px 0;
  }

  .vor-hero-tt {
    font-size: clamp(30px, 8vw, 44px);
  }
}




/*==== Footer strip ====*/
.vor-ft-sec {
  background: #000000;
  color: #fff;
  /* border-top: 1px solid rgb(255 255 255); */
}

.vor-ft-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}

.vor-ft-left {
  display: flex;
  align-items: center;
}

.vor-ft-logo {
  display: block;
  height: 56px;
  width: auto;
}

.vor-ft-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Contact link on dark bg */
.vor-ft-link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 16px;
  transition: color .2s ease;
}

.vor-ft-link:hover {
  color: #ffffff;
}

/* White button spacing in this row */
.vor-ft-right .vor-btn.bg-wh {
  padding: 12px 20px;
}

/* Responsive */
@media (max-width: 900px) {
  .vor-ft-row {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .vor-ft-left,
  .vor-ft-right {
    width: 100%;
  }

  .vor-ft-left {
    justify-content: center;
  }

  .vor-ft-right {
    justify-content: center;
  }

  .vor-ft-logo {
    height: 48px;
  }
}

@media (max-width: 480px) {
  .vor-ft-right {
    gap: 16px;
  }

  .vor-ft-right .vor-btn.bg-wh {
    padding: 10px 18px;
  }
}


/* Demo page hero text block */
.vor-demo-hero {
  padding: 100px 0 150px;
}

.vor-demo-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.vor-demo-head .vor-pg-tt2 {
  margin: 0px 0 30px 0;
  font-size: clamp(36px, 5.6vw, 73px);
  line-height: 1.1;
}

.vor-demo-sub {
  margin: 0;
  font-size: 20px;
}

/* Demo page only */
.pg-temp-demo .vor-demo-video .video-wrapper {
  padding-bottom: 43.25%;
}


/* Responsive */
@media (max-width: 640px) {
  .vor-demo-hero {
    padding: 56px 0 12px;
  }

  .video-wrapper .video-thumbnail::before {
    width: 68px;
    height: 68px;
  }

  .video-wrapper .video-thumbnail::after {
    border-left-width: 15px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}


/*==== Contact page ====*/

/* Contact Section */
.pg-temp-contact-us .vor-contact-sec {
  position: relative;
  color: #fff;
  padding: 120px 0;
  background:
    radial-gradient(60% 90% at 0% 40%, rgba(12, 114, 183, 0.70) 0%, rgba(12, 114, 183, 0) 60%),
    radial-gradient(60% 90% at 100% 80%, rgba(92, 48, 155, 0.60) 0%, rgba(92, 48, 155, 0) 60%),
    linear-gradient(110deg, #0a5ca0 0%, #0b1722 48%, #2b1040 100%);
}

/* Two-column layout */
.pg-temp-contact-us .vor-contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Left column */
.pg-temp-contact-us .vor-contact-left .vor-pg-tt2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5.6vw, 56px);
}

.pg-temp-contact-us .vor-contact-sub {
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.86);
  max-width: 700px;
}

.pg-temp-contact-us .vor-contact-block {
  margin-top: 36px;
}

.pg-temp-contact-us .vor-contact-label {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.pg-temp-contact-us .vor-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pg-temp-contact-us .vor-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.9);
}

.pg-temp-contact-us .vor-contact-list a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.pg-temp-contact-us .vor-contact-list a:hover {
  color: #fff;
}

.pg-temp-contact-us .vor-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, 0.90);
}

/* Icons */
.pg-temp-contact-us .vor-socials {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.pg-temp-contact-us .vor-socials .soc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.90);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, color .2s ease, background-color .2s ease;
}

.pg-temp-contact-us .vor-socials .soc:hover {
  border-color: rgba(255, 255, 255, 0.55);
  color: #111;
  background: #fff;
}

/* Right column */
.pg-temp-contact-us .vor-contact-right {
  max-width: 680px;
  width: 100%;
}

.pg-temp-contact-us .vor-form-tt .vor-form-tt {
  margin: 0 0 22px;
  font-size: 28px;
}

/* Contact Form 7 */
.pg-temp-contact-us .wpcf7 form p .wpcf7 form p {
  margin: 0 0 16px;
}

.pg-temp-contact-us .wpcf7 input[type="text"],
.pg-temp-contact-us .wpcf7 input[type="email"],
.pg-temp-contact-us .wpcf7 input[type="tel"],
.pg-temp-contact-us .wpcf7 input[type="url"],
.pg-temp-contact-us .wpcf7 select,
.pg-temp-contact-us .wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select {
  width: 100%;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 40px;
  padding: 16px 20px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.pg-temp-contact-us .wpcf7 input[type="text"],
.pg-temp-contact-us .wpcf7 input[type="email"],
.pg-temp-contact-us .wpcf7 input[type="tel"],
.pg-temp-contact-us .wpcf7 input[type="url"],
.pg-temp-contact-us .wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select {
  height: 56px;
}

.wpcf7-spinner {
  position: absolute;
}

p:has(input[type="submit"]) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submitting input.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: white;
  pointer-events: none;
}

/* Textarea larger */
.pg-temp-contact-us .wpcf7 textarea,
.wpcf7 textarea {
  min-height: 170px;
  border-radius: 16px;
  resize: vertical;
}

/* Placeholder color */
.pg-temp-contact-us .wpcf7 ::placeholder,
.wpcf7 ::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

/* Focus state */
.pg-temp-contact-us .wpcf7 input:focus,
.pg-temp-contact-us .wpcf7 textarea:focus,
.pg-temp-contact-us .wpcf7 select:focus .wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.10) inset;
}

/* Validation and messages */
.pg-temp-contact-us .wpcf7-not-valid,
.wpcf7-not-valid {
  border-color: #ff6b6b !important;
}

.pg-temp-contact-us .wpcf7-not-valid-tip,
.wpcf7-not-valid-tip {
  color: #ffb3b3;
  font-size: 13px;
  margin-top: 6px;
}

.pg-temp-contact-us .wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* Submit button */
.pg-temp-contact-us .wpcf7 input[type="submit"],
.wpcf7 input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #111;
  border-radius: 50px;
  padding: 12px 20px;
  line-height: 1;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform .22s ease, box-shadow .28s ease;
}

.pg-temp-contact-us .wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.10),
    0 14px 30px -10px rgba(163, 167, 245, 0.55),
    0 30px 60px -20px rgba(163, 167, 245, 0.35);
}

.pg-temp-contact-us .wpcf7 input[type="submit"]:focus-visible,
.wpcf7 input[type="submit"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.92), 0 2px 6px rgba(0, 0, 0, 0.10);
}

/* footer bottom*/
p.vor-ft-cot-txt {
  font-size: 14px;
}

img.ftb-designer-logo {
  margin-top: -9px;
}

.vor-ft-cot-wrap {
  display: flex;
  justify-content: space-between;
}

div#footer-bottom {
  padding-top: 15px;
  padding-bottom: 10px;
  background: black;
  border-top: 1px solid #ffffff36;
}

.ytp-expand-pause-overlay.ytp-big-mode .ytp-pause-overlay {
  display: none !important;
}

/* Responsive */
@media (max-width: 1400px) {
  .vor-key-sing {
    height: 400px;
  }

  .vor-ins-title {
    font-size: 20px;
  }

  .video-wrapper {
    max-height: 580px
  }
}

@media (max-width: 1024px) {
  .pg-temp-contact-us .vor-contact-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pg-temp-contact-us .vor-contact-right {
    max-width: none;
  }


}

@media (max-width: 768px) {
  .header-logo img {
    max-width: 75px;
  }

  body {
    font-size: 14px;
  }

  a.vor-btn {
    padding: 8px 13px;
  }

  #site-header {
    height: 50px
  }

  .vor-hm-key-flex-wrap {
    flex-direction: column;
    row-gap: 30px;
  }

  .vor-key-sing.vor-key-left,
  .vor-key-sing.vor-key-right {
    width: 100%;
  }

  .vor-key-sing {
    height: 300px;
  }

  h1.vor-hm-tt {
    margin: 0;
    font-size: 45px;
  }

  .vor-hm-bn-cont-wrap p {
    font-size: 14px;
  }

  .vor-hm-bn-cont-wrap {
    row-gap: 15px;
    margin-top: 60px;
  }

  .vor-hm-key-sec- {
    margin: 60px 0;
  }

  .vor-hm-idea-sec {
    padding: 60px 0;
  }

  h2.vor-pg-tt2 {
    font-size: 32px;
  }

  .hm-idea-cont-left .vor-pg-tt2 {
    margin-bottom: 25px;
  }

  .hm-idea-cont-left {
    max-width: 100%;
  }

  .vor-hm-ide-flex-wrap {
    column-gap: 0;
  }

  p {
    font-size: 14px;
  }

  .video-wrapper {
    max-height: 300px;
  }

  .vor-sys-head p {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .vor-sys-sec {
    padding: 60px 0;
  }

  .vor-ins-title {
    font-size: 18px;
  }

  .vor-ins-card-link {
    padding: 15x;
  }

  .page-container {
    padding-bottom: 0px;
  }

  .vor-ft-row {
    row-gap: 45px;
  }

  .vor-ft-cot-wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 5px;

  }

  .vor-sys-card-bottom {
    min-height: 170px;
  }

  .pg-temp-contact-us .wpcf7 input[type="text"],
  .pg-temp-contact-us .wpcf7 input[type="email"],
  .pg-temp-contact-us .wpcf7 input[type="tel"],
  .pg-temp-contact-us .wpcf7 input[type="url"],
  .pg-temp-contact-us .wpcf7 select,
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="url"],
  .wpcf7 select {
    height: 45px;
  }

  .pg-temp-contact-us .vor-contact-sec,
  .vor-contact-sec {
    padding: 90px 0;
  }

  .vor-demo-hero {
    padding: 85px 0 40px;
  }
}




@media (max-width: 640px) {


  .pg-temp-contact-us .vor-contact-left .vor-pg-tt2 {
    font-size: clamp(30px, 8vw, 40px);
  }
}


.form-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  z-index: 5;
  flex-direction: column;
}

div#wpcf7-f15-o1 {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  max-width: 600px;
}

.form-message {
  color: white;
}