/*
* custom.css
******************************************************************************/

.menu .app-brand.logo-title {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.logo-title svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.logo-title {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 74px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Font
******************************************************************************/

/* Modovisa Regular */
@font-face {
    font-family: 'Modovisa';
    src: url('fonts/Modovisa-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Modovisa Medium */
@font-face {
    font-family: 'Modovisa';
    src: url('fonts/Modovisa-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

/* Modovisa DemiBold */
@font-face {
    font-family: 'Modovisa';
    src: url('fonts/Modovisa-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

/* Modovisa Bold */
@font-face {
    font-family: 'Modovisa';
    src: url('fonts/Modovisa-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* Modovisa ExtraBold */
@font-face {
    font-family: 'Modovisa';
    src: url('fonts/Modovisa-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}


:root,
[data-bs-theme=light] {
--bs-body-font-family: 'Modovisa', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
--bs-font-sans-serif: 'Modovisa', sans-serif; /* Optional, for consistency */
--bs-root-font-size: 17px;
}

/*
* Customisations
******************************************************************************/

nav.layout-navbar .navbar.landing-navbar {
  border: none !important;
  padding-block: 0.8rem !important;
  border-radius: 0.5rem !important;
}

nav.layout-navbar .navbar.landing-navbar .navbar-nav .nav-link:hover {
  color: #586d7f !important;
}

@media (max-width: 767.98px) {
    .dropdown-menu-responsive {
        position: relative !important;
    }
}

@media (max-width: 1199.98px) {
    .dropdown-menu-responsive {
        position: relative !important;
    }
}

.hero-text-box-wrapper {
    background-color: rgba(255, 255, 255, 0.51);
    margin-block: 0;
    margin-inline: auto;
    max-inline-size: 55em;
    padding: 35px;
    border-radius: 20px 130px 20px 130px;
}

.landing-hero {
  border-radius: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

@media (min-width: 992px) {
    .landing-hero .hero-text-box {
        max-inline-size: 55rem !important;
    }
  }

.gradient-canvas {
    --gradient-color-1: #a960ee;
    --gradient-color-2: #ff333d;
    --gradient-color-3: #90e0ff;
    --gradient-color-4: #ffcb57;
    position: absolute;
    top: 0;
    left: 0;
    }

#landingHero {background: transparent;}

.hero-text-box {
    background: #fff;
    padding: 50px;
    border-radius: 20px 100px 20px 100px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }

.gradient-word {
  display: inline-block;
  background: linear-gradient(
    135deg,
    #90e0ff 0%,
    #ff333d 33%,
    #ffcb57 66%,
    #a960ee 100% 
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: shine 7s ease-in-out infinite alternate;
  font-size: calc(1.6rem + 2.8vw);
  line-height: 1.2;
}

.gradient-word-subtitle {
  display: inline-block;
  background: linear-gradient(
    135deg,
    #3a0d93 0%,
    #384551 33%,
    #3a0d93 66%,
    #384551 100%  
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: shine 4s ease-in-out infinite alternate;
}

.landing-features .features-icon-wrapper
{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.15) 0px 4px 12px;
  border-radius: 20px;
  padding-bottom: 5rem !important;
}

@keyframes shine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.landing-hero-btn .btn-primary {
    background-color: #2872fa;
    border-color: #2872fa;
    
}

.landing-hero-btn .btn-primary:hover {
    background-color: #1559ed;
}

.hero-dashboard-img-static {
  max-width: 1200px;
  width: 100%;
}

.animation-img {
  width: 100%;
  height: auto;
  display: block;
}

/*
* Integrations - Scroller
**************/

.integrations-text-wrapper {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.integration-scroller {
  height: 120px; /* Set container height */
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  background: #fff;
  display: flex;
  align-items: center; /* vertically center logos */
}

.scroll-track {
  animation: scrollLoop 35s linear infinite;
  display: flex;
  width: max-content;
  gap: 100px; /* Set desired spacing between logos */
  align-items: center; /* already present */
}

.integration-logo img {
  width: 200px;
  height: 72px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.integration-logo:hover {
  opacity: 1;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*
* Footer
**************/

.landing-footer .footer-top {
  border-radius: 50px;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.15) 0px 4px 12px;
}

/*
* Legal Pages
**************/

.legal-wrapper {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.15) 0px 4px 12px;
  border-radius: 30px;
}

.legal-wrapper h2 {
  line-height: 2.5rem !important;
}

/*
* Live Tracking CSS
**************/

.bg-visitor-page-inactive {
  background-color: color-mix(in sRGB, var(--bs-base-color) 6%, var(--bs-paper-bg));
}

.pulse {
  animation: pulse-animation 2s infinite;
  border-radius: 10px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.15);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

.avatar-online i {
  font-size: 38px;
}

.app-live-visitor-tracking .app-live-visitor-tracking-sidebar {
  flex-basis: 20rem !important;
}

.live-visitor-tracking-filter-folders .active {
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  border-top: none;
}


.visitor-item {
  border-top: 2px solid #e8eaea;
}

.visitor-item-active {
  background-color: #fafafa;
}


.live-visitor-tracking-filter-folders {
  background-color: color-mix(in sRGB, var(--bs-base-color) 6%, var(--bs-paper-bg));
}

.truncate-text {
  display: inline-block;
  max-width: 255px; /* adjust as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.app-live-visitor-tracking .app-live-visitor-tracking-sidebar .live-visitor-tracking-filters li {
  padding-block: 0.75rem !important;
}

/*.live-tracking-visitor-detail {
  color: ;
} */

.live-visitor-tracking-list .live-tracking-icon {
  block-size: 55px !important;
  inline-size: 55px !important;
}

.live-tracking-visitor-head .bx-user-circle {
  block-size: 40px !important;
  inline-size: 40px !important;
}

@media (width >= 992px) {

  .app-live-visitor-tracking .live-visitor-tracking-list li.live-visitor-tracking-list-item:hover .live-visitor-tracking-list-item-meta .live-visitor-tracking-list-item-time {
    display: contents !important;
  }
}

.all-visitors-session-time {
  width: 106px;
}

/*
* Tracking Installation Page
******************************************************************************/

#trackingScript code {
  white-space: pre;
  display: block;
  text-align: left;
}

/*
* Guides and Support
******************************************************************************/

.search-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.search-card-wrapper {
  padding: 35px;
  background-color: rgba(245, 245, 249, 0.51);
  border-radius: 50px 50px 50px 50px;
}

.search-card-inner-wrapper {
  padding: 35px;
  box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(60, 66, 87, 0.12) !important;
  border-radius: 30px 30px 30px 30px;
}

.faq-header .input-wrapper {
  max-inline-size: 100% !important; /* Or 100% */
}

/*
* Register, Login, Reset, Reset password Account
******************************************************************************/

.authentication-wrapper.authentication-basic {
  overflow: visible !important;
}

.register-account-authentication-wrapper {
  --bs-auth-basic-inner-max-width: auto !important;
}

.account-login-authentication-wrapper, .add-website-authentication-wrapper, .account-login-reset-authentication-wrapper, .account-login-password-reset-authentication-wrapper, .account-login-2fa-authentication-wrapper {
  --bs-auth-basic-inner-max-width: 650px !important;
}

.register-account-wrapper, .account-login-wrapper, .account-login-reset-wrapper, .account-login-password-reset-wrapper, .account-login-2fa-wrapper  {
  padding: 35px;
  border-radius: 50px 50px 50px 50px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
}

.account-login-wrapper, .account-login-reset-wrapper, .account-login-password-reset-wrapper, .account-login-2fa-wrapper {
  padding: 45px;
  background-color: rgba(245, 245, 249, 0.51);
}

.register-account-right, .account-login, .account-login-reset, .account-login-password-reset, .account-login-2fa {
  box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(60, 66, 87, 0.12) !important;
  border-radius: 30px 30px 30px 30px;
}

.authentication-wrapper.authentication-basic .authentication-inner::before, .authentication-wrapper.authentication-basic .authentication-inner::after {
  display: none !important;
  content: none !important;
}

/*
* Register, Login, Reset, Reset password Account Responsive
******************************************************************************/

@media (max-width: 575.98px) { 

  .logo-title img {
    width: 150px !important;
  }

  .hero-text-box h2, .landing-features h2, .integrations-text-wrapper h2, .landing-pricing h2 {
    line-height: 2.2rem !important;
  }

  .account-login-wrapper, .account-login-reset-wrapper, .account-login-password-reset-wrapper, .account-login-2fa-wrapper {
    padding: 20px;
  }

  .register-account-wrapper {
    padding: 20px;
  }

}

/*
* Add Website
******************************************************************************/

.add-website-wrapper {
  padding: 45px;
  border-radius: 50px 50px 50px 50px;
  background-color: rgba(245, 245, 249, 0.51);
}

.add-website {
  box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(60, 66, 87, 0.12) !important;
  border-radius: 30px 30px 30px 30px;
}

.select2-container--default .select2-selection--single {
  height: 41px !important;
  padding: 6px 12px;
  border: 1px solid #ced4da; /* matches Bootstrap form-control border */
  border-radius: 0.375rem; /* matches Bootstrap rounded */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 27px; /* to center the text vertically */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px !important;
  top: 0px !important;
}

/*
* User Profile CSS
******************************************************************************/

.user-avatar-section .avatar {
  --bs-avatar-size: 3.375rem !important;
}

/*
* Root CSS
******************************************************************************/

:root,
[data-bs-theme=light] {
--bs-primary: #635bff; /* Blue - #015bf8 */
}

.noUi-target {
--bs-noUi-base-color: #015bf8 !important;
}

.text-primary {
  color: #635bff !important;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}