body.home,
.bikyAI_section {
  background: white !important;
}

.videoScrollSticky {
  /* position: relative;
  height: 300vh;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; */
  position: relative;
  height: 280vh;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: -20rem;
}

#hero-lightpass {
  position: sticky;
  top: 52%;
  transform: translate(0%, -50%) scale(1);
  width: 100%;
  height: 660px;
  max-height: 720px;
  min-height: 640px;
  object-fit: contain;
  transform-origin: center;
  /* opacity: 0.2; */
}

.interactive-section {
  position: sticky;
  top: 52%;
  transform: translate(0%, -50%) scale(1);
  width: 100%;
  height: 660px;
  padding: 0;
  display: flex;
  justify-content: center;
  max-width: 1260px;
  /* margin-top: 96rem; */
  margin: 0 auto;
}

.interactive_section_content {
  position: relative;
  top: 0%;
  width: 100%;
  height: 660px;
  /* height: 100%; */
  max-width: 1190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Grid Layout */
.interactive-grid {
  display: grid;
  grid-template-columns: 14.5% 70.7% 14.6%;
  gap: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Column 1: Icons */
.icons_container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  box-sizing: content-box;
  transform: scale(0.9);
  transform-origin: center;
}

.icon::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #00FFDC;
  top: 50%;
  left: 100%;
  transform: translate(0%, -50%) scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease;
}

.icon.active::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #00FFDC;
  top: 50%;
  left: 100%;
  transform: translate(-10%, -50%) scaleX(1);
  transform-origin: right;
  transition: all 0.3s ease;
}

.icon {
  position: relative;
  width: 100px;
  height: 85px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  opacity: 0.6;
  z-index: 18;
  transition: all 0.3s ease;
}

.icon:hover {
  transform: scale(1);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.icon.active {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}

.icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.icon p {
  color: var(--darkBlueBiky);
  margin-top: 0.7rem;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

/* Column 2: iPad Display */
.ipad-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.ipad-frame {
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
}

.ipad-image {
  width: auto;
  height: 100%;
  /* object-fit: contain; */
  position: relative;
  z-index: 2;
  pointer-events: none;
  /* opacity: 0.6; */
}

.ipad-screen {
  position: absolute;
  top: 49.7%;
  left: 50.1%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 593px;
  /* border-radius: 15px; */
  z-index: 1;
  /* border: 1px solid red; */
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  /* padding: 3.6%; */
  /* background: yellow; */
}

.feature-video {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* border-radius: 15px; */
  /* border: 2px solid blue; */
  /* background: red; */
  margin: 0;
  padding: 0;
  display: flex;
}

.content-info-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}

/* Column 3: Feature Description */
.feature-description {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* background: #ccc; */
  top: 0;
  left: 0;
}

.description-content {
  padding: 0px 0px 0px 10px;
  transform: translate(4%, 0%);
  margin-top: 18%;
  /* background: aqua; */
  height: 100%;
}

.content-cta-container {
  transform: scale(1);
  min-height: 37.26px;
  margin-top: 1%;
}

.content-cta-container a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: max-content;
}

.content-cta-container a:hover * {
  cursor: pointer;
}

.content-cta-container a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}

.content-cta-container a img {
  width: 30px;
  height: 100%;
  transform: translate(0, 0);
  transition: all 0.35s ease;
}

.content-cta-container a:hover img {
  transform: translate(10px, 0);
  transition: all 0.35s ease;
}

.navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 10px;
}

.nav-btn {
  background-color: #00FFDC;
  border: none;
  border-radius: 30px;
  color: #003159;
  cursor: pointer;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background-color: #003159;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav-btn:disabled {
  opacity: 0.7;
  /* cursor: not-allowed; */
}

/* Content Styling */
.content-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  z-index: 4;
  justify-content: flex-start;
  width: 100%;
  gap: 0;
}

.content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.content-title {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #003159;
  font-weight: 700;
  transform: scale(1);
  transform-origin: left;
}

.feature-description .content-title {
  color: #003159;
}

.ipad-screen .content-title {
  color: white;
}

.content-description {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  color: #003159;
  margin-top: 3%;
  transform: scale(1);
  transform-origin: left;
  min-height: min-content;
}

#navButtonsIcons {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 4;
}

.ipad-screen .content-description {
  color: white;
}

.content-cta-container {
  margin-top: auto;
}

