@charset "UTF-8";
/* Mixin */
@import url("css2fb67.css?family=Inter:wght@400;500;600;700&amp;display=swap");
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
}

body {
  color: #54536c;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
}
.otherlang {
  display: none;
}
.ContactSales.contact-home {
  display: none !important;
}
.ContactSales {
  display: flex;
}
.dropdown-menu ul,
li.dropdown.langEnable ul,
.dropdown .dropdown-menu {
  border-radius: 24px;
  overflow: hidden;
  padding-bottom: 12px;
}
@media screen and (min-width: 991px) {
  .navbar .custom_container,
  footer .custom_container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.spacing {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .spacing {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown-item.new::before {
    left: 208px;
    transform: translateY(-42%);
  }
  .navbar .nav > li:hover .dropdown-menu.latest,
  .navbar .nav > li .dropdown-menu.show,
  .navbar .nav > li:hover .dropdown-menu.latest {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .dropdown-item.soon::before {
    left: 175px;
  }
  .dropdown-menu p.heading {
    padding: 20px 0px 0px !important;
    margin: 20px auto;
    max-width: 720px;
  }
  .pricing .bannerWrap {
    padding: 100px 0 30px !important;
  }
}
.h2 {
  color: #54536c;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 100px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 579px) {
  .h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.sub-h2 {
  color: #54536c;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 20px;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sub-h2 {
    font-size: 24px;
  }
}

@font-face {
  font-family: InterDisplay-Regular;
  src: url("../eot/interdisplay-regular.eot");
  src: url("../eot/interdisplay-regulard41d.eot?") format("☺"),
    url("../woff/interdisplay-regular.woff") format("woff"),
    url("../ttf/interdisplay-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: InterDisplay-Bold;
  src: url("../eot/interdisplay-bold.eot");
  src: url("../eot/interdisplay-boldd41d.eot?") format("☺"),
    url("../woff/interdisplay-bold.woff") format("woff"),
    url("../ttf/interdisplay-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.navbar .nav .dropdown-menu a {
  text-decoration: none;
}
.navbar .nav .dropdown-menu a:hover {
  color: #444;
}

.onlyLang {
  display: none;
}

.secound-dropdown-menu {
  background: #fff;
  left: 160px;
  z-index: 99;
  position: absolute;
  top: 0;
  box-shadow: 0px 0px 5px #ddd;
  padding: 6px 0;
  border-radius: 0.25rem;
}

.secound-dropdown-menu a {
  color: #54536c !important;
}

.secound-dropdown-menu a:hover {
  color: #fff !important;
}

.navbar
  .nav
  .dropdown-menu
  a.secound-dropdown-toggle:hover
  + .secound-dropdown-menu,
.secound-dropdown-menu:hover {
  display: block !important;
}

.secound-dropdown-toggle:hover span svg path,
.secound-dropdown-menu:hover svg path {
  stroke: #fff !important;
}

footer .flex .item:nth-child(2) {
  margin-left: auto;
}

.esShow {
  display: none;
}

footer-component footer {
  background: #0d0f0f;
  z-index: 1;
  position: relative;
  font-family: "Inter", sans-serif;
}
footer-component footer ul,
footer-component footer ul li,
footer-component footer p,
footer-component footer a {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}
footer-component footer .address p small,
footer-component footer .address p,
footer-component footer .address,
footer-component footer .address p strong {
  font-family: "Inter", sans-serif !important;
}
footer-component footer .address p {
  margin-bottom: 2px;
}
footer-component footer .address p a {
  font-size: 15px !important;
  text-decoration: none;
}
footer-component footer .copyright p,
footer-component footer .copyright p strong {
  color: #9aa2ad;
}
footer-component footer li a {
  color: #9aa2ad;
}
footer-component footer .address .social a {
  padding: 5px;
}
footer-component footer .address .social a svg {
  width: 32px;
  height: 32px;
}

a.nav-link.book-a-demo {
    border: 1px solid #00baff;
    border-radius: 12px;
    color: #00baff !important;
    padding: 10px 18px !important;
    transition: all .3s;
}
a.nav-link.book-a-demo:hover {
  transform: scale(1.02);
}
.NewHomePage header-component .navbar.active a.ContactSales {
  border-color: #00baff !important;
  color: #00baff !important;
}
.NewHomePage header-component .navbar.active a.ContactSales:hover {
  background-color: #00baff;
  color: #fff !important;
}

.ContactSales {
  border: 1px solid #00c1ff;
  border-radius: 12px;
  padding: 10px 20px !important;
  color: #00c1ff !important;
  font-family: "Inter", sans-serif !important;
}

.ContactSales:hover {
  background-color: #00c1ff !important;
  border-color: #00c1ff !important;
  color: #fff !important;
}

.NewHomePage header-component .navbar.active a.ContactSales {
  border-color: #00baff !important;
  color: #00baff !important;
}
.NewHomePage header-component .navbar.active a.ContactSales:hover {
  background-color: #00baff !important;
  color: #fff !important;
}

.NewHomePage header-component .navbar a.ContactSales {
  border-radius: 4px;
  padding: 8px 20px !important;
  color: #fff !important;
  border-color: #fff;
}
.NewHomePage header-component .navbar a.ContactSales:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #0d0f0f !important;
}

header-component .navbar a.ContactSales {
  font-family: "Inter", sans-serif !important;
}

.contactSaleModal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
}
.contactSaleModal h1,
.contactSaleModal h2,
.contactSaleModal h3,
.contactSaleModal h4,
.contactSaleModal h5,
.contactSaleModal h6,
.contactSaleModal span,
.contactSaleModal a,
.contactSaleModal label,
.contactSaleModal li,
.contactSaleModal p,
.contactSaleModal button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.contactSaleModal .modal-header {
  padding: 20px 20px;
  border-bottom: 1px solid #ececec;
}
.contactSaleModal h3 {
  margin: 0 0 0px !important;
  text-align: center;
  color: #46445d;
  font-size: 18px;
  width: 100%;
  font-family: "Poppins", sans-serif !important;
  padding: 0px;
  font-weight: 600 !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.contactSaleModal .close {
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #ccc;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 16px;
  font-family: sans-serif;
}
.contactSaleModal .close:hover,
.contactSaleModal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
.contactSaleModal .modal-body {
  margin: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 40px #0000001a;
  border-radius: 16px;
  width: 90%;
  max-width: 512px;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  flex: none;
  max-height: 740px;
  overflow: auto;
}
.contactSaleModal .modal-body form {
  padding: 30px 30px 100px;
  height: 600px;
  overflow: auto;
}
.form-footer {
  display: flex;
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 20px 0px 10px;
  left: 0;
}
.contactSaleModal .modal-body label {
  display: block;
  text-align: left;
  margin-bottom: 8px;
  font-size: 13px !important;
  color: #54536c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.contactSaleModal .modal-body .selected {
  cursor: pointer;
}
.contactSaleModal .modal-body .selected.active {
  border: 1px solid #2ac79a;
}
.contactSaleModal .modal-body .selected svg {
  float: right;
  margin: 11px 0px;
}
.contactSaleModal .modal-body input:focus-visible,
.contactSaleModal .modal-body input:focus {
  outline: none;
}
.contactSaleModal .modal-body input,
.contactSaleModal .modal-body select,
.contactSaleModal .modal-body .selected {
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #e4eaeb;
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #424156 !important;
  font-family: "Poppins", sans-serif;
  background: transparent;
}
.contactSaleModal .modal-body input a,
.contactSaleModal .modal-body select a,
.contactSaleModal .modal-body .selected a {
  width: 100%;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #424156 !important;
  text-decoration: none;
  cursor: pointer;
}
.contactSaleModal .modal-body input a span,
.contactSaleModal .modal-body select a span,
.contactSaleModal .modal-body .selected a span {
  font-family: "Poppins", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.contactSaleModal .modal-body button {
  background: #00baff;
  border-radius: 12px;
  color: #fff !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  width: 90%;
  margin: 5px 0 15px;
  border: 0px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 10px auto;
}
.contactSaleModal .modal-body button:hover {
  background: #00caff;
}
.contactSaleModal .modal-body .drop-down {
  position: relative;
}
.contactSaleModal .modal-body .drop-down .selected a::after {
  display: none;
}
.dropdown-menu.latest {
  border-radius: 12px;
  width: auto !important;
  padding: 10px 20px 20px !important;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 12px 24px #00000033;
  border-radius: 24px;
  overflow: hidden;
}
.dropdown-menu .col-lg-3 .tools a:hover {
  background-color: #fff;
  border-radius: 8px;
}
.dropdown-menu .col-lg-3 img {
  max-width: fit-content;
  width: 288px;
  height: auto;
}
.dropdown-menu .col-lg-3 {
  width: auto;
}
.dropdown-menu .col-lg-3 {
  padding: 20px;
}
/* .dropdown-menu .col-lg-3:nth-child(2){
        padding: 0px 20px;
      } */
.dropdown-menu li {
  background-color: white;
  /* padding: 10px; */
  list-style: none;
}
.dropdown-menu .col-lg-3 {
  width: 285px;
}
.dropdown-menu .col-lg-3:last-child {
  padding: 24px 24px 0px 0px;
}
.dropdown .dropdown-menu:first-child .col-lg-3:first-child {
  background: transparent
    linear-gradient(180deg, #e8fcff 0%, #e8fcff 62%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
}
.dropdown-menu .col-lg-3 .header-ai-video {
  background: transparent
    radial-gradient(closest-side at 50% 0%, #ac67fd 0%, #4a2adb 100%);
  box-shadow: 0px 0.5px 1px #0000003d;
  border-radius: 16px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.dropdown-menu .col-lg-3 .header-ai-video .heading {
  font-size: clamp(14px, 1.25vw, 16px);
  letter-spacing: 0px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  padding-bottom: 8px;
  position: relative;
}
.dropdown-menu .col-lg-3 .header-ai-video .heading::after {
  content: url("../svg/white-arrow.svg");
  position: absolute;
  right: -16px;
  top: 1.5px;
}
.dropdown-menu .col-lg-3 .header-ai-video .heading-two {
  letter-spacing: 0px;
  font-size: clamp(12px, 1.25vw, 14px);
  font-weight: 400;
  padding-bottom: 8px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
.dropdown-menu li .tools a {
  font-size: clamp(16px, 1.25vw, 14px);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  color: #31304a !important;
  position: relative;
}
ul.notes {
  padding: 20px 0px;
}
.dropdown-menu .dropdown-div .link-list {
  padding: 0px;
}
.link-list a {
  padding-left: 42px !important;
}
.dropdown-menu .dropdown-div li a {
  padding: 6px 20px;
}
.dropdown-menu .dropdown-div.col-lg-3:not(:first-child) li a {
  padding: 6px 36px !important;
}
.dropdown-menu.first-one .row.dropdown-div .col-lg-3:first-child {
  background: transparent
    linear-gradient(180deg, #e8fcff 0%, #e8fcff 62%, #ffffff 100%);
}
.dropdown-menu.first-one .row.dropdown-div .col-lg-3 .tools a:hover {
  background-color: #fff;
}
.dropdown-menu .dropdown-div.col-lg-3 .link-list li a {
  padding: 0px 30px 0px 0px !important;
}
ul.notes li {
  font-size: clamp(14px, 1.25vw, 12px);
  letter-spacing: 0px;
  color: #31304a;
  font-weight: 400;
  background: transparent !important;
  padding: 6px 0px 6px 45px !important;
  position: relative;
}
ul.notes li::before {
  content: url("../svg/check-mark.svg");
  position: absolute;
  left: 18px;
  top: 10px;
}
.dropdown-menu li .tools a::after {
  content: url("../svg/arrow-down.svg");
  position: absolute;
  right: 20px;
  top: 10px;
}
.navbar .nav .dropdown-menu a {
  color: #31304a !important;
}
li .title {
  color: #31304a;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding-left: 40px;
  padding-top: 2px;
  position: relative;
  margin: 14px 0px 10px;
}

li .title::before {
  content: url("../svg/create-video.svg");
  position: absolute;
  left: 0px;
  top: -2px;
}
li .title.two {
  margin: 24px 0px 0px;
}
li .title.two::before {
  content: url("../svg/records.svg");
}

li .title.three::before {
  content: url("../svg/edit.svg");
}

.title.four::before {
  content: url("../svg/training.svg");
}
.title.five::before {
  content: url("../svg/marketing-icon.svg");
}
.title.six::before {
  content: url("../svg/communication-icon.svg");
}
.title.seven::before {
  content: url("../svg/seven-icon.svg");
}
.title.eight::before {
  content: url("../svg/eight.svg");
}
.title.nine::before {
  content: url("../svg/nine.svg");
}

footer.footer {
  display: flex;
  justify-content: start;
  align-items: center;
  background: transparent;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 8px;
  margin-top: 20px;
}
.dropdown-menu footer.footer .tools a {
  font-size: clamp(16px, 1.2vw, 14px) !important;
  font-weight: 600;
  line-height: 1rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  color: #31304a;
  position: relative;
}
.dropdown-menu footer.footer .tools:first-child a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 5px;
  width: 1px;
  height: 16px;
  background: #e3e4e8;
}
.dropdown .dropdown-menu .row {
  padding: 0px;
  margin: 0px;
}
.dropdown-menu .row {
  padding: 0px 16px;
}
.header-flex {
  display: flex;
}
.dropdown-menu {
  display: flex;
}
.dropdown-menu p.heading {
  padding: 20px 20px 0px;
  font-weight: 700;
  font-size: 17px;
}
.contactSaleModal .modal-body .options {
  box-shadow: 0px 1px 4px #00000029;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin-top: 2px;
  padding: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.contactSaleModal .modal-body .options ul {
  padding: 0px;
  box-shadow: 4px 0px 5px 2px #eee;
  background: #fff;
  list-style: none;
  border: 1px solid #eee;
  margin: 0;
}
.contactSaleModal .modal-body #employeCountsData ul,
.contactSaleModal .modal-body #teamHelpData ul,
.contactSaleModal .modal-body #employeCountData ul,
.contactSaleModal .modal-body #planUseDatas ul {
  position: absolute;
  bottom: 44px;
  width: 100%;
  z-index: 10;
}
.contactSaleModal .modal-body .options li a {
  padding: 8px 15px;
  color: #424156 !important;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}
.contactSaleModal .modal-body .options li a.selectedOption,
.contactSaleModal .modal-body .options li a:hover {
  background-color: #f5f6f7;
  font-weight: 600;
  position: relative; /* required for ::after to position correctly */
}
.contactSaleModal .modal-body .options li a.selectedOption::after {
  content: url("../svg/blue-tick-new.svg");
  position: absolute;
  right: 10px;
  top: 10px;
}

/* SPINNER ANIMATION */
.backdropSpinner {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0;
}

.spinner {
  position: absolute;
  top: calc(50% - 10px);
  width: 80px;
  height: 80px;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  transform: translate(-50%, -50%);
  left: calc(50% - 10px);
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.notificationPopup {
  display: block;
  background: #16c391 0% 0% no-repeat padding-box;
  border-radius: 6px;
  max-width: 370px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 80px;
  width: 80%;
  margin: auto;
  padding: 14px 20px 0px 10px;
}
.notificationPopup h1,
.notificationPopup h2,
.notificationPopup h3,
.notificationPopup h4,
.notificationPopup h5,
.notificationPopup h6,
.notificationPopup span,
.notificationPopup a,
.notificationPopup label,
.notificationPopup li,
.notificationPopup p,
.notificationPopup button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.notificationPopup .close {
  position: absolute;
  right: 8px;
  top: 0;
  cursor: pointer;
}
.notificationPopup p {
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  display: flex;
}
.notificationPopup p svg {
  float: left;
  margin-right: 2px;
  width: 19px;
  height: 19px;
  margin: 0 6px 0 2px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav > li a {
    padding: 10px 6px !important;
    font-size: 14px !important;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu.latest {
    box-shadow: unset !important;
    padding: 0px !important;
    position: static !important;
    left: 0 !important;
    transform: none !important;
  }
  .navbar .nav > li:hover .dropdown-menu.latest {
  transform: scaleY(1) !important;
  left: 50% !important;
  transform: translateX(-50%) scaleY(1) !important;
  width: fit-content;
  width: fit-content;
  max-width: 1200px !important;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0px 0px 5px #00000029 !important;
}

  .navbar {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0px;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    font-weight: 400;
    border: 0px;
    align-items: center;
  }
  .navbar .dropdown-toggle:after {
    display: none;
  }
  .navbar .navbar-toggler {
    display: none;
  }
  .navbar .navbar-toggler.collapsed {
    display: none;
  }
  .navbar .collapse {
    display: block;
  }
  .navbar.active {
    background: #fff !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.001);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.001);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.001);
  }
  .navbar .flex {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .navbar .navbar-collapse {
    padding: 0px;
    flex-basis: auto;
    flex-grow: 0;
  }
  .navbar .navbar-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
  }
  .navbar .navbar-brand {
    padding: 0px;
  }
  .navbar .navbar-brand img {
    display: block;
    height: 34px;
    width: auto;
  }
  .navbar .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    font-family: "Open Sans", sans-serif;
  }
  .navbar .nav > li {
    margin-left: 10px;
    position: relative;
    padding: 0;
  }
  .navbar .nav > li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    cursor: pointer;
    color: #54536c;
    font-size: 14px;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
  }
  .navbar .nav > li a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    margin-left: 6px;
  }
  .navbar .nav > li a span svg {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
  }
  .navbar .nav > li a:hover,
  .navbar .nav > li a:focus {
    background: none;
    color: #006388;
  }
  .navbar .nav > li a.signUpButton {
    background: #00baff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .navbar .nav > li a.signUpButton:hover {
    color: #fff;
  }
  .navbar .nav > li:hover .dropdown-menu,
  .navbar .nav .dropdown-menu:hover {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 24px #00000033;
    border-radius: 12px;
  }
  .navbar .nav > li:hover > a {
    color: #006388;
  }
  .navbar .nav > li:hover > a span svg {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
  }
  .navbar .nav > li:hover > a span svg path {
    stroke: #006388;
  }
  .navbar .nav .dropdown-menu .dropdown-div {
    display: flex;
    justify-content: space-evenly;
    max-height: 500px;
    overflow: auto;
  }
  .navbar .nav > li:hover .dropdown-menu {
    padding: 0px !important;
  }
  .navbar .nav .dropdown-menu {
    display: block;
    pointer-events: none;
    opacity: 0;
    transform: scaleY(0);
    margin: 0px;
    transform-origin: top;
    width: max-content !important;
    border: 0;
    top: 100%;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0015);
    padding: 6px 0;
    z-index: 1;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .navbar .nav .dropdown-menu a {
    padding: 6px 20px;
  }
  .navbar .nav .dropdown-menu a:hover,
  .navbar .nav .dropdown-menu a:focus {
    background: none;
  }
  .navbar .nav .dropdown-menu li:hover a {
    text-decoration: none;
    color: #fff;
  }
  .navbar .nav .dropdown-menu li:focus {
    background: #63d6b5;
  }
  .navbar .nav .dropdown-menu li:focus a {
    text-decoration: none;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .NewHomePage header-component .navbar.active a.ContactSales,
  .NewHomePage header-component .navbar a.ContactSales {
    padding: 20px 0px !important;
    border: none !important;
    color: #00baff !important;
  }

  .NewHomePage header-component .navbar.active a#myBtn.ContactSales:hover,
  .NewHomePage header-component .navbar a#myBtn.ContactSales:hover {
    color: #00baff !important;
    background-color: #fff !important;
  }

  .ContactSales {
    padding: 20px 0px !important;
    color: #00baff !important;
  }

  .ContactSales {
    border: 0px;
  }

  .ContactSales:hover {
    color: #00baff !important;
    background-color: #fff !important;
    border-color: #ebebeb !important;
  }

  .navbar {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0px;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    font-weight: 400;
    border: 0px;
    align-items: center;
  }
  .navbar.active {
    background: #fff !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.001);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.001);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.001);
  }
  .navbar .navbar-brand {
    padding: 0px;
  }
  .navbar .dropdown-toggle:after {
    display: none;
  }
  .navbar .flex {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .navbar .nav {
    display: block;
    padding: 10px 0;
    width: 100%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.0008);
    margin-top: 10px;
    align-items: center;
    max-height: calc(90vh - 80px);
    max-height: calc((var(--vh, 1vh) * 100) - 80px);
    overflow-y: auto;
    text-align: center;
  }
  .navbar .nav > li {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
  }
  .navbar .nav > li:not(:last-of-type) > a.show {
    border-color: transparent;
  }
  .navbar .nav > li:hover a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    cursor: pointer;
    color: #54536c;
    font-size: 15px;
    white-space: nowrap;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    color: #54536c;
  }
  .navbar .nav > li:hover a span svg {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
  .navbar .nav > li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    cursor: pointer;
    color: #54536c;
    font-size: 15px;
    white-space: nowrap;
    max-width: 720px;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
  }
  .navbar .nav > li a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    margin-left: 6px;
  }
  .navbar .nav > li a span svg {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    width: 12px;
    height: auto;
  }
  .navbar .nav > li a.show {
    color: #00baff;
  }
  .navbar .nav > li a.show span svg {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
  }
  .navbar .nav > li a.show span svg path {
    stroke: #00baff;
  }
  .navbar .nav > li a.signUpButton {
    background: #00baff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 20px;
    text-align: center;
    margin: 20px auto 0;
    justify-content: center;
  }
  .navbar .nav > li a.signUpButton:hover {
    color: #fff;
  }
  .navbar .nav > li a.signUpButton.show {
    color: #fff;
  }
  .navbar .nav > li .dropdown-menu {
    background: #fafafa;
    display: none;
    pointer-events: inherit;
    border: 0px;
    position: static;
    height: auto;
    overflow: visible;
    visibility: visible;
    margin: 0px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 0 !important;
  }
  /* Bootstrap dropdown show class for mobile */
  .navbar .nav > li .dropdown-menu.show {
    display: block !important;
  }
  .navbar .nav > li .dropdown-menu a {
    padding: 12px 0px;
    text-align: left;
    justify-content: flex-start;
  }
  .navbar .nav > li .dropdown-menu a:hover,
  .navbar .nav > li .dropdown-menu a:focus {
    background: none;
  }
  .navbar .nav > li .dropdown-menu li:hover {
    /* background: #00baff; */
  }
  .navbar .nav > li .dropdown-menu li:hover a {
    text-decoration: none;
    color: #fff;
    color: #fff;
  }
  .navbar .nav > li .dropdown-menu li:focus {
    background: #00baff;
  }
  .navbar .nav > li .dropdown-menu li:focus a {
    text-decoration: none;
    color: #fff;
    color: #fff;
  }
  .navbar .nav > li .dropdown-menu.show {
    display: block !important;
    height: auto;
    visibility: visible;
  }
  .navbar .nav > li .dropdown-menu.show li:last-of-type a {
    /* border-bottom: 1px solid #e5e5e5; */
  }
  .navbar .custom_container {
    padding: 0px;
  }
  .navbar .navbar-header {
    padding: 0;
    position: relative;
    z-index: 9;
    align-items: center;
  }
  .navbar .navbar-toggler {
    display: block;
    margin: 0px;
    margin-left: auto;
    width: 34px;
    height: 34px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 8px;
    background: #f5f5f7;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
  }
  .navbar .navbar-toggler.collapsed {
    background: transparent;
    display: block;
  }
  .navbar .navbar-toggler.collapsed span {
    background: #54536c;
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
  }
  .navbar .navbar-toggler.collapsed span:before,
  .navbar .navbar-toggler.collapsed span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #54536c;
    border: 0px;
    left: 0px;
  }
  .navbar .navbar-toggler.collapsed span:before {
    -moz-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
  }
  .navbar .navbar-toggler.collapsed span:after {
    -moz-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }
  .navbar .navbar-toggler span {
    background: transparent;
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
  }
  .navbar .navbar-toggler span:before,
  .navbar .navbar-toggler span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #54536c;
    border: 0px;
    left: 0px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
  }
  .navbar .navbar-toggler span:before {
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  .navbar .navbar-toggler span:after {
    -moz-transform: translateY(0px) rotate(-45deg);
    -o-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  .navbar .navbar-collapse {
    width: 100%;
    justify-content: center;
    background: #fff;
    padding: 10px 0 30px;
  }
  .navbar .navbar-collapse.show {
    overflow-y: inherit;
  }
  .navbar #navbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    padding-top: 65px;
  }
  .navbar .collapse {
    display: none;
    width: 100%;
  }
  .navbar .collapse.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    height: auto;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.001);
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.001);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.001);
  }

  .navbar-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .navbar-header:before {
    display: none;
  }

  a.secound-dropdown-toggle {
    display: none !important;
  }

  .secound-dropdown-menu {
    position: relative;
    left: 0px;
    top: 0;
    display: block !important;
    box-shadow: none !important;
    background: #fafafa !important;
    border-color: #fafafa !important;
  }

  .mobilehide {
    display: none;
  }

  .heloBarContent p {
    max-width: 50%;
    font-size: 14px;
  }
  .dropdown-menu li {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  a.nav-link.book-a-demo{
    align-items: center !important;
    justify-content: center !important;
    color: #00baff !important;
  }
  .dropdown-div {
    display: flex;
    flex-wrap: wrap;
  }
  .navbar .nav > li .dropdown-menu li:hover {
    background: transparent;
  }
  .dropdown-div li:first-child {
    order: 999; /* pushes it to the end */
  }
  .dropdown-menu.latest .col-lg-3 {
    width: 100%;
  }
  .dropdown-item.new::before {
    left: 205px;
  }
  .dropdown-menu.latest.first-one .col-lg-3:last-child {
    /* display: none; */
  }
  .dropdown-menu.latest footer.footer {
    display: none;
  }
  .dropdown-menu.latest li {
    background-color: transparent;
  }
  .dropdown-item.soon::before {
    left: 170px;
  }
  .pricing-page-hellobar + header-component .navbar.stickyActive {
    z-index: 10;
  }
  .pricing .bannerWrap {
    padding: 100px 0 30px !important;
  }
  .navbar .nav li a {
    max-width: 540px;
  }
}
@media screen and (max-width: 579px) {
  #teamHelp .selected a {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .navbar .nav {
    padding: 0px;
  }
  .navbar .nav > li {
    margin: 0 auto;
  }
  .navbar .nav > li a {
    padding: 20px 24px;
    max-width: 100%;
  }
  .navbar .nav > li a.signUpButton {
    margin: 20px 24px 0;
  }
  .navbar .nav > li .dropdown-menu li a {
    padding: 6px 24px;
  }

  .heloBarContent p {
    max-width: 50%;
    font-size: 14px;
  }

  .NewHomePage header-component .navbar.active a.ContactSales,
  .NewHomePage header-component .navbar a.ContactSales {
    padding: 20px 24px !important;
    color: #00baff !important;
  }

  .notificationPopup {
    bottom: 80px;
    right: 30px;
  }
}
footer {
  background: #212121;
  padding: 100px 0;
}
footer .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .flex .item {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 70px;
}
footer .flex .item:last-of-type {
  margin-right: auto;
}
footer .flex .item.full {
  width: 100%;
}
footer h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 800;
  margin-bottom: 1.5em;
}
footer li a {
  display: inline-block;
  padding: 6px 0px;
  color: #afafaf;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  text-decoration: none;
  position: relative;
}
footer li a:after {
  content: "";
  width: 100%;
  height: 2px;
  color: #afafaf;
  display: block;
  position: absolute;
  left: 0;
  transform-origin: left;
  bottom: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
footer li a:hover {
  color: #006388;
  text-decoration: none !important;
}
footer li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  background: #006388;
}
footer .address h6 {
  font-size: clamp(18px, 4vw, 24px);
}
footer .address p {
  display: inline-block;
  padding: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.3;
}
footer .address p strong {
  font-weight: 800;
}
footer .address p span {
  color: #006388;
}
footer .address p small {
  font-size: 12px;
  color: #afafaf;
  display: block;
  margin: 8px 0 12px;
}
footer .address p:last-of-type {
  font-size: clamp(13px, 3vw, 15px);
  color: #afafaf;
  line-height: 1.7;
}
footer .address p:last-of-type a {
  color: #afafaf;
}
footer .social{
  padding-top: 20px;
}
.social svg{
  width: 30px;
  height: 30px;
}
footer .address p:last-of-type a:hover {
  color: #006388;
}
footer .address .social {
  margin: 10px 0 0 -10px;
}
footer .address .social a {
  padding: 10px;
  opacity: 0.5;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  display: inline-block;
}
footer .address .social a svg {
  height: 18px;
  width: auto;
}
footer .address .social a:hover {
  opacity: 1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
footer .logo {
  width: 100%;
  text-align: center;
  margin: 50px 0 30px;
}
footer .slogan {
  text-align: center;
  width: 100%;
}
footer .slogan p {
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 5vw, 40px);
  font-weight: 800;
  color: #fff;
}
footer .slogan p span {
  color: #006388;
}
footer .copyright {
  width: 100%;
}
footer .copyright p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: clamp(13px, 5vw, 15px);
  margin: 10px 0 0;
  color: #afafaf;
  line-height: 1.4;
}
footer .copyright p strong {
  font-weight: 400;
  color: #63d6b5;
}
.navbar .nav .dropdown-menu a:hover {
  color: #00baff !important;
}
.dropdown-item.new,
.dropdown-item.soon {
  position: relative;
  display: inline-flex; /* or flex depending on layout */
  align-items: center;
  gap: 6px;
  padding-right: 40px; /* Give space for the ::before label */
}

