/********** Theme Colours CSS **********/
/*** Screen Breakpoints ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

body {
  background-color: #000000;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
  font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
  font-weight: 500 !important;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Navbar ***/
.sticky-top {
  top: -50px;
  transition: 0.5s;
  border-bottom: 1px solid #252525;
}

.navbar-brand img {
  max-height: 50px;
  width: auto;
}

.navbar-collapse,
.navbar-nav {
  background: #000000;
}

.navbar .navbar-nav {
  align-items: center;
}

.dropdown-menu {
  background: #F7F7F7;
}

.navbar {
  padding: 11px 0 !important;
  height: 75px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  color: #FFFFFF;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #FFFFFF;
  text-decoration: underline;
}

.navbar .dropdown-toggle::after {
  border: 1px solid #000000;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 480px) {
  .sticky-top {
    top: -100px;
    transition: 0.5s;
    border-bottom: 1px solid #252525;
  }
  .navbar-brand img {
    max-height: 75px;
    width: auto;
  }
  .navbar {
    padding: 11px 0 !important;
    height: 100px;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: #FFFFFF;
    outline: none;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .navbar .dropdown-toggle::after {
    border: 1px solid #000000;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  }
}
@media (min-width: 720px) {
  .sticky-top {
    top: -150px;
    transition: 0.5s;
    border-bottom: 1px solid #252525;
  }
  .navbar-brand img {
    max-height: 75px;
    width: auto;
  }
  .navbar {
    padding: 11px 0 !important;
    height: 100px;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: #FFFFFF;
    outline: none;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  }
}
@media (min-width: 960px) {
  .sticky-top {
    top: -150px;
    transition: 0.5s;
    border-bottom: 1px solid #252525;
  }
  .navbar-brand img {
    max-height: 75px;
    width: auto;
  }
  .navbar {
    padding: 11px 0 !important;
    height: 100px;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: #FFFFFF;
    outline: none;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  }
}
@media (min-width: 1200px) {
  .sticky-top {
    top: -200px;
    transition: 0.5s;
    border-bottom: 1px solid #252525;
  }
  .navbar-brand img {
    max-height: 75px;
    width: auto;
  }
  .navbar {
    padding: 11px 0 !important;
    height: 100px;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: #FFFFFF;
    outline: none;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  }
}
/*** Hero Header ***/
.hero-header {
  margin-top: -75px;
  padding: 24px;
}

.bkg-blur {
  background-color: rgba(244, 247, 254, 0.2);
  /* Lower opacity */
  backdrop-filter: blur(100px);
  /* Adjust blur intensity */
  height: 100%;
}

.hero-header .breadcrumb-item + .breadcrumb-item::before {
  color: #F7F7F7;
}

.hero-carousel .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 100px;
}

.hero-header {
  position: relative;
  width: 100%;
  height: auto;
}

.hero-carousel .hero-item {
  position: relative;
  width: 100%;
  background-color: rgba(244, 247, 254, 0.5);
  /* Lower opacity */
}

/* .hero-carousel .hero-carousel-text {
  font-size: 12px;
} */

.hero-carousel img {
  max-height: 200px;
  align-self: center;
}

.hero-carousel .demo-video {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.hero-carousel .btn {
  align-self: center;
  /* font-size: 12px; */
}

/* Style for the Owl Carousel navigation arrows */
.hero-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  color: #F7F7F7;
}

/* Custom Arrow Buttons */
.hero-carousel .owl-nav button {
  width: 24px;
  height: 24px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Set a default width and height for visibility */
.hero-carousel .owl-prev,
.hero-carousel .owl-next {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.hero-carousel .owl-prev {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M12.7069 17.293L8.41394 13H17.9999V11H8.41394L12.7069 6.70697L11.2929 5.29297L4.58594 12L11.2929 18.707L12.7069 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
  border-radius: 50px;
  border: 2px solid #F7F7F7;
}

.hero-carousel .owl-next {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M11.293 17.293L12.707 18.707L19.414 12L12.707 5.29297L11.293 6.70697L15.586 11H6V13H15.586L11.293 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
  border-radius: 50px;
  border: 2px solid #F7F7F7;
}

/* Pagination dots */
.hero-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

/* Style for each dot */
.hero-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #F7F7F7;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

/* Active dot */
.hero-carousel .owl-dots .owl-dot.active {
  opacity: 1;
  background: #252525;
}

@media (min-width: 480px) {
  .hero-header {
    margin-top: -75px;
    padding: 24px;
  }
  .bkg-blur {
    background-color: rgba(244, 247, 254, 0.2);
    /* Lower opacity */
    backdrop-filter: blur(100px);
    /* Adjust blur intensity */
  }
  .hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: #F7F7F7;
  }
  .hero-carousel .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 100px;
  }
  .hero-header {
    position: relative;
    width: 100%;
    height: auto;
  }
  .hero-carousel .hero-item {
    position: relative;
    width: 100%;
    background-color: rgba(244, 247, 254, 0.5);
    /* Lower opacity */
  }
  .hero-carousel img {
    max-height: 100px;
    object-fit: contain;
    align-self: flex-start;
    /* Ensures the image stays left-aligned */
  }
  .hero-carousel .demo-video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  /* Style for the Owl Carousel navigation arrows */
  .hero-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    color: #F7F7F7;
  }
  /* Custom Arrow Buttons */
  .hero-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Set a default width and height for visibility */
  .hero-carousel .owl-prev,
  .hero-carousel .owl-next {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: contain;
  }
  .hero-carousel .owl-prev {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M12.7069 17.293L8.41394 13H17.9999V11H8.41394L12.7069 6.70697L11.2929 5.29297L4.58594 12L11.2929 18.707L12.7069 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
    border-radius: 50px;
    border: 2px solid #F7F7F7;
  }
  .hero-carousel .owl-next {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M11.293 17.293L12.707 18.707L19.414 12L12.707 5.29297L11.293 6.70697L15.586 11H6V13H15.586L11.293 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
    border-radius: 50px;
    border: 2px solid #F7F7F7;
  }
  /* Pagination dots */
  .hero-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  /* Style for each dot */
  .hero-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #F7F7F7;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  /* Active dot */
  .hero-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    background: #252525;
  }
}
@media (min-width: 720px) {
  .hero-header {
    margin-top: -75px;
    padding: 24px;
  }
  .bkg-blur {
    background-color: rgba(244, 247, 254, 0.2);
    /* Lower opacity */
    backdrop-filter: blur(100px);
    /* Adjust blur intensity */
  }
  .hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: #F7F7F7;
  }
  .hero-carousel .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 100px;
  }
  .hero-header {
    position: relative;
    width: 100%;
    height: auto;
  }
  .hero-carousel .hero-item {
    position: relative;
    width: 100%;
    background-color: rgba(244, 247, 254, 0.5);
    /* Lower opacity */
  }
  .hero-carousel img {
    max-height: 100px;
    object-fit: contain;
    align-self: flex-start;
    /* Ensures the image stays left-aligned */
  }
  .hero-carousel .demo-video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  /* Style for the Owl Carousel navigation arrows */
  .hero-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    color: #F7F7F7;
  }
  /* Custom Arrow Buttons */
  .hero-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Set a default width and height for visibility */
  .hero-carousel .owl-prev,
  .hero-carousel .owl-next {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: contain;
  }
  .hero-carousel .owl-prev {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M12.7069 17.293L8.41394 13H17.9999V11H8.41394L12.7069 6.70697L11.2929 5.29297L4.58594 12L11.2929 18.707L12.7069 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
    border-radius: 50px;
    border: 2px solid #F7F7F7;
  }
  .hero-carousel .owl-next {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M11.293 17.293L12.707 18.707L19.414 12L12.707 5.29297L11.293 6.70697L15.586 11H6V13H15.586L11.293 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
    border-radius: 50px;
    border: 2px solid #F7F7F7;
  }
  /* Pagination dots */
  .hero-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  /* Style for each dot */
  .hero-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #F7F7F7;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  /* Active dot */
  .hero-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    background: #252525;
  }
}
@media (min-width: 960px) {
  .hero-header {
    margin-top: -75px;
    padding: 24px;
  }
  .bkg-blur {
    background-color: rgba(244, 247, 254, 0.2);
    /* Lower opacity */
    backdrop-filter: blur(100px);
    /* Adjust blur intensity */
  }
  .hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: #F7F7F7;
  }
  .hero-carousel .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 100px;
  }
  .hero-header {
    position: relative;
    width: 100%;
    height: auto;
  }
  .hero-carousel .hero-item {
    position: relative;
    width: 100%;
    background-color: rgba(244, 247, 254, 0.5);
    /* Lower opacity */
  }
  .hero-carousel img {
    max-height: 100px;
    object-fit: contain;
    align-self: flex-start;
    /* Ensures the image stays left-aligned */
  }
  /* .hero-carousel .hero-carousel-text {
    font-size: 16px;
  } */
  .hero-carousel .demo-video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .hero-carousel .btn {
    align-self: center;
    /* font-size: 16px; */
  }
  /* Style for the Owl Carousel navigation arrows */
  .hero-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    color: #F7F7F7;
  }
  /* Custom Arrow Buttons */
  .hero-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Set a default width and height for visibility */
  .hero-carousel .owl-prev,
  .hero-carousel .owl-next {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: contain;
  }
  .hero-carousel .owl-prev {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M12.7069 17.293L8.41394 13H17.9999V11H8.41394L12.7069 6.70697L11.2929 5.29297L4.58594 12L11.2929 18.707L12.7069 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
    border-radius: 50px;
    border: 2px solid #F7F7F7;
  }
  .hero-carousel .owl-next {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M11.293 17.293L12.707 18.707L19.414 12L12.707 5.29297L11.293 6.70697L15.586 11H6V13H15.586L11.293 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
    border-radius: 50px;
    border: 2px solid #F7F7F7;
  }
  /* Pagination dots */
  .hero-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  /* Style for each dot */
  .hero-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #F7F7F7;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  /* Active dot */
  .hero-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    background: #252525;
  }
}
@media (min-width: 1200px) {
  .hero-header {
    margin-top: -75px;
    padding: 24px;
  }
  .bkg-blur {
    background-color: rgba(244, 247, 254, 0.2);
    /* Lower opacity */
    backdrop-filter: blur(100px);
    /* Adjust blur intensity */
  }
  .hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: #F7F7F7;
  }
  .hero-carousel .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 100px;
  }
  .hero-header {
    position: relative;
    width: 100%;
    height: auto;
  }
  .hero-carousel .hero-item {
    position: relative;
    width: 100%;
    background-color: rgba(244, 247, 254, 0.5);
    /* Lower opacity */
  }
  .hero-carousel img {
    max-height: 100px;
    object-fit: contain;
    align-self: flex-start;
    /* Ensures the image stays left-aligned */
  }
  .hero-carousel .demo-video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .hero-buttons {
    margin-top: 20px;
  }
  /* Style for the Owl Carousel navigation arrows */
  .hero-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    color: #F7F7F7;
  }
  /* Custom Arrow Buttons */
  .hero-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Set a default width and height for visibility */
  .hero-carousel .owl-prev,
  .hero-carousel .owl-next {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: contain;
  }
  .hero-carousel .owl-prev {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M12.7069 17.293L8.41394 13H17.9999V11H8.41394L12.7069 6.70697L11.2929 5.29297L4.58594 12L11.2929 18.707L12.7069 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
    border-radius: 50px;
    border: 2px solid #F7F7F7;
  }
  .hero-carousel .owl-next {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M11.293 17.293L12.707 18.707L19.414 12L12.707 5.29297L11.293 6.70697L15.586 11H6V13H15.586L11.293 17.293Z" fill="%23F4F7FE"/%3E%3C/svg%3E');
    border-radius: 50px;
    border: 2px solid #F7F7F7;
  }
  /* Pagination dots */
  .hero-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  /* Style for each dot */
  .hero-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #F7F7F7;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  /* Active dot */
  .hero-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    background: #EEB700;
  }
}
@media (max-width: 959px) {
  .hero-carousel {
    position: relative;
  }
  .hero-carousel .row {
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    padding: 24px !important;
  }
  .hero-carousel .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
  .hero-logo {
    order: 1;
    display: block;
    margin: 0 auto 16px auto;
  }
  .hero-carousel-text {
    order: 2;
    text-align: center;
    margin-bottom: 16px;
  }
  .demo-video {
    order: 3;
    display: block;
    margin: 0 auto 16px auto;
    max-width: 100%;
  }
  .hero-buttons {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px 0;
  }
  .hero-carousel .owl-nav,
  .hero-carousel .owl-dots {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: auto;
  }
  .hero-carousel .owl-nav {
    position: static !important;
    transform: none !important;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    bottom: 64px;
    gap: 100px;
    margin-bottom: 8px;
  }
  .hero-carousel .owl-prev,
  .hero-carousel .owl-next {
    position: static !important;
    bottom: auto !important;
    margin: 0 8px;
  }
  .hero-carousel .owl-dots {
    position: static !important;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    bottom: 24px;
    gap: 8px;
  }
}
/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #252525;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  bottom: 0;
  left: 50px;
  background: #252525;
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -25px;
}

