body {
    display:flex; flex-direction:column; 
}

.display-container {
    display:flex; flex-direction:column; align-items:center; width:100%;
    /* background-color: #E3F2FD; */
}

.header-space{
  height: 100px;
}

/* Hero Section CSS */

.videoloop{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index:-1;
    opacity: 1;
    /* filter:blur(50px) */
}
header{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    height: 40px;
    width: 1200px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
                0 32px 64px -48px rgba(0,0,0,0.5);
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    margin-top: 20px;
    width: 140vh;
    height: 4vh;
}

header.hide {
  transform: translateY(-150%) translateX(-50%);
}

.header-logo{
    margin-left: 20px;
    height: 30px;
    height:3.5vh;
}

.title{
    /* color: #88B2FF; */
    color: black;
    font-size: 1.5rem;
    font-family: 'ebrima';
    margin-left: 20px;
    margin-top: 2px;
}
.largefuttext{
    /* color: black; */
    /* color: white; */
    color: black;
    font-size: 2rem;
    /* font-family: 'calibri'; */
    margin-top: 50px;
    font-family: 'dmsans';
    font-weight: 900;
}

.largefuttext{
    /* color: black; */
    /* color: white; */
    color: black;
    font-size: 2rem;
    /* font-family: 'calibri'; */
    margin-top: 40px;
    font-family: 'dmsans';
    font-weight: 900;
    margin-bottom: -10px;
}


.nav-links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 150px;
}

.nav-button {
  text-decoration: none;
  color: black;
  font-family: 'dmsans';
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background 0.2s;
}

.nav-button:hover {
  background-color: #eee;
}

.headergrid{
  display: grid;
}

.right-section {
  display: flex;
  align-items: center;
}
.schedule-demo-button{
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  text-align: center;
  color: white;
  font-family: 'dmsans';
  font-weight: 800;
  background-color: #007bff;
  width: 90px;
  line-height: 28px; /* ensures vertical centering */
  padding: 0 10px;   /* use shorthand instead of left/right */
  padding-left: 15px;
  height:28px;
  border-radius: 20px;
  font-size: 1rem;
    transition: background 0.2s;
    height:3.3vh;
    width: 10.5vh;
    padding-left: 2vh;
    font-size: 1.8vh;

}

.schedule-demo-button:hover{
  background-color: #0061c9;
}

.demo-section{
  display: flex;
  flex-direction: row;
  /* gap: 30px; */
  width: 100%;
  overflow: hidden;
  /* border: solid 2px red; */
  overflow: hidden;
  position: relative;
    width: 100%;  
    /* width: 1440px; 
  margin: 0 auto;
  position: relative;
  transform-origin: top left;
    width: 1920px;
  transform: scale(calc(100vw / 1920)); */
  /* gap: -10%; */
}

/* .demo-section-wrapper {
  width: 1920px;   
  height: auto;         
  margin: 0 auto;
  transform-origin: top left;

  transform: scale(calc(100vw / 1920));
} */

.videoloop{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index:-1;
    opacity: 1;
    /* filter:blur(50px) */
}


.demo-section .videoloop{
  /* transform: translateX(25%) scale(200%); */
  transform: translateX(27%) scale(200%);
   object-fit: cover;  
}

.demo-section .largefuttext{
    /* font-size: 5rem; */
    /* width: 1000px; */
    /* margin-left: 12%; */
        /* font-size: 4rem; */
      /* font-size: 6.5vh; */
            font-size: 6.75vh;
        margin-bottom: -40px;
          width: 80%;/* instead of 1000px */
  /* font-size: clamp(2rem, 4vw, 4rem);  */
  width:95%;
  margin-top: 4vh;
}

.landing-wrapper{
  display: flex;
  flex-direction: column;
  /* border: solid red 1px; */
          /* margin-left: 120px; */
                    /* margin-left: 90px; */
                    margin-left: 10%;
                    
}

.landing-subtitle{
      font-family: 'dmsans';
    color: rgb(27, 27, 27);
    /* font-size: 1.5rem; */
      font-size: 2.5vh;
    /* animation: slide-in 0.5s forwards; */
    font-weight: 300;
        /* margin-left: 10%; */
}

.landing-button{
  box-sizing: border-box;        /* so width includes padding/border */
  text-decoration: none;
  text-align: center;
  font-family: 'dmsans';
  font-weight: 400;
  color: #007bff;
  background: transparent;
  border: 3px solid #007bff;     /* border-width can’t be % */
  
  width: 20%;
  /* build the original 10px top, 10px right, 10px bottom, 15px left */
  /* padding: 1.3% 0.75% 1.4% 1.12%; */
    padding: 1.2% 0.75% 1.3% 1.12%;
  
  /* let padding define height; avoids % height quirks */
  height: auto;
  line-height: normal;

  border-radius: 50px;
  /* font-size: 1.3rem; */
  font-size: 2.25vh;
  transition: background 0.2s;
  cursor: pointer;
  /* margin-left: 10%; */
}

