/* @import url("https://fonts.googleapis.com/css2?family=Bentham&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://unpkg.com/boxicons@latest/css/boxicons.min.css");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}

html {
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: -webkit-fill-available;
  color: #5e6282;
  background-color: #0b1d26;
}

body.overflow-hidden {
  overflow: hidden;
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1462px;
  height: auto;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header Navigation Start   */

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
}

.header-container {
  width: 100%;
  padding: 0 24px;
}

.header.on-scroll {
  background: rgba(11, 29, 38, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.navbar {
  width: 100%;
  transition: all 0.4s ease-in-out;
  padding: 20px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.navbar .header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.brand svg {
  max-width: 65px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateX(-150%);
  z-index: 10;
  background-color: #0b1d26;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-is-active .menu {
  transform: translateX(0%);
}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  row-gap: 24px;
}

.menu-link {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease;
}

.menu-block {
  display: flex;
  column-gap: 30px;
  margin-left: auto;
  align-items: center;
}

.menu-block-link {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.menu-block-link .bx {
  font-size: 20px;
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  padding: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
  margin-right: 24px;
}

.burger-line-wrapper {
  height: 20px;
  width: 20px;
  position: relative;
}

.burger-line {
  position: absolute;
  display: block;
  left: 0px;
  width: 20px;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 20px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background-color: #ffffff;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.close-menu {
  order: 0;
  background-color: #0b1d26;
}

.header-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.menu-is-active .header-backdrop {
  visibility: visible;
  opacity: 0.5;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

/* Header Navigation End   */

/* Hero Section Start   */

.hero-section {
  position: relative;
  padding-bottom: 140px;
  overflow: hidden;
  max-height: 100vh;
}

.hero-section::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -33.26deg,
    rgba(11, 29, 38, 0%) 0%,
    rgba(11, 29, 38, 0.6) 100%
  );
  z-index: 1;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 550px;
  z-index: 5;
  background-image: linear-gradient(
    180deg,
    rgba(11, 29, 38, 0),
    #0b1d26,
    #0b1d26
  );
}

.hero-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.hero-image-wrapper img {
  width: 100%;
  height: auto;
}

.hero-image-wrapper img.sky {
  margin-top: 0%;
  position: relative;
  transform: translateY(-50%);
  height: 100vh;
  object-fit: cover;
}

.hero-image-wrapper img.mountains {
  margin-top: -170%;
  z-index: 1;
  height: 100vh;
  object-fit: cover;
}

.hero-image-wrapper img.man-standing {
  margin-top: -150%;
  z-index: 4;
  height: 330px;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 6;
  height: auto;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-subtitle {
  font-size: 12px;
  color: #fbd784;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.hero-subtitle::before {
  content: "";
  height: 2px;
  width: 40px;
  /* background-color: #fbd784; */
  display: inline-block;
}

.hero-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
}

.hero-title span {
  display: inline-block;
}

.hero-action {
  font-size: 21px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 124px;
  color: #fff;
}

.hero-action svg {
  animation: scroll-down-arrow 2.5s infinite;
}

.hero-action a {
  background-color: #fff;
  padding: 1.25rem 2.5rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 500;
  color: #262626;
  cursor: pointer;
  z-index: 99999;
  margin-top: 3.5rem;
}

@keyframes scroll-down-arrow {
  0%,
  20%,
  55%,
  80%,
  100% {
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    transform: translate3d(-50%, -15px, 0);
  }

  70% {
    transform: translate3d(-50%, -10px, 0);
  }

  90% {
    transform: translate3d(-50%, -5px, 0);
  }
}

/* Hero Section End   */

/* Why smartDCIM Section Start */
.why-section {
  position: relative;
  z-index: 10;
  margin-top: 0;
  background-color: #0b1d26;
}
h5#heading {
  opacity: 0;
}
.why-section .max-w-550 {
  max-width: 550px;
}
.why-section .max-w-sm {
  max-width: 220px;
}
.why-section h5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.why-section p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  /* padding-bottom: 8rem; */
  padding-top: 2rem;
  text-align: left;
}
.why-section ul.why_list {
  list-style: inside;
}
.why-section ul.why_list li {
  text-align: left;
}
.why-section .content-row {
  text-align: center;
  justify-content: center;
  gap: 160px;
}
.why-section .text-center {
  text-align: -webkit-center;
}