.section-title.text-center::after {
  left: 50%;
  margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
  background: rgba(33, 66, 177, 0.5);
}

.section-title h6::after {
  top: 5px;
  left: 3px;
}

/*** About ***/
.about {
  background-color: #F7F7F7;
}

.about-img {
  width: 100%;
  height: auto;
}

.support-image {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}

@media (max-width: 720px) {
  .about .row.g-5.align-items-center {
    flex-direction: column-reverse !important;
  }
  .about-img {
    margin-top: 24px;
  }
}
@media (min-width: 480px) {
  .about {
    background-color: #F7F7F7;
  }
  .about-img {
    width: 100%;
    height: auto;
  }
  .support-image {
    width: 100%;
    height: auto;
    max-height: 110px;
    object-fit: contain;
  }
}
@media (min-width: 720px) {
  .about {
    background-color: #F7F7F7;
  }
  .about-img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .support-image {
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
  }
}
@media (min-width: 960px) {
  .about {
    background-color: #F7F7F7;
  }
  .about-img {
    width: 100%;
    height: 100%;
  }
  .support-image {
    width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .about {
    background-color: #F7F7F7;
  }
  .about-img {
    width: 100%;
    height: 100%;
  }
  .support-image {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
  }
}
/*** Products ***/
.content {
  display: flex;
  height: 390px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  overflow: hidden;
}

.product-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

/* Ensure each item has a consistent width and spacing */
.product-carousel .owl-stage {
  display: flex;
  align-items: center;
  gap: 8px !important;
  /* Re-adds space between items */
  padding: 0 16px;
  /* Adds inner spacing */
}

.product-carousel .owl-item {
  flex: 0 0 auto;
  width: auto;
  padding: 8px;
  /* Adjust padding to create spacing */
}

.product-carousel .owl-item:last-child {
  margin-right: 16px;
}

.product-item {
  display: flex;
  width: 320px;
  height: 390px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  transition: transform 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  background-color: #cecece;
}

.product-item .info-on-hover {
  position: absolute;
  bottom: 0;
  /* Align to bottom */
  left: 0;
  width: 100%;
  height: 70%;
  /* Cover full height for complete overlay */
  padding: 24px;
  background: #F7F7F7;
  /* Slight transparency */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease-in-out;
  /* Smooth transition */
  pointer-events: none;
  /* Prevents interaction when not visible */
}

.product-item:hover .info-on-hover {
  opacity: 1;
  /* Show overlay on hover */
  pointer-events: auto;
}

.product-item .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.product-item .product-name {
  align-self: stretch;
  /* font-size: 24px; */
  line-height: 140%;
}

.product-item .product-description {
  align-self: stretch;
  /* font-size: 16px; */
  line-height: 150%;
}

.product-item .action-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.product-item .download-btn {
  background-color: #F7F7F7;
  border: none;
}

.product-item .read-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
  border: none;
}