.landing-button:hover{
  color: white;
  background-color:  #007bff;
}
.chatbot-placeholder {
  flex: 0 0 auto; 
  position: relative;
  background-color: white;
    height: 740px;        
  width: 435px;    
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 
    0 0 128px 0 rgba(0,0,0,0.1),
    0 32px 64px -48px rgba(0,0,0,0.5);
  margin-bottom: 25px;
  align-content: center;
  /*TEST*/
  /* transform: scale(0.8); */
      /* margin-top: 50px; */
    /* transform: scale(0.9); */
        margin-top: 110px;

  /* margin-left: 20px; */
    /* margin-left: 140px; */
        /* width: 22.65625vw;   */
         /* width: 32.5%; */
         /* margin-left: 5%; */
         margin-right: 10%;
           /* width: 22.6%; */
                   /* width: 30%; */
                   /* height: 80vh; */
          aspect-ratio: 435 / 740;  
  /* height: auto;           */
  height: 80vh;              
  /* width: 65vh; */
/* width: 31vw; */
width:auto;
  /* width: auto; */
  /* margin-bottom: 5%; */
  margin-bottom:7vh;
    margin-top: 12vh;
}

.chatbot-placeholder video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 102%;         /* keeps the “slightly zoomed to fit container” effect */
  width: auto;          /* preserve aspect ratio */
  object-fit: cover;
  object-position: center center;  /* center the middle of the video */
  transform: translate(-50%, -50%);
  display: block;
}

.capability-box-row{
  display: flex;
  flex-direction: row;
  gap: 50px;
  gap: 5vh;
      /* margin-left: 120px; */
}

.capability-box{
  display: flex;
  flex-direction: column;
  /* background: transparent; */
   /* border:  solid 2px #007bff; */
      /* border:  solid 3px #007bff; */
   border-radius: 15px;
   /* height: 200px;
   width:180px; */
   height: 24vh;
   width:21vh;
   align-items: center;
   /* background-color: rgb(143, 177, 255, 0.25); */
      background-color: rgb(143, 177, 255, 0.15);
   transition: background 0.5s ease;
      height: 25vh;
}

.capability-box:hover{
     /* background-color: rgb(143, 177, 255, 0.5); */
          background-color: rgb(143, 177, 255, 0.35);
}
.capability-box-image-container{
  height:130px;
}

.capability-box-icon{
/* height:75px;
width:75px; */
height:7vh;
width:7vh;
/* filter: invert(36%) sepia(97%) saturate(2270%) hue-rotate(194deg) brightness(97%) contrast(97%); */
}


.capability-box-text{
  font-family: 'dmsans';
  font-weight: 400;
  /* font-size: 1.6rem; */
  /* font-size: 2vh;
  color: #007bff; */
    font-size: 2vh;
  color: #005ab9;
  color: #007bff;
  margin-top: 2vh;
    /* color: #0060c7; */
}


.capability-box-text-subtitle{
  font-family: 'dmsans';
  font-weight: 400;
  /* font-size: 1.6rem; */
  font-size: 1.60vh;
  /* color: #007bff; */
  color:black;
  margin-top: 2vh;
  text-align: center;
  padding-left: 2vh;
  padding-right: 2vh;
    /* color: #0060c7; */
    opacity: 0.75;
      margin-top: 1.8vh;
}

  .capability-box-icon-wrapper {
  /* width: 80px;         
  height: 80px; */
    width: 8vh;         
  height: 8vh;
  border-radius: 15px; /* rounded square edges */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-right: 10px;

  /* gradient background */
  /* background: linear-gradient(135deg, #007bff, #00c6ff); */
     /* background:  rgb(131, 168, 255); */
          /* background:  rgb(163, 191, 255); */
                  /* background:  rgb(173, 198, 255); */
                   background:  rgb(184, 205, 255);
                     box-shadow: 0 4px 10px rgba(0,0,0,0.15);
                   /* background: none; */
  /* optional subtle shadow */
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.15); */
  transition: transform 0.25s ease;
   isolation: isolate;
   background: none;
}


.customer-container{
    background-color: #f2f2f2;
    height: 100px;
    width: 100%;
    margin-top: 20px;
}

  .inner-circle-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 50px; */
        margin-top: 50px;
    position: relative;
    margin-bottom: 50px;
  }


  .inner-circle-bg-img {
  position: absolute;
  width: 50px; 
  height: 50px;
}

.bigstar {
    width: 400px; 
  height: 400px;
  top: -20px;    /* adjust offsets */
  left: -450px;
}