.link-list .hideLang a.new {
  display: flex;
  position: relative;
}
.hideLang span {
  text-transform: uppercase;
  font-size: clamp(10px, 1.2vw, 11px);
  line-height: 1rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #7353ff !important;
  top: 1px;
  right: 0;
  position: relative;
}

.dropdown-item.new span::after {
  content: url("../svg/below-arrow.svg");
  position: absolute;
  top: 1px;
  right: -14px;
  transform: translateY(-50%);
  width: 16px;
  height: auto;
}

.dropdown-item.soon::before {
  content: "coming soon";
  color: #ff781a;
  position: absolute;
  top: 51%;
  right: 5px;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: clamp(10px, 1.2vw, 10px);
  line-height: 1rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 991px) {
  .dropdown-menu.latest {
    transform: unset;
  }
  .dropdown-menu.latest .col-lg-3 {
    width: 100%;
  }
  .dropdown-menu.latest .col-lg-3:last-child {
    padding: 24px;
  }
  footer .flex .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding: 70px 0;
  }
}
@media screen and (max-width: 579px) {
  footer .flex .item {
    width: 100%;
    margin: 0px;
  }
  footer .flex .item:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.001);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  footer .address p {
    width: 100%;
  }

  .ContactSales {
    padding: 20px 24px !important;
  }
}
@media screen and (min-width: 1200px) {
  header-component .navbar > .container {
    max-width: 1200px;
  }
  .navbar .nav .dropdown-menu.latest.first-one .col-lg-3 .link-list li a {
    /* white-space: pre-wrap; */
    width: 270px;
    gap: 0;
  }
}
.disable-scroll {
  overflow: hidden;
}
.address h5 {
  padding-top: 20px;
}