/* .product-item .read-more-btn .p {
  font-size: 16px;
} */

.product-item .read-more-btn img {
  width: 24px;
  height: 24px;
}

/*** Feature ***/
.feature {
  background: url(../img/bg-hero.png) center center no-repeat;
  background-size: cover;
}

/*** Process ***/
.process-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  max-width: 100%;
}

.process-item .light-svg {
  padding: 50px;
  fill: #F7F7F7;
}

.process-item-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  gap: 0;
  padding: 0;
  margin: 0;
}

.col-lg-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex: 1 1 0;
  max-width: 100%;
}

.process-item .divider {
  display: flex;
  padding-top: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}

.process-item h2 {
  align-self: stretch;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.process-item p {
  align-self: stretch;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}

.process-item a {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .process-item {
    gap: 14px;
    max-width: 220px;
  }
  .process-item-list {
    flex-direction: row;
  }
  .col-lg-4 {
    max-width: 50%;
  }
  .process-item .divider {
    padding-top: 14px;
    gap: 7px;
  }
  /* .process-item h2 {
    font-size: 20px;
  } */
}
@media (min-width: 720px) {
  .process-item {
    gap: 16px;
    max-width: 260px;
  }
  .col-lg-4 {
    max-width: 33.3333%;
  }
  .process-item .divider {
    padding-top: 16px;
    gap: 8px;
  }
  /* .process-item h2 {
    font-size: 22px;
  } */
}
@media (min-width: 960px) {
  .process-item {
    gap: 16px;
    max-width: 328px;
  }
  .col-lg-4 {
    max-width: 25%;
  }
  .process-item .divider {
    padding-top: 16px;
    gap: 8px;
  }
  /* .process-item h2 {
    font-size: 24px;
  } */
}
@media (min-width: 1200px) {
  .process-item {
    gap: 16px;
    max-width: 328px;
  }
  .col-lg-4 {
    max-width: 25%;
  }
  .process-item .divider {
    padding-top: 16px;
    gap: 8px;
  }
  /* .process-item h2 {
    font-size: 24px;
  } */
}
/*** FAQs ***/
.accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
}