.smallstar {
    width: 240px; 
  height: 240px;
  bottom: -20px; /* adjust offsets */
  right: -300px;
}
  /* .inner-circle-title{
    font-family: sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color:rgb(144,178,255);
  } */

  .inner-circle-title{
    font-family: 'dmsans';
    font-size: 3.5rem;
    font-weight: 800;
    /* color:rgb(144,178,255); */
    /* margin-bottom: 50px; */
        margin-bottom: 5px;
     background: linear-gradient(to right, rgb(176, 200, 255), rgb(131, 168, 255)); /* direction + colors */
  -webkit-background-clip: text;  /* clips gradient to text shape */
  -webkit-text-fill-color: transparent; /* makes text fill transparent */
  }

  .inner-circle-subtitle{
    font-family: 'dmsans';
    font-weight: 400px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .inner-circle-grid{
    padding-left: 50px;
    display: grid;
      grid-template-columns: repeat(2, 1fr); /* 2 equal-width columns */
  grid-template-rows: repeat(2, 1fr);    /* 2 equal-height rows */
  gap: 20px; /* equal gap in both x and y directions */
  margin-bottom: 20px;
  }

  /* .inner-circle-info-box{
    border: solid 2px rgb(144,178,255);
    border-radius: 15px;
    width:400px;
    height: 120px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
        padding-top: 10px;
        align-items: center;
        transition: 1s ease;
  } */
 .inner-circle-info-box-info-container{
    width:400px;
    height: 120px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
        padding-top: 10px;
  }

  .inner-circle-info-box-info-row{
    display: flex;
    flex-direction: row;
  }

  .inner-circle-info-box:hover{
background: rgb(248, 248, 248);
  }

     .inner-circle-info-box-title-row{
    /* color: rgb(144,178,255); */
      display: flex;
      flex-direction: row;
      align-items: center;
      gap:15px;
  }

   .inner-circle-info-box-title{
    /* color: rgb(144,178,255); */
        color: black;
    font-family: 'dmsans';
    font-weight: 400px;
    font-size: 1.5rem;
  }

    .inner-circle-info-box-title-image{
    /* color: rgb(144,178,255); */
    /* width: 25px;
    height: 25px; */
        width: 30px;
    height: 30px;
  }

  .inner-circle-info-box-icon-wrapper {
  width: 60px;         /* size of the square background */
  height: 60px;
  border-radius: 15px; /* rounded square edges */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-right: 10px;

  /* gradient background */
  /* background: linear-gradient(135deg, #007bff, #00c6ff); */
     background: linear-gradient(to right, rgb(176, 200, 255), rgb(131, 168, 255));
  /* optional subtle shadow */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.25s ease;
}

.inner-circle-info-box-info-row:hover .inner-circle-info-box-icon-wrapper {
  transform: scale(1.15);
}


.inner-circle-info-box-title-image {
  /* width: 60%;   */
    width: 80%;  
  height: auto;
  filter: brightness(0) invert(1); /* makes logo appear white */
}

    /* .inner-circle-info-box-text{
        color: black;
    font-family: 'dmsans';
    font-weight: 200;
    margin-top: 10px;
        font-size: 1.2rem;
  } */

    .inner-circle-info-box-text{
        color: gray;
    font-family: 'dmsans';
    font-weight: 200;
    margin-top: 10px;
        font-size: 1.2rem;
  }
  
  .inner-circle-text{
    font-family: 'dmsans';
    font-weight: 400px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
.inner-circle-button{
  text-decoration: none;
  text-align: center;
  /* color: white; */
  font-family: 'dmsans';
  font-weight: 400;
  background-color: #1b1b1b;
  color: white;
  width: 120px;
  line-height: 28px; /* ensures vertical centering */
  padding: 0 10px;   /* use shorthand instead of left/right */
  padding-left: 15px;
  padding-top: 10px;
  /* height:50px; */
    height:40px;
  border-radius: 50px;
  font-size: 1.3rem;
    transition: background 0.2s;
    cursor: pointer;
}

section#Personalization {
  display: flex;
  flex-direction: column;
    width: 100%;
    position: relative;
  height: 120vh; /* taller so scroll happens */
  overflow: hidden;
  align-items: center;
  height: 1000px;
    background-color: white;
  /* background-image: 
    linear-gradient(to right, #e6e6e6 1px, transparent 1px),
    linear-gradient(to bottom, #e6e6e6 1px, transparent 1px); */
      background-image:
    radial-gradient(#b1afaf 1px, transparent 1px),
    radial-gradient(#b1afaf  1px, transparent 1px);
  background-size: 40px 40px; 
  z-index: 0;
}
/* section#Personalization .largefuttext{
  margin-top: -10px;
  margin-bottom: -10px;
} */
section#Personalization::after {
  /* Radial fade mask overlay */
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle,
    rgba(255,255,255,1) 40%,   /* fully white in center */
    rgba(255,255,255,0) 70%    /* fade to transparent outward */
  );
  pointer-events: none; /* lets clicks pass through */
    z-index: -1;
}

.pattern {
  background-color: white;
  background-image: 
    linear-gradient(to right, #e6e6e6 1px, transparent 1px),
    linear-gradient(to bottom, #e6e6e6 1px, transparent 1px);
  background-size: 40px 40px; /* spacing */
}

.pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%);
  pointer-events: none; /* don’t block clicks */
}

.scroll-section {
  position: relative;
  height: 120vh; /* taller so scroll happens */
  overflow: hidden;
}
.image-wrapper {
  position: relative;
  height: 300px; /* your desired fixed height */
  width: 100%;
  overflow: hidden;
  top: 160px;
}

.image {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* or cover, depends on your preference */
  transition: opacity 0.5s ease;
  scale: 0.75;
}

.interactive-image {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* or cover, depends on your preference */
  transition: opacity 0.5s ease;
  scale: 0.75;
}

.amenity {
  fill: transparent;
  stroke: none;
  cursor: pointer;
  transition: fill 0.2s ease;
}

.pers-floor-hoverable path {
    pointer-events: all; /* allow hover even if no fill */
    fill: rgba(0,0,0,0); /* invisible initially */
    transition: fill 0.2s ease;
}

.pers-floor-hoverable path:hover {
    /* fill: rgba(51, 255, 0, 0.3); */
       fill: rgba(29, 153, 255, 0.3); 
    transition: fill 0.2s ease;
    cursor: pointer;
}

.pers-floor-hoverable path.selected {
    /* fill: rgba(51, 255, 0, 0.3); */
       fill: rgba(29, 153, 255, 0.5); 
}


.pers-amenity-hoverable rect {
    pointer-events: all; /* allow hover even if no fill */
     fill: rgba(0,0,0,0.01);  /* invisible initially */
    transition: fill 0.2s ease;
}

.pers-amenity-hoverable rect:hover {
    /* fill: rgba(51, 255, 0, 0.3);  */
        fill: rgba(29, 153, 255, 0.3); 
    transition: fill 0.2s ease;
    cursor: pointer;
}

.pers-amenity-hoverable rect.selected {
  fill: rgba(29, 153, 255, 0.5); 
}



#svg-wrapper {
    position: relative;
    width: 1200px;   /* same as SVG viewBox width */
    height: 700px;   /* same as SVG viewBox height */
    margin: 0 auto;  /* optional: center on page */
    margin-top: 50px;
}