a.content-cta {
  border-radius: 30px;
  color: #003159;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 24px;
  max-width: 300px;
  width: fit-content;
  transition: all 0.3s ease;
}

a.content-cta:hover {
  background-image: none;
  background-color: white;
}

/* Responsive Styles */
/* @media only screen and (max-width: 1200px) {
  .interactive-grid {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto;
  }

  .icons_container {
    grid-column: 1;
    grid-row: 1;
  }

  .ipad-container {
    grid-column: 2;
    grid-row: 1;
  }

  .feature-description {
    grid-column: 1 / span 2;
    grid-row: 2;
    margin-top: 2rem;
  }
} */

.smartchat-moduleInfoBox .content-cta-container {
  transform: scale(1);
  min-height: 37.26px;
  margin-top: 1%;
}

/* @media only screen and (max-width: 768px) {
  .interactive-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.5rem;
  }

  .icons_container {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .ipad-container {
    grid-column: 1;
    grid-row: 2;
  }

  .feature-description {
    grid-column: 1;
    grid-row: 3;
  }

  .icon {
    width: 70px;
    height: 70px;
  }

  .icon img {
    width: 40px;
    height: 40px;
  }

  .icon p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1240px) {
  .bikyAI_section {
    transform: scale(0.787) translate(0, 4.9%);
    margin-top: -1.8%;
  }

  .videoScrollSticky {
    height: 384vh;
    margin-bottom: -26rem;
  }

  .bikyAI_section_smartchatheading_wrapper {
    margin-bottom: -18rem;
  }

  .interactive-section {
    top: 55%;
  }

  #hero-lightpass {
    top: 55%;
  }
} */


/*** MOBILE  FROM SMARTCHAT SITE ***/
/* @media only screen and (max-width: 479px) {
  canvas#hero-lightpass {
    transform: translate(0%, -65%) scale(0.95) !important;
    transform-origin: center;
  }

  .icons_container {
    display: none !important;
  }

  html body .videoScrollSticky {
    height: 100% !important;
    position: relative !important;
    margin-bottom: -36rem;
  }

  html .bikyAI_section {
    min-height: 420px;
    padding: 12% 0 16% 0;
  }

  html body .description-content {
    margin-top: 14%;
    margin-bottom: 4%;
    transform: translate(4%, 0%);
    width: 95%;
    min-height: 140px;
  }

  html body div#navButtonsIcons {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 4;
    margin-top: 0;
  }
}

@media only screen and (min-width: 375px) and (max-width: 768px) {
  .interactive-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.5rem;
  }

  .icons_container {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .ipad-container {
    grid-column: 1;
    grid-row: 2;
  }

  .feature-description {
    grid-column: 1;
    grid-row: 3;
  }

  .icon {
    width: 70px;
    height: 70px;
  }

  .icon img {
    width: 40px;
    height: 40px;
  }

  .icon p {
    font-size: 10px;
  }

  .icons_container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    order: 1;
    transform: translate(0%, -38%);
    width: 94%;
  }

  .ipad-container {
    transform: translate(0%, 20%) scale(0.95);
    transform-origin: center;
    order: 0;
  }

  canvas#hero-lightpass {
    /* transform: translate(0%, -61%) scale(0.95); * /
    transform: translate(0%, -58%) scale(0.96);
    transform-origin: center;
  }

  .interactive-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .ipad-screen {
    transform: translate(-50%, -50%) scale(0.95);
  }

  html .bikyAI_section {
    padding: 12% 0 16% 0;
    margin-bottom: 12rem;
  }

  div#navButtonsIcons {
    position: absolute;
    top: 90%;
    left: 88%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 4;
    margin-top: 0;
  }

  .description-content {
    margin-top: 14%;
    margin-bottom: 4%;
    transform: translate(4%, -18%);
    width: 75%;
    min-height: 140px;
  }

  .icon.active::before {
    content: none;
  }

  .videoScrollSticky {
    height: 190vh;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1240px) {
  .bikyAI_section {
    transform: scale(0.787) translate(0, 4.9%);
    margin-top: -1.8%;
  }

  .videoScrollSticky {
    height: 215vh;
    margin-bottom: -26rem;
  }

  .interactive-section {
    top: 55%;
  }

  #hero-lightpass {
    top: 55%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1160px) {
  canvas#hero-lightpass {
    transform: translate(0%, -50%) scale(1);
    width: 723px;
    margin: 0 auto;
  }

  .ipad-screen {
    transform: translate(-50%, -50%) scale(0.95);
  }
}

@media only screen and (width: 1366px) and (height: 1024px) {
  .bikyAI_section_smartchatheading_wrapper {
    margin-bottom: 2rem;
  }
} */