@media (max-width: 767px) {
  /* Reduce font sizes for mobile */
  .hero-title {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  
  .hero-subtitle {
    font-size: 11px !important;
  }
  
  .content-title {
    font-size: 24px !important;
  }
  
  .content-subtitle {
    font-size: 12px !important;
  }
  
  .content-copy {
    font-size: 13px !important;
  }
  
  h2 {
    font-size: 2.5rem !important;
  }
  
  .heading {
    font-size: 1.75rem !important;
  }
  
  .why-section h5 {
    font-size: 1.5rem !important;
  }
  
  .why-section p {
    color: #fff;
    font-size: 0.9rem !important;
    font-weight: 400;
    padding-bottom: 4rem;
  }
  
  h5#heading {
    font-size: 1.5rem !important;
  }
  
  .section_pricing_content h5 {
    font-size: 1.125rem !important;
  }
  
  .section_pricing_content p {
    font-size: 1rem !important;
  }
  
  h2.pricing {
    font-size: 1.5rem !important;
  }
  
  .item_p {
    font-size: 1.125rem !important;
  }
  
  .footer-heading {
    font-size: 18px !important;
  }
  
  body {
    font-size: 14px !important;
  }
  
  .why-section p.pb-sm-0 {
    padding-bottom: 4rem;
  }
  .why-section .content-row {
    text-align: center;
    justify-content: center;
    gap: 0px;
  }
}

/* Why smartDCIM Section Close */

.content-section {
  position: relative;
  z-index: 5;
  margin-top: -50%;
}

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

.content-wrapper:not(:last-child) {
  margin-bottom: 80px;
}

.content-wrapper .content-image {
  width: 100%;
}

.content-image img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.content-content {
  flex: 1;
  padding-left: 0px;
}

.content-subtitle {
  font-size: 14px;
  color: #fbd784;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

/* .content-subtitle::before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #fbd784;
  display: inline-block;
} */

.content-title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 27px;
  font-weight: 500;
}

.content-title span {
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.content-copy {
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 27px;
  transition: all 0.4s ease-in-out;
}

.content-action {
  color: #fbd784;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  transition: all 0.4s ease-in-out;
}

.content-action:hover {
  gap: 20px;
}

.content-subtitle .counter {
  font-size: 140px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  letter-spacing: 0;
}

/* Footer Section Start   */

footer {
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
}

.footer-column-logo {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer-copy-rights {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-top: auto;
}

.footer-column-link {
  width: auto;
}

.footer-logo {
  margin-bottom: 19px;
}

.footer-copy {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 24px;
}

.footer-heading {
  font-size: 24px;
  color: #fbd784;
  font-weight: bold;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-item a {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
}

/* Footer Section End   */

.slider {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  z-index: 9;
}

.slider .container {
  padding: 0;
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  max-width: 1500px;
}

.slider-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 15px 0;
}

.slider-list-item a {
  color: #ffffff;
  font-weight: bold;
}

.slider-progress {
  height: auto;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.slider-progress-bar {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

ul.technology_ul {
  margin-left: 8rem;
}

ul.technology_ul li {
  list-style:disc;
  list-style-type:circle;
  color: #fff;
}

ul.pricing_points li {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
  font-size: 1.125rem;
}

/* Card stacking css starts */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  /* background-color: #eeeeee; */
  color: #292929;
  /* font-family: sans-serif; */
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.3s, background-color 0.3s;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading {
  font-size: 2.5rem;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-shadow: 0.04em 0.04rem 0 #81b5ab; */
  color: #fff;
}

.section {
  overflow: hidden;
}

.wrapper {
  height: 100vh;
}

.list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0.2rem;
}

.item {
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}

/* .item_number {
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  top: 6rem;
  left: 3rem;
} */

.item_number {
    font-size: 1rem;
    height: 3rem;
    margin-bottom: 0.5rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    position: absolute;
    top: 6rem;
    left: 3rem;
}

.item_content {
  background-color: #fff;
  color: #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
  position: relative;
  width: 50%;
}
.item_content_100 {
  background-color: #0b1d26;
  color: #292929;
  width: 100% !important;
}
.item_content_center {
  align-items: center;
}

.mb-0 {
  margin-bottom: 0;
}

.item_p {
  font-size: 1.5rem;
}

/* pricing start */
.position-absolute {
  position: absolute !important;
}
.section_pricing_content a {
  color: #ffffff;
}
.section_pricing_content {
  /* position: absolute; */
  z-index: 9;
  margin-left: 300px;
  margin-top: 5.6875rem;
  /* width: 300px; */
  text-align: center;
}
.section_pricing_content h5 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.section_pricing_content p {
  font-style: italic;
  font-size: 1.125rem;
  margin-bottom: 4rem;
  margin-top: 2.5rem;
}
.section_pricing_content a.talktosales {
  font-size: 1.25rem;
  color: #000;
  background-color: #ffffff;
  padding: 20px 42px;
  border-radius: 100px;
}
ul.pricing_points li img {
  margin-left: 2.25rem;
  margin-right: 1.25rem;
}
h2.pricing {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}
/* pricing close */

.item_media {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical {
  padding: 2rem;
}

@media (max-width: 575.98px) {
  .heading {
    font-size: 2.5rem;
  }

  .item {
    display: flex;
    flex-direction: column;
  }

  .item_content,
  .item_media {
    height: 50vh;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .item_number {
    font-size: .5rem;
    top: 1.5rem;
  }
}
/* Card stacking css closed */


/* Contact section start */
.contact-section .heading {
    align-items: end;
}
.contact-section p {
    color: #fff;
    text-align: center;
}
.contact-section a.button {
    background-color: #fff;
    padding: 1.25rem 2.5rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    color: #262626;
    cursor: pointer;
    z-index: 9;
    margin-top: 2rem;
}
.contact-section a.button:hover {
    background-color: #C2C6C8;
}
.contact-outer-section {
  display: flex;
  margin-top: 3rem;
}

.contact-inner-section.left-side {
  width: 100%;
  justify-content: center;
  display: flex;
  /* flex-direction: row; */
  align-items: end;
  margin-right: 2rem;
}
.contact-inner-section.left-side div {
  width: auto; 
  display: flex; 
  /* flex-direction: column; */
}


.contact-inner-section.left-side a {
  margin: 0 1rem;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}
.contact-inner-section.left-side a img {
    height: 100px;
    width: 100px;
    margin-bottom: .5rem;
}
.contact-inner-section.right-side {
  width: 45%;
}
.social_media {
  display: flex;
}
.social_media img:not(:last-child) {
  margin-right: 2rem;

}
/* Contact section close */

/* Why Section */
#why-section {
  color: #ffffff;
  padding-bottom: 10rem;
}
#why-section h2 {
  font-size: 2.5rem;
}
#why-section p {
  font-size: 1.125rem;
  padding-bottom: 2rem;
}
#why-section ul li {
  font-size: 1.125rem;
  list-style-type:disc;
  margin-left: 4rem;
  margin-bottom: 1rem;
}
/* Why Section End */

/* Request a Demo Form - Hidden by default */
#mc_embed_signup_scroll {
  display: none;
  position: relative;
}