.accordion .accordion-button {
  background: #f7f7f7;
  border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
  color: #FFFFFF;
  background: #eeb700;
  box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
  padding: 15px 0 0 0;
}

/*** Product Hero ***/
.product-page-hero {
  position: relative;
  width: 100vw;
  /* Full viewport width */
  height: 100vh;
  /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

/* Content Container */
.product-page-container {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 80%;
  height: 85%;
  max-width: 1440px;
}

/* Logo */
.product-page-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}

.product-page-logo {
  display: flex;
  width: 400px;
  height: 146px;
  align-items: flex-start;
  gap: 16px;
}

/* Text Content */
.product-page-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  /* Align right */
}

.product-page-text {
  align-self: stretch;
  line-height: 150%;
  text-align: left;
  color: white;
}

.what-it-does-video {
  max-width: 100%;
  height: auto;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .product-page-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .product-page-header,
  .product-page-content {
    justify-content: center;
    text-align: center;
  }
  .product-page-text {
    max-width: 80%;
    text-align: center;
  }
}
/*** Team ***/
.team-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.team-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  background: transparent;
  flex: 0 1 calc(50% - 32px);
  /* 2 columns with gap */
  box-sizing: border-box;
  margin-bottom: 32px;
  min-width: 300px;
  max-width: 500px;
}

