/* Font Family Override */
:root {
    --si-body-font-family: 'Plus Jakarta Sans', sans-serif;
}

a{
  text-decoration: none;
}

.navbar-dark .navbar-brand>img{
  filter: invert(1);
}

.display-1, .display-2, .display-3, .display-4, .display-5 {
    line-height: 1.12;
    /* letter-spacing: -0.02em; */
}

.text-okendo {
    color: #00EAB6;
}

.link-color{
    color:rgba(var(--si-link-color-rgb),var(--si-link-opacity,1));
}

.nav-link{
    font-size: 16px;
}

.navbar-dark .nav-link{
    color:hsla(0,0%,100%,.85);
}

.card-overlap{
    position:relative;
    top:100px;
}

.featuresPreview--phone {
    aspect-ratio: 309 / 650;
    height: 800px;
    box-shadow: 12px 16px 17px 0 #0006;
    overflow: hidden;
    border: 7px solid #111;
    border-radius: 34px / 30px;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:auto;
}

.shop-mini-video {
    width: 70%;
    margin: auto;
    object-fit: cover;
}

.social-callout-icon {
    font-size: 5rem;
    transform: translate(-10px, 0px);
    border-right: 2px solid #fff;
    padding-right: 20px;
}

.nav-callout{
  max-width: 280px;
  background-color: #F3F6FF;
}

.nav-callout h5{
  font-size:16px;
  line-height: 1.3;
  color:#000 !important;
}

.nav-callout p{
  line-height: 1.5;
}


/* HubSpot Meeting Modal Styles */

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
  }
  
  .hubspot-modal-content {
    background-color: transparent;
    margin: auto;
    width: 90%;
    max-width: 1000px;
    position: relative;
    border-radius: 4px;
    height: 90vh;
    max-height: 800px;
    display: flex;
    flex-direction: column;
  }
   
  .hubspot-modal-content .close {
    align-self: flex-end;
    margin-bottom: 10px;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
.hubspot-modal-content .close:hover {
    background:none;
    opacity:0.5;
  }
  
  #hubspotContainer {
    width: 100%;
    flex: 1;
    overflow: hidden;
    border-radius: 4px;
  }
  
  .meetings-iframe-container {
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  
  /* Hide scrollbars in modal content */
  .hubspot-modal-content *,
  .hubspot-modal-content *::-webkit-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .hubspot-modal-content *::-webkit-scrollbar {
    display: none;
  }
  
  /* Force iframe to fit without scrollbars */
  .hubspot-modal-content iframe {
    overflow: hidden !important;
  }


/* TikTok Gallery */
.featuresPreview-images,
.featuresPreview-text {
  width: 50%;
}

.featuresPreviewFlex-images {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
.featuresPreviewFlex-picture,
.featuresPreviewFlex-video {
  display: flex;
  justify-content: center;
  width: 50%;
}
.flex-column-reverse .featuresPreviewFlex-images {
  justify-content: flex-end;
}

.featuresPreview-images--hero {
  text-align: center;
  width: 60%;
}

.featuresPreview--a {
  width: 75%;
  margin-bottom: 22px;
}

.featuresPreview--a:after {
  display: block;
  content: "";
  padding-top: 83%;
}

.featuresPreview--b {
  width: 40%;
  margin-left: auto;
  transform: translateX(-20%);
}

.featuresPreview--b:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.featuresPreview-text--ab {
  transform: translateY(20%);
}

.featuresPreview--c {
  width: 80%;
  margin-left: auto;
  transform: translateY(-10%);
}

.featuresPreview--c:after {
  display: block;
  content: "";
  padding-top: 125%;
}

.featuresPreview-textGroup {
  max-width: 500px;
}

.featuresPreview--a,
.featuresPreview--b,
.featuresPreview--c {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.featuresPreview--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 65vh;
  max-width: 80%;
}

.featuresPreview--phone {
  aspect-ratio: 309/650;
  height: 600px;
  box-shadow: 12px 16px 17px 0 #0006;
  overflow: hidden;
  border: 7px solid #111;
  border-radius: 34px / 30px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featuresPreview--flex img {
  max-height: 100%;
  max-width: 100%;
}

.featuresPreview--flex video {
  max-height: 120%;
  max-width: 100%;
}

.featuresPreview--tiktok {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
  grid-gap: 8px;
  list-style: none;
  margin: auto;
  padding: 0;
  position: relative;
  min-width: 400px;
}

.featuresPreview--tiktok:before {
  content: "";
  position: absolute;
  border: 8px solid #000000;
  opacity: 0.75;
  aspect-ratio: 309 / 650;
  top: -30px;
  bottom: -30px;
  right: -8px;
  z-index: 0;
  border-radius: 8px;
}

.featuresPreview--tiktok li {
  display: flex;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 309 / 650;
  z-index: 1;
}

.featuresPreview--tiktok .screen.screen--tiktok {
  display: flex;
  align-items: center;
  justify-content: center;
}
.featuresPreview--tiktok .screen.screen--tiktok img {
  width: 50%;
}

.featuresPreview--tiktok .screen.screen--video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.featuresPreview--tiktok .screen.screen--photo {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  aspect-ratio: 154 / 650;
}

.featuresPreview--tiktok .screen.screen--photo img {
  max-width: 200%;
  height: 100%;
  object-fit: cover;
}

.featuresPreview--tiktok-reels {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 6px;
  list-style: none;
  margin: auto;
  padding: 0;
  position: relative;
}

.featuresPreview--tiktok-reels__background {
  content: "";
  position: absolute;
  border: 8px solid #000000;
  opacity: 0.75;
  top: -50px;
  bottom: -50px;
  aspect-ratio: 309 / 650;
  z-index: 0;
  border-radius: 8px;
}

.featuresPreview--tiktok-reels li {
  display: flex;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  justify-content: center;
  aspect-ratio: 309 / 650;
}

.featuresPreview--tiktok-reels li img {
  z-index: 1;
  max-width: 50%;
}

.featuresPreview--tiktok-reels .screen.screen--reels {
  position: relative;
  background-image: linear-gradient(322.44deg, #F3425F 4.69%, #d300c5 48.96%, #763EE6 92.19%);
} 

.featuresPreview--tiktok-reels .screen.screen--reels:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: radial-gradient(ellipse 120% 113% at center 90%, #FB7C22 14%, transparent 58%);
}







  
  /* Mobile responsive adjustments */
  @media (max-width: 991px) {
    .navbar-dark .offcanvas-body li a{
      color:#000;
    }
    
    .navbar-dark .offcanvas-body .btn{
      color:#fff;
    }
    
  }


  @media (max-width: 768px) {
    .hubspot-modal-content {
      width: 100%;
      height: 100vh;
      max-height: none;
      border-radius: 0;
    }
    
    .hubspot-modal-content .close {
      width: 40px;
      height: 40px;
      margin-bottom: 15px;
    }
    
    #hubspotContainer {
      border-radius: 0;
    }
  }
  
  /* Button styling */
  .hubspot-meeting-trigger {
    cursor: pointer;
  } 




/* Image Hotspots */
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    cursor: pointer;
    transform: scale(0);
    animation: hotspotPopIn 0.8s ease-out forwards;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.hotspot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.hotspot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: hotspotPulse 2s ease-in-out infinite;
}

.hotspot-tooltip {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    animation: tooltipFadeIn 0.6s ease-out forwards;
    animation-delay: 0.8s;
    z-index: 15;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hotspot-tooltip::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.8);
}

/* Animations */
@keyframes hotspotPopIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes hotspotPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.3;
    }
}