/* --- Dropdown Menu Centering Fix (with animation) --- */

/* Ensure parent is relative for absolute positioning */
.navbar .nav > li.dropdown {
  position: relative;
}

/* English page specific adjustment for extra dropdown */
html[lang="en"] .navbar .nav > li:hover .dropdown-menu.latest,
html[lang="en-US"] .navbar .nav > li:hover .dropdown-menu.latest {
  left: 0 !important;
  transform: scaleY(1) !important;
  margin-left: -300px !important;
  width: fit-content;
}

/* Desktop: Center dropdown, no always-visible styles */
.dropdown-menu.latest {
  position: absolute !important;
  left: 50% !important;
  top: 100% !important;
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  margin-top: 5px;
}

.dropdown-menu.latest {
  left: 50% !important;
  transform: translateX(-50%) scaleY(0) !important;
  width: fit-content;
  max-width: 1200px !important;
}
/* Add a small delay to prevent jerking when moving between nav items */
.navbar .nav > li {
  transition: none;
}

.navbar .nav > li:hover {
  transition: none;
}

/* Mobile: Center or full width */
@media screen and (max-width: 991px) {
  .dropdown-menu.latest {
    position: static !important;
    left: 0 !important;
    transform: none !important;
    min-width: 100% !important;
    width: 100% !important;
    top: auto !important;
    box-shadow: unset !important;
    padding: 0px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 0;
  }
  /* Bootstrap dropdown show class */
  .dropdown-menu.latest.show {
    display: block !important;
  }
  /* Remove hover behavior for mobile */
  .navbar .nav > li:hover .dropdown-menu.latest {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu.latest {
    position: static !important;
    min-width: 100% !important;
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    top: auto !important;
  }
  .navbar .nav > li:hover .dropdown-menu.latest{
    margin-left: 0px !important; 
  }
  /* Bootstrap dropdown show class */
  .dropdown-menu.latest.show {
    display: block !important;
  }
  /* Remove hover behavior for mobile */
  .navbar .nav > li:hover .dropdown-menu.latest {
    display: none;
  }
}
/* --- End Dropdown Menu Centering Fix (with animation) --- */