/*** MOBILE  FROM SMARTCHAT SITE ***/

@media only screen and (max-width: 1024px) {
  #hero-lightpass {
    position: relative !important;
    top: 0 !important;
    transform: translate(0%, 0%) scale(1) !important;
  }

  .icons_container {
    display: none !important;
  }

  .ipad-container {
    grid-column: 1;
    grid-row: 2;
  }

  .feature-description {
    grid-column: 1;
    grid-row: 3;
    transform: translate(0, -80px);
  }

  .icon {
    width: 70px;
    height: 70px;
  }

  .icon img {
    width: 40px;
    height: 40px;
  }

  .icon p {
    font-size: 10px;
  }

  .icons_container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    order: 1;
    transform: translate(0%, -38%);
    width: 94%;
  }

  .ipad-container {
    transform: translate(0%, 0%) scale(1);
    transform-origin: center;
    order: 0;
  }

  html body .description-content {
    margin-top: 14%;
    margin-bottom: 4%;
    transform: translate(4%, 0%);
    width: 95%;
    min-height: 140px;
  }

  html body div#navButtonsIcons {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 4;
    margin-top: 0;
  }

  .interactive-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.5rem;
  }

  .interactive-section {
    position: absolute;
    top: 0;
    transform: translate(0%, 15.7%) scale(1);
  }

  .videoScrollSticky {
    height: 100%;
    width: 100%;
  }

  .bikyAI_section {
    justify-content: flex-start;
    min-height: 140vh;
  }


}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html body .interactive-section {
    transform: translate(0%, 0.7%) scale(1) !important;
  }

  html body #hero-lightpass {
    position: relative !important;
    top: 0 !important;
    transform: translate(0%, 0) scale(1) !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 996px) {
  .bikyAIcarousel_item {
    height: 950px;
    padding: 0px 80px !important;
  }

  #bikyAI2025_hero.showcaseMobileVersion video.bikyAI_avatar2 {
    position: relative;
    top: 51%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 4;
    transform-origin: top center;
  }

  #bikyAI2025_hero.showcaseMobileVersion div#bikyAI_personality_graphic img {
    width: 80%;
  }

  #bikyAI2025_hero.showcaseMobileVersion .bikyAI_support {
    width: 100%;
  }

  html body #bikyAI2025_hero.showcaseMobileVersion .bikyAI_carouselWrapper a.hireAIsalespersonCTA {
    margin-top: -195px;
    z-index: 6;
    position: relative;
  }

  html body #bikyAI2025_hero.showcaseMobileVersion .bikyAI_support-container {
    max-width: 100%;
    grid-template-columns: 55% 20% 25%;
    width: 100%;
  }

  #bikyAI2025_hero.showcaseMobileVersion .bikyAI_personality_box {
    transform: translate(0, 100px);
  }

  #bikyAI2025_hero.showcaseMobileVersion .bikyAI_data_features {
    margin-top: 100px;
  }

  video#feature-video {
    width: 95%;
  }
}

@media only screen and (width: 1024px) {
  html body .interactive-section {
    /* transform: translate(0%, -8.7%) scale(1) !important; */
    transform: translate(0%, -9.8%) scale(1) !important;
    /* transform: translate(0%, -1.9%) scale(1) !important; */
    height: 100%;
  }

  html body #hero-lightpass {
    position: relative !important;
    top: 0 !important;
    transform: translate(0%, 0) scale(1.22) !important;
  }

  video#feature-video {
    height: 100% !important;
  }

  .videoScrollSticky {
    transform: scale(0.75) translate(0, -17%);
  }

  .ipad-screen {
    height: 722px;
  }

  html body div#navButtonsIcons {
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 4;
    margin-top: 0;
  }

  .feature-description {
    grid-column: 1;
    grid-row: 3;
    transform: translate(0, -104px);
  }
}