#mc_embed_signup_scroll.visible {
  display: block;
  /* Account for header height - use calc to ensure full viewport minus header */
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  /* Account for fixed header - push content down so it's not hidden */
  padding: 8rem 2rem 16rem;
  /* Smooth scrolling within form */
  scroll-behavior: smooth;
  /* Ensure form is scrollable on mobile */
  -webkit-overflow-scrolling: touch;
  /* Ensure scrollbar is visible when needed */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

/* Webkit scrollbar styling for form container */
#mc_embed_signup_scroll.visible::-webkit-scrollbar {
  width: 8px;
}

#mc_embed_signup_scroll.visible::-webkit-scrollbar-track {
  background: transparent;
}

#mc_embed_signup_scroll.visible::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

#mc_embed_signup_scroll.visible::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Close button for form */
.form-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  font-weight: 300;
}

.form-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

.form-close-btn:active {
  transform: scale(0.95);
}

#mc_embed_signup_scroll h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 2rem;
}

.form-card {
  max-width: 640px;
  margin: 0 auto 3rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background-color: rgba(11, 29, 38, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  /* Ensure form card doesn't get cut off */
  min-height: fit-content;
  /* Add extra margin bottom to ensure Submit button is visible */
  margin-bottom: 4rem;
  /* Make form-card a positioning context for close button */
  position: relative;
}

.form-card br {
  line-height: 1;
}

.form-field-group {
  margin-bottom: 2.5rem;
}

.form-field-group:last-of-type {
  margin-bottom: 0;
}

.field-note {
  font-size: 0.85rem;
  color: #c7d9f0;
  margin-top: 0.35rem;
}

.form-card .form-label {
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
}
.form-card .form-control {
  display: block;
  width: 100%;
  padding: 16px 0;
  text-indent: 2%;
  border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
  background: transparent;
  color: #fff;
}

.form-card .form-textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ABB0B2;
  border-radius: 20px;
  resize: vertical;
  min-height: 140px;
  background: transparent;
  color: #fff;
}

.form-card .form-button {
  width: 100%;
  padding: 0.95rem 1.25rem;
  margin-top: 0.5rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #6ddcff 0%, #7f60ff 100%);
  color: #0b1220;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#step1Submit,
#step2Submit {
  width: auto;
  background: #fff;
  color: #0b1d26;
  padding: 0.95rem 2rem;
  display: block;
  margin: 2rem auto 0;
}