.team-item img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  display: block;
}

.team-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.team-text h2 {
  text-align: left;
  /* font-size: 24px; */
  margin: 0;
}

.team-text h3 {
  text-align: left;
  /* font-size: 20px; */
  margin: 0;
}

.team-text p {
  text-align: left;
  /* font-size: 16px; */
  margin: 0;
}

/* Responsive: stack in one column on small screens */
@media (max-width: 900px) {
  .team-item-list {
    flex-direction: column;
    align-items: center;
  }
  .team-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


.video-feature video {
  width: 100%;
  max-width: 800px;
  height: 100%;
    max-height: 800px;
  border-radius: 16px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25), 0 12px 16px -4px rgba(0, 0, 0, 0.25);
  display: block;
  margin: 0 auto;
}

/* Feature Container */
.feature-container {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  position: relative;
  height: 355px;
}

/* Feature Cards */
.feature-card {
  border-radius: 15px;
  flex: 0 0 80px;
  /* Default collapsed width */
  background-color: #FFFFFF;
  opacity: 50%;
  border: 1px solid #252525;
  padding: 20px;
  cursor: pointer;
  transition: flex 0.5s ease, background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  text-align: center;
  position: relative;
}

.feature-card:hover {
  opacity: 100%;
}

/* Expanded Card */
.feature-card.active {
  opacity: 100%;
  flex: 1;
  background-color: #FFFFFF;
  text-align: left;
  padding: 40px;
}