@media only screen and (min-width: 412px) and (max-width: 520px) {
  .bikyAi_section-3 .iam_agent:before {
    height: 44%;
  }

  .interactive-section {
    position: absolute;
    top: 0;
    transform: translate(0%, 16.4%) scale(.97);
  }

  #hero-lightpass {
    position: relative !important;
    top: 0 !important;
    transform: translate(0%, 0%) scale(.97) !important;
  }

  .ipad-screen {
    transform: translate(-50%, -50%) scale(0.95);
  }

  .kb_customers {
    margin-top: -10rem;
  }

  html body .main-section {
    height: 104vh;
    margin-top: -15rem;
    z-index: 2;
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 340px) and (max-width: 370px) {
  html body .main-section {
    background-color: #fff;
    height: 104vh;
    margin-top: -18rem;
    z-index: 2;
    margin-bottom: 4rem;
  }

  .bikyAi_section-3 .imagent_salesperson {
    font-size: 32px;
    text-align: center;
    display: unset;
    width: 100%;
    margin: 30px auto 30px auto;
    display: block;
    transform: translate(0, 0) scale(1.4);
    transform-origin: center;
    line-height: 1.2;
  }

  .kb_customers {
    margin-top: -15rem;
  }

  .ipad-screen {
    transform: translate(-50%, -50%) scale(0.95);
  }
}

@media only screen and (min-width: 371px) and (max-width: 400px) {
  html body .main-section {
    background-color: #fff;
    height: 104vh;
    margin-top: -12rem;
    z-index: 2;
    margin-bottom: 4rem;
  }

  .bikyAi_section-3 .imagent_salesperson {
    font-size: 32px;
    text-align: center;
    display: unset;
    width: 100%;
    margin: 30px auto 30px auto;
    display: block;
    transform: translate(0, 0) scale(1.4);
    transform-origin: center;
    line-height: 1.2;
  }

  .kb_customers {
    margin-top: -12rem;
  }

  .ipad-screen {
    transform: translate(-50%, -50%) scale(0.95);
  }
}

@media only screen and (min-width: 390px) and (max-width: 396px) {
  html body .main-section {
    background-color: #fff;
    height: 104vh;
    margin-top: -20rem;
    z-index: 2;
    margin-bottom: 4rem;
  }

  .bikyAi_section-3 .iam_agent:before {
    height: 42%;
  }
}

@media only screen and (min-width: 820px) and (max-width: 1104px) {
  html body .interactive-section {
    transform: translate(0%, -5.8%) scale(0.95) !important;
  }

  html body div#navButtonsIcons {
    top: 112%;
  }

  html body .description-content {
    margin-top: 11%;
  }

  html .ipad-screen {
    height: auto;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1190px) {
  .ipad-screen {
    position: absolute;
    top: 49.7%;
    left: 50.1%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 583px;
  }

  .interactive-section {
    position: sticky;
    top: 52%;
    transform: translate(0%, -50%) scale(1.019);
    width: 100%;
    height: 660px;
    padding: 0;
    display: flex;
    justify-content: center;
    max-width: 1260px;
    margin: 0 auto;
  }

  p.content-description {
    font-size: 12px;
  }

  .description-content {
    transform: translate(1%, 0%);
    padding: 0px 20px 0px 10px;
  }
}

@media only screen and (width: 1024px) and (min-height: 1366px) {
  html body .interactive-section {
    transform: translate(0%, -4.6%) scale(1.014) !important;
    height: 100%;
  }

  html body .ipad-screen {
    height: 711px !important;
  }

  html body div#navButtonsIcons {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 4;
    margin-top: 0;
  }

  html .kb_customers {
    margin-top: -55rem;
  }

  html .videoScrollSticky {
    transform: scale(0.8) translate(0, -10%);
  }

  html .lastes_blog_content_heading h2 {
    font-size: 34px;
  }

  html .lastes_useCases_content_heading h2 {
    font-size: 34px;
  }

  html .lastes_blog_content_heading.kb_customers__heading_ p {
    font-size: 18px;
  }

  html .lastes_useCases_content_wrapper {
    width: 100%;
  }

  html .partnersLogos_container {
    width: 100%;
  }

  html body .description-content {
    margin-top: 8%;
    margin-bottom: 4%;
    transform: translate(4%, 0%);
    width: 95%;
    min-height: 140px;
  }

  html body .content-description {
    margin-top: 1%;
  }

  html body div#navButtonsIcons {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 4;
    margin-top: 0;
  }

}