#pers-svg {
    width: 100%;
    height: 100%;
    scale: 1.2;
        /* width: 1400px;
    height: auto; */
}

.placeholder {
  display: inline-block;
  width: 0;
  height: 0;
}


.pers-container-amenity {
    border-radius: 15px;
    width: 390px;
    height: 280px;
    overflow: hidden; /* hide anything outside the container */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    /* background-color: #0056b3; */

}

.pers-container-amenity img {
    max-height: 100%;
    object-fit: cover; /* scale and crop image to fill container */
}

/* .pers-outer-container-amenity{
  position: absolute;   
  top: 150px;
  left: -113px;

  display: flex;
  flex-direction: column;
  align-items: center;
} */
/* 
.pers-outer-container-amenity {
  position: absolute;
  top: 150px;
  left: -113px;

  display: flex;
  flex-direction: column;
  align-items: center; 

  width: 200px; 
} */


/* .pers-text-amenity{
  font-family: sans-serif;
  font-size: 1.2rem;
    align-self: flex-start; 
  margin-top: 8px; 
} */

.pers-outer-container-amenity {
  position: absolute;
  top: 150px;
  left: -113px;

  display: flex;
  flex-direction: column;
  align-items: center; /* keeps image centered */
}

.pers-text-wrapper {
      width: 390px;        /* container width for wrapping text */
}

.pers-text-amenity {
  font-family: sans-serif;
  font-size: 1.2rem;
  margin-top: 8px;
  word-wrap: break-word; /* break long words if needed */
  white-space: normal;   /* allow line breaks */
}


.amenity:hover {
  fill: rgba(255, 215, 0, 0.4);
}

.pers-outer-container-floor{
  position: absolute;
    top: 110px; /* distance from top of SVG wrapper */
    left: 925px; /* distance from left of SVG wrapper */
      display: flex;
  flex-direction: column;
}

.pers-container-floor {
    border-radius: 15px;
        /* position: absolute;  */
    width: 390px;
    height: 280px;
    overflow: hidden; /* hide anything outside the container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: wheat; */
    align-items: center;
    z-index: 10;
      position: relative;    
}

.pers-text-row-floor{
  position: relative;
  display: flex;
  flex-direction: row;
    opacity: 0;
  transform: translateY(20px); /* start slightly below */
  transition: opacity 0.5s ease, transform 0.5s ease;
  margin-bottom: -4px;
}

.pers-text-row-floor.active {
  opacity: 1;
  transform: translateY(0);
}

.pers-floor-back-btn {
    background: transparent;
    border: none;
    color: #0056b3;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 10px;
}
.back-arrow {
    width: 20px;   /* increase size */
    height: 20px;
}