.form-card .form-button:hover:not(:disabled) {
  opacity: 0.9;
}

.form-card .form-control:focus,
.form-card .form-textarea:focus {
  outline: none;
  border-color: #6ddcff;
  box-shadow: 0 0 0 1px rgba(109, 220, 255, 0.35);
}

.form-card .form-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-card .form-control.is-invalid,
.form-card .form-textarea.is-invalid {
  border-color: #ff7f7f;
  box-shadow: 0 0 0 1px rgba(255, 127, 127, 0.35);
}

.form-error {
  color: #ffbdbd;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: block;
}

.form-status {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #b1f1ff;
}

.hidden {
  display: none !important;
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(11, 29, 38, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.popup .popup-box {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  padding: 3rem 2.5rem;
  border-radius: 24px;
  text-align: center;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
  animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.popup .popup-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #6ddcff 0%, #7f60ff 100%);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.popup-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #6ddcff 0%, #7f60ff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: scaleIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
  box-shadow: 0 8px 24px rgba(109, 220, 255, 0.4);
}

.popup-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 3;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.popup-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0b1d26;
  margin: 0 0 0.75rem 0;
  animation: fadeInUp 0.5s ease 0.3s both;
}

.popup-message {
  font-size: 1rem;
  color: #5e6282;
  line-height: 1.6;
  margin: 0 0 2rem 0;
  animation: fadeInUp 0.5s ease 0.4s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.popup-button {
  background: transparent;
  color: #0b1d26;
  border: 2px solid #0b1d26;
  padding: 0.85rem 2.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  animation: fadeInUp 0.5s ease 0.5s both;
  min-width: 120px;
}

.popup-button:hover {
  background: #0b1d26;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 29, 38, 0.3);
}

.popup-button:active {
  transform: translateY(0);
}

/* Request a Demo Form */
/* #mc_embed_signup {
    background: #ffffff00 !important;
    clear: left;
    width: 600px;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    margin: 20px;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    margin: 20px;
}
#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}
#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}
#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
    display: grid;
}
#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}
#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#mc_embed_signup .helper_text {
    color: #d3d3d3;
    margin-top: 2px;
    display: inline-block;
    padding: 3px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
}
#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #111;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: fit-content;
    width: -moz-fit-content;
} */

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_shell {
  text-align: -webkit-center;
}
#mc_embed_signup {
    background: #ffffff00 !important;
    clear: left;
    width: 600px;
}
#mc_embed_signup form {display:block; position:relative; text-align:left; margin: 20px}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size: 2.5rem;}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 50px;}
#mc_embed_signup input[type=checkbox]{
  appearance: checkbox;
  -webkit-appearance:checkbox;
}
#mc_embed_signup input[type=radio]{
  appearance: radio;
  -webkit-appearance:radio;
}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {
  clear:both; 
  background-color: #fff; 
  border: 0 none; 
  border-radius:40px; 
  transition: all 0.23s ease-in-out 0s; 
  color: #111; 
  cursor: pointer; 
  display: inline-block; 
  font-size:15px; 
  font-weight: normal; 
  /* height: 32px;  */
  line-height: 32px; 
  margin: 0 5px 10px 0; 
  padding: 8px 40px; 
  text-align: center; 
  text-decoration: none; 
  vertical-align: top; 
  white-space: nowrap; 
  width: fit-content; 
  width: -moz-fit-content;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 40px);
}
#mc_embed_signup .button:hover {background-color:#e4e4e4;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px; display:grid;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:16px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}
#mc_embed_signup .mc-address-fields-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px;}
#mc_embed_signup .mc-sms-phone-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px; padding-top:5px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}
#mc_embed_signup .foot {display:grid; grid-template-columns: 3fr 1fr; width:96%; align-items: center; position: absolute;}
@media screen and (max-width:400px) {#mc_embed_signup .foot {display:grid; grid-template-columns: 1fr; width:100%; align-items: center;}}

@media screen and (max-width:400px) {#mc_embed_signup .referralBadge {width:50%;}}

#mc_embed_signup .brandingLogo {justify-self:right;}
@media screen and (max-width:400px) {#mc_embed_signup .brandingLogo {justify-self:left;}}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup .helper_text {
    color: #d3d3d3;
    margin-top: 2px;
    display: inline-block;
    padding: 3px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:3px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}
/* Request a Demo Form close */


.contact-inner-section-content {
  width: auto; 
  display: flex; 
  /* flex-direction: column; */
}
@media screen and (max-width: 780px) {
  .contact-inner-section-content {
    width: auto; 
    display: flex; 
    flex-direction: column !important;
  }
}