/* Feature Number (Top Left) */
.feature-number {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* Feature Title (Vertical Alignment) */
.feature-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* Hide Text for Collapsed Cards */
.feature-card:not(.active) p {
  display: none;
}

/* Smooth Transition */
.feature-card p {
  transition: opacity 0.3s ease-in-out;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

/*** Contact ***/
.contact {
  position: relative;
  width: 100%;
}

.contact-form .form-group {
  margin-bottom: 12px;
}

.contact .contact-form input {
  color: #252525;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #252525;
}

.contact .contact-form textarea {
  color: #252525;
  height: 150px;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #252525;
}

.contact .contact-form .form-control::placeholder {
  color: #252525;
  opacity: 1;
}

.contact .contact-form .form-control:-ms-input-placeholder,
.contact .contact-form .form-control::-ms-input-placeholder {
  color: #252525;
}

.contact .contact-form button {
  margin-top: 35px;
  color: #F7F7F7;
  background: #EEB700;
}

.contact .contact-form button:hover {
  color: #EEB700;
  background: #F7F7F7;
  border-color: #EEB700;
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  font-style: italic;
  color: #F7F7F7;
}

@media (max-width: 767.98px) {
  .contact .container-fluid {
    background: none;
  }
  .contact .contact-form {
    padding: 90px 0;
  }
}
/*** About Hero ***/
.about-hero-image {
  max-width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 50px;
}

.download-form-step {
  display: flex;
  width: 560px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.download-form-step h2 {
  align-self: stretch;
  text-align: center;
  font-size: 28px;
  line-height: 130%;
}

.download-form-step p {
  align-self: stretch;
  text-align: center;
  line-height: 150%;
}

.download-form-step p a {
  text-decoration: underline;
}

.download-form-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.download-form-input label {
  align-self: stretch;
  /* font-size: 16px; */
  line-height: 150%;
}

.download-form-input input {
  display: flex;
  height: 48px;
  padding: 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: 1px solid #252525;
}

.agree-terms-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}

.agree-terms-row input[type=checkbox] {
  width: 24px;
  height: 24px;
  accent-color: #EEB700;
  margin: 0;
  cursor: pointer;
}

.agree-terms-row label {
  margin: 0;
  /* font-size: 1rem; */
  line-height: 1.4;
}

.agree-terms-row label a {
  text-decoration: underline;
}

.download-form-controls {
  display: flex;
  height: 48px;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 48px;
}

.form-buffer {
  padding-top: 60px;
}

.products-container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.products-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 1 0 0;
  height: 100%;
}

.products-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.products-card a img:hover {
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), 0 1.5px 6px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s;
}

.products-card .product-name {
  align-self: stretch;
  text-align: center;
}

/*** Footer ***/
.footer {
  border-top: 1px solid #252525;
}

.footer img {
  max-width: 250px;
  height: auto;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: #EEB700;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  transition: 0.3s;
}

.footer .btn.btn-link:hover {
  color: #FFFFFF;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  text-decoration: underline;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
  color: #252525;
  text-decoration: underline;
}

.footer .copyright a:hover {
  color: #FFFFFF;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a:hover {
  color: #FFFFFF;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