.pers-text-floor{
  font-family: sans-serif;
  font-size: 1.2rem;
    align-self: flex-start; /* aligns this child to the left */
  margin-bottom: 8px;
  margin-top: 1px;

}

#outer-container-floor,
#outer-container-amenity {
  opacity: 0;
  transition: opacity 0.3s ease-out; /* smooth fade */
}

.property-list {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    margin-top: 0px;
    padding-right: 5px;
    background-color: #f2f2f2;
    /* border: 1px solid; */
    border-color: gray;
    border-radius: 15px;
    /* margin-bottom: 10px; */
    /* padding-bottom:10px; */
    /* -webkit-mask-image: linear-gradient(to bottom, transparent, black 2px, black calc(100% - 12 px), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent, black 2px, black calc(100% - 12 px), transparent 100%); */
}

.property-list::-webkit-scrollbar {
  display: none;
}

.property-card{
    /* height: 100px; */
    height:72px;
    /* border:1px solid; */
    padding: 10px;
    margin-bottom: 0;
    background-color: #f2f2f2;;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    cursor:pointer;
    transition: background 0.2s;
}
.property-card:hover {
  /* background-color: #eaeaea; */
  background-color: #eae7e7;
}

.property-card-image{
    flex: 1; /* 1/3 of the card */
    max-width: 100px;
    height: auto;
    object-fit: cover;
    margin-right: 15px;
    margin-left: 10px;
}

.property-card-title-row{
  display: flex;
  flex-direction: row;
          margin-top: -2px;
          gap: 6px;
}
.property-card-title {
    font-weight: bold;
    /* margin-bottom: 10px; */
    /* margin-bottom:4px; */
    /* padding: 10px 15px; */

}

.property-card-unit {
    color: #202020;
    /* margin-bottom: 10px; */
    /* margin-bottom:4px; */
    /* padding: 10px 15px; */

}

.property-card-description{
    /* padding: 10px 15px; */
    color: gray;
    font-size: 0.95rem;
    margin-top: -10px;
}

.property-card-info{
    flex: 2; /* 2/3 of the card */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    height: 100%;
    margin: 0;
    /* gap: 4px; */
    font-family: sans-serif;
}
.image-a {
  z-index: 1;
}

.image-b {
  z-index: 2;
  opacity: 0; /* start hidden */
}


/* Slideshow container */
.slideshow-container {
   display: block; 
   position: absolute; 
    width: 390px;
    height: 280px;
  margin: auto;
  border-radius: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  z-index: 1000;
  transform: translateY(100%); /* start offscreen bottom */
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.slideshow-container.active {
  transform: translateY(0);
}
/* Hide the images by default */
.mySlides {
  display: none;
  width: auto;
  height: 100%;
}

.mySlides img{
  height: 100%;          /* lock to container height */
  width: auto;           /* maintain aspect ratio */
  object-fit: cover;     /* crop sides if needed */
  border-radius: 15px;   /* match container */
  display: block;
    object-position: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.technology-container {
    background-image: url('dotmap4.png'); /* replace with your image path */
    background-size: cover;         /* scale image to cover div */
    background-repeat: no-repeat;   /* no tiling */
    background-position: center;   
    display: flex;
    flex-direction: column;
        position: relative;
    overflow: hidden;
    height: 500px;
    width: 100%;
    /* justify-content: center; */
}

.showcase-container {
    background-image: url('dotmap2.png'); /* replace with your image path */
    background-size: cover;         /* scale image to cover div */
    background-repeat: no-repeat;   /* no tiling */
    background-position: center;   
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    /* justify-content: center; */
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: slide-in-right 0.5s forwards;
  width: 100%;
  /* text-align: center; */
}


.carousel-text {
    font-family: 'dmsans';
    position: absolute;
    white-space: nowrap;
    /* animation: slide-in 0.5s forwards; */
    margin-left:250px;
    margin-top:50px;
    font-size:2rem;
    font-weight: 900;
}

.carousel-desc-text {
    font-family: 'dmsans';
    position: absolute;
    color: gray;
    font-size: 1.5rem;
    margin-left:250px;
    margin-top:150px;
    white-space: nowrap;
    /* animation: slide-in 0.5s forwards; */
    font-weight: 300;
}


.subtitle-desc-text {
    font-family: 'dmsans';
    position: absolute;
    color: gray;
    font-size: 1.4rem;
    white-space: nowrap;
    /* animation: slide-in 0.5s forwards; */
    font-weight: 300;
    align-self: center;
    margin-top: 125px;
}

.subtitle-text{
    font-family: 'dmsans';
    color: gray;
    font-size: 1.25rem;
    margin-top:-40px;
    /* animation: slide-in 0.5s forwards; */
    font-weight: 300;
}

.demo-form-title{
    font-family:  sans-serif;
    color: black;
    font-size: 1.50rem;
    /* animation: slide-in 0.5s forwards; */
    font-weight: 600;
    margin-top: -25px;
}
.largefuttextwhite{
      color: white;
    font-size: 2rem;
    /* font-family: 'calibri'; */
    font-family: 'dmsans';
    font-weight: 900;
}


.mgmt-atcs-container{
    /* background-color: white; */
        background-color: rgb(31, 31, 31);
    height: 500px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#management {
  position: relative;
  height: 90vh; /* enough scroll space for 2 videos */
  background: #111;
  color: white;
}

.mgmt-atcs-container {
  position: relative;
  height: 100%;
}

.largefuttextwhite {
  position: sticky;
  top: 0px;    /* stays fixed ~32px from top */
  font-size: 2rem;
  z-index: 3;
  margin: 0;           /* remove extra margins */
}

.video-container {
  position: sticky;
  top: 425px; /* lock into the vertical center */
  display: flex;
  justify-content: center;
  transform: translateY(40%); /* start below */
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 1;
}

.video-container.active {
  transform: translateY(-50%);
  opacity: 1;
  z-index: 2; /* ensures the active video covers the previous */
}

.scroll-video {
  width: 60vw;
  max-height: 70vh;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

section#products{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#products .largefuttext{
  margin-bottom: -20px;
  
}

#products .subtitle-desc-text{
  margin-top: 0px;
  margin-bottom:20px;
  position: static;
}

.products-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
}