@keyframes tooltipFadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(10px);
    }
    100% {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hotspot {
        width: 16px;
        height: 16px;
    }
    
    .hotspot::before {
        width: 6px;
        height: 6px;
    }
    
    .hotspot::after {
        width: 16px;
        height: 16px;
    }
    
    .hotspot-tooltip {
        font-size: 11px;
        padding: 6px 10px;
        bottom: -40px;
    }
}

@media (max-width: 480px) {
    .hotspot {
        width: 14px;
        height: 14px;
    }
    
    .hotspot::before {
        width: 5px;
        height: 5px;
    }
    
    .hotspot::after {
        width: 14px;
        height: 14px;
    }
    
    .hotspot-tooltip {
        font-size: 10px;
        padding: 5px 8px;
        bottom: -35px;
    }
}

/* Hotspot hover effects */
.hotspot:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.hotspot:hover .hotspot-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Feature Icon Circles */
.feature-icon-circle {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.feature-icon-circle i {
    font-size: 1.75rem;
}

/* Bouncing Chevron Animation */
.bx-chevron-down {
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Ambassador Container Dome Effect with SVG */
.fs-ambassadors-container {
    position: relative;
    margin-top: -1px;
}

.fs-ambassadors-container::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    height: 80px;
    background: #F9F9F9;
    clip-path: url(#dome-clip);
    z-index: 1;
}

/* Responsive adjustments for dome effect */
@media (min-width: 768px) {
    .fs-ambassadors-container::before {
        top: -100px;
        height: 100px;
    }
}

@media (min-width: 1200px) {
    .fs-ambassadors-container::before {
        top: -120px;
        height: 120px;
    }
}

/* Pricing cards - flush borders on desktop */
@media (min-width: 992px) {
    .pricing-card-left {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    
    .pricing-card-left .card {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    
    .pricing-card-right {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    
    .pricing-card-right .card {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

/* Ambassador Demo Mobile Fixes */
@media (max-width: 768px) {
    .fs-ambassadors-container {
        overflow-x: hidden;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom:0 !important;
        margin-top:20px !important;
    }
    
    /* Center the circular thumbnails by fixing the left gap */
    .fs-ambassadors-container .fs-container--slider .fs-ambassadors {
        margin-top: 20px;
        padding: 0 35px;
        margin-left: -18px;
    }
}

/* Contact Page Large Icons */
.contact-icon-large {
    font-size: 3rem;
}

@media (max-width: 768px) {
    .contact-icon-large {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .contact-icon-large {
        font-size: 2.75rem;
    }
}