.products-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px black;
  height: 400px;
  width: 300px;
}

.products-text{
  font-family: 'dmsans';
  font-size: 2rem;
  font-weight: 600;
  width: 300px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

#bookdemo{
    display: flex;
  flex-direction: column; /* stack title + form vertically */
  align-items: center;    /* center horizontally */
  justify-content: center;/* center vertically (if section has extra height) */

}
.demo-form-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
      box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
                0 32px 64px -48px rgba(0,0,0,0.5);
}
.demo-form {
  /* max-width: 800px; */
  width: 790px;
  margin: 0 auto;
  font-family: sans-serif;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.full-width {
  margin-bottom: 20px;
}

label {
  margin-bottom: 6px;
  font-weight: bold;
}

input, textarea {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button[type="submit"] {
  padding: 12px 20px;
  font-size: 1.1rem;
  background-color: #007bff;
  /* background-color:  rgb(144,178,255); */
  border: none;
  color: white;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #0056b3;
}

.submission-message{
  font-family: sans-serif;
  font-size: 1.2rem;
  color: black;
  margin-top: 15px;
  text-align: center;
}


@keyframes slide-in {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 2rem;
  padding: 10px 15px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
  cursor: pointer;
}

.left-btn {
  left: 40px;
}

.right-btn {
  right: 40px;
}

/* 👇 Only show buttons when mouse is close to them */
.carousel-container:hover .carousel-btn {
  opacity: 1;
  pointer-events: auto;
}

@keyframes slide-in-right {
  0% { transform: translateX(100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes slide-out-left {
  0% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(-100%); opacity: 0; }
}

@keyframes slide-in-left {
  0% { transform: translateX(-100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes slide-out-right {
  0% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}


.pricing-container {
    background-color: #f2f2f2;
    height: 500px;
    width: 100%;
    margin-top: 20px;
}

.main-header {
  background-color: white;
  height:50px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid black;
 /* box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.4); */
}

a.def-link {
  display: inline-block;
  line-height: 0;         /* remove extra spacing */
}

.site-footer {
  width: 100%;
  padding: 20px 0;
  background-color: #252525;       /* dark background */
  color: #fff;                  /* white text */
  text-align: center;           /* center content */
  font-family: sans-serif;
  font-size: 0.9rem;
  position: relative;           /* stays at normal flow */
  bottom: 0;                    /* just in case */
  display: grid;
  grid-template-columns: auto auto auto; /* adjust number of columns */
  justify-content: center;                /* center the grid */
  align-items: center;
  gap: 15px;        
}

.site-footer a {
  color: #fff;                  /* white link */
  text-decoration: underline;   /* optional underline */
}

.site-footer img {
  height: 25px;
}

.site-footer a:hover {
  color: #ddd;                  /* subtle hover effect */
}

.site-footer-contact{
    color: #fff; 
    font-family: sans-serif;
    font-size: 0.9rem;
}
/* .showcase-container {
    background-color: white;
    height: 700px;
    width: 100%;
    margin-top: 20px;
} */
/* 
@font-face {
  font-family: 'dmsans';
  src: url('fonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dmsansreg';
  src: url('fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dmsanslight';
  src: url('fonts/DMSans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */

 @font-face {
  font-family: 'dmsans';
  src: url('/fonts/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'dmsans';
  src: url('/fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'dmsans';
  src: url('/fonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@media (min-width: 768px) {
  #pers-svg-mobile {
    display: none !important;
  }
  #pers-outer-mobile-amenity-container { display: none !important; }
  #pers-outer-container-amenity { display: block; }
  .mobile-demo-section { display: none;}
}

@media (max-width: 767px) {
  header {
    width: 100%;
    padding: 0 10px;
    justify-content: space-between; /* logo left, button right */
    margin-top: 10px;
    background: transparent !important;
       box-shadow: none !important;        /* remove shadows if any */
    backdrop-filter: none !important;   /* remove blur effect */
    -webkit-backdrop-filter: none !important; 
        position: relative;  /* header scrolls with page */
    top: auto;           /* reset fixed position */

  }

  .demo-section{
    display: none;
  }
/* 

  header a{
    padding-left: 12px;
  } */

  .mobile-demo-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d7eaff;
  }

  .landing-subtitle{
    text-align: center;
    font-size: 1.2rem;
  }
.landing-button{
  width: 200px;
  font-size: 1.2rem;
}

.inner-circle-section{
  width: 100%;
}

.inner-circle-info-box-info-container{
  width: 100%;
}

.inner-circle-title{
  font-size: 1.4rem;
}
.inner-circle-bg-img{
  display: none;
}
.inner-circle-info-box-info-row{
  margin-left: -20px;
}

.inner-circle-info-box-icon-wrapper{
  /* width: 70px; */
   width: 70px;              /* or % if responsive */
   height: 60px;
}
  .inner-circle-grid{
      grid-template-columns: repeat(1, 1fr); /* 2 equal-width columns */
  grid-template-rows: repeat(4, 1fr);    /* 2 equal-height rows */
  gap: 20px; /* equal gap in both x and y directions */
  margin-bottom: 20px;
      
  }

  .inner-circle-info-box-title{
    font-size: 1.2rem;
    overflow-wrap: break-word; 
  }

    .inner-circle-info-box-text{
    font-size: 1.1rem;
  width: 100%;
      word-wrap: break-word;  
    overflow-wrap: break-word; 
  }

  .inner-circle-grid{
    display: grid;
  }

  .inner-circle-subtitle{
      word-wrap: break-word;  
       overflow-wrap: break-word; 
       text-align: center;
  }

header .header-logo {
    height: 30px; /* desired height */
    width: auto;  /* keep aspect ratio */
    padding-left: 10px; /* optional, space from left edge */
}

  .nav-links {
    display: none; /* hide nav links on mobile */
  }

  .largefuttext {

    /* font-size: 1.15rem; */
        /* font-size: 1.4rem; */
                font-size: 1.25rem;
    width: 100%;          
    text-align: center;
    margin-top: 30px;
        /* margin-bottom: 7px; */
                margin-bottom: 4px;
                padding-left: 10px;
                padding-right: 10px;
                margin-top:0px;
  }

  /* #sticky-header-wrapper .largefuttext{
    margin-top: 30px;
  } */

  .schedule-demo-button {
    width: auto;        /* fit content */
    font-size: 0.9rem;
    padding: 5px 10px;
    height: 20px;
        margin-right: 10px; /* optional, space from left edge */
  }

  .header-logo {
    margin-left: 0;     /* align to left edge */
    height: 25px;       /* smaller logo */
  }



  .background-video-container{
      /* height: 1125px; */
      height: 1050px;
    /* top:-500px; */
        top:-250px;
            padding-top: env(safe-area-inset-top, 0);
    margin-top: calc(-1 * env(safe-area-inset-top, 0));
  }
  .video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;

  /* move video under notch / safe area */
  margin-top: calc(-1 * env(safe-area-inset-top));
  margin-left: calc(-1 * env(safe-area-inset-left));
  margin-right: calc(-1 * env(safe-area-inset-right));
  margin-bottom: calc(-1 * env(safe-area-inset-bottom));
}

.content-overlay{
  margin-bottom: 0px;
  min-height: 0px;
   margin-bottom: 30px;
}
 .wave-dots {
    width: 100%;
    height: 120px; /* controls thickness of the band */
    background-image: 
      radial-gradient(circle, #555 2px, transparent 2px);
    background-size: 40px 30px; /* spacing of dots (x,y) */
    background-repeat: repeat-x; /* repeat horizontally only */
    position: relative;
    margin-top: -30px; /* overlaps slightly with video */
    margin-bottom: 20px; /* space before Personalization */
    display: block;
  }

  /* add a “wave” feeling by skewing rows */
  .wave-dots::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
      radial-gradient(circle, #555 2px, transparent 2px);
    background-size: 40px 30px;
    background-repeat: repeat-x;
    transform: translateY(15px) translateX(20px); /* shift second row */
    opacity: 0.8;
  }
  .wave-dots::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
      radial-gradient(circle, #555 2px, transparent 2px);
    background-size: 40px 30px;
    background-repeat: repeat-x;
    transform: translateY(30px) translateX(10px); /* shift third row */
    opacity: 0.6;
  }

  .inner-circle-section{
    display: flex;
    flex-direction: column;
  }

  /* .inner-circle-title{
    font-family: 'Gill Sans';
    font-size: 1.5rem;
    color:#0061c9;
  } */


  /* #Personalization{
    display: none !important;
  } */
  section#Personalization {
  display: block;
  flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden; /* allow mobile SVG to show fully */
    height: auto;    
  align-items: center;
        background: white !important;   /* resets bg-color + clears gradients */
    background-image: none !important;
    background-size: auto !important;
  z-index: 0;
    margin-bottom: 20px;

}

section#Personalization::after {
  display: none !important;
    content: none;        /* kills the pseudo-element */
  background: none !important;
    width: 0;
  height: 0;
}

section#Personalization{
  display: none;
}
/* .subtitle-desc-text{
  font-size: 0.9rem;
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
     width: 300px;
    text-align: center;
} */


.subtitle-desc-text {
  font-size: 0.9rem;
  width: 100%;         /* fill parent */
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-wrap: break-word;   /* force long words to break */
  word-wrap: break-word;       /* legacy support */
  white-space: normal;         /* ensure wrapping is allowed */
  margin-top: 55px;
    width: 350px;
}

.personalization-inner {
  display: flex;
  flex-direction: column;
  width: 100%;          /* full width of parent */
  max-width: 375px;     /* never wider than 375px */
  padding: 0 10px;      /* inner horizontal padding */
  margin: 0 auto;       /* center container */
  text-align: center;
  box-sizing: border-box; /* include padding in width */
  align-items: center;
}
  /* #sticky-header-wrapper {
    position: sticky;     
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 10px 0;     
  } */

#svg-wrapper-mobile {
  width: 100%;          /* or a fixed width like 375px */
  max-width: 375px;     
  margin-left: auto;
  margin-right: auto;   /* centers it */
  display: block;       /* ensure block-level */
  /* margin-top: 80px; */
    margin-top: 75px;
  position: relative;
 transform: scale(1.1);     
  
}

#svg-wrapper{
  display: none !important;
}

#mobile-amenity-container{
  outline: 2px solid red; 
}

  #pers-svg-mobile {
    width: 100%;      /* fill wrapper width */
    height: auto;
    display: block;
    margin: 0 auto;   /* ensure horizontal center */
  }
  #pers-svg {
    display: none;
  }
  #pers-svg-mobile {
    display: block;
  }
  #pers-outer-container-amenity { display: none; }
  #pers-outer-mobile-amenity-container { display: block; }

  /* #mobile-amenity-container img{
    width: 310px;
    height: auto;
  } */
  
#pers-outer-mobile-amenity-container {
  position: absolute;  
  /* top: 20%;              */
  pointer-events: none; /* lets clicks pass through if needed */
  top:465px;
  left:20px;
    background: transparent !important;
}

  #mobile-container-amenity{
    border-radius: 15px;
    width: 310px;
    height:210px;
    /* height: 280px; */
    overflow: hidden; /* hide anything outside the container */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
      background: transparent !important;
    /* background-color: #0056b3; */

}

  #mobile-container-amenity img {
    max-height: 100%;
    object-fit: cover; /* scale and crop image to fill container */
}

#mobile-text-amenity{
  font-family: sans-serif;
  font-size: 0.9rem;
  margin-top: 8px;
  word-wrap: break-word; /* break long words if needed */
  white-space: normal;   /* allow line breaks */
  background: transparent !important;
}

.pers-text-wrapper {
      width: 310px;        /* container width for wrapping text */
}

  #mobile-amenity-container{
    width: 310px;
    height: auto;
  }

  .site-footer {
    height: auto;  
     padding: 10px 0;
     padding-bottom: 10px;  
  }

 /* Stack the form vertically and shrink width */
  #Bookdemo {
        margin-top: 60px;
    padding: 0 10px;       /* small padding on sides */
  }

  .demo-form-box {
    width: 100%;           /* fill screen */
    padding: 20px;         /* reduce padding */
    margin-bottom: 50px;   /* reduce bottom margin */
    box-sizing: border-box; /* ensure padding included */
  }

  .demo-form {
    width: 100%;           /* fill container */
    margin: 0;
  }

  .form-row {
    flex-direction: column; /* stack inputs vertically */
    gap: 10px;              /* smaller spacing */
    margin-bottom: 15px;
  }

  .form-group {
    flex: 1 1 100%;        /* full width */
    min-width: 0;          /* avoid overflow */
  }

  .full-width {
    flex: 1 1 100%;        /* ensure full-width fields stay full */
  }

  input, textarea {
    width: 100%;           /* fill parent */
    box-sizing: border-box; /* include padding in width */
  }

  button[type="submit"] {
    width: 100%;           /* full-width button */
  }
  

  .book-largefuttext{
    margin-top: -50px;
  }
  .chatbot-placeholder{
    width: calc(100% - 20px);  /* 10px padding each side */
    max-width: 435px;   
    height: auto;
        aspect-ratio: 435 / 740; 
  }
  section#bookdemo{
    margin-top: 100px;
  }
  
}