.vto-wallclock-section {
  background: url('../img/vto-wall-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.vto-banner-section .video-box video {
    top: -15px;
}


.vto-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* CARD */

.vto-image {
  position: relative;
  padding-top: calc(500/400*100%);
  border-radius: 35px;
}

.vto-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 35px;
}



/* CONTENT */
.vto-content {
  padding-block: 20px;
  text-align: center;
}

.vto-content .title {
  color: var(--lightblack);
  font-size: var(--font20);
  font-weight: 400;
  line-height: normal;

}

.vto-content .title .after-span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.vto-content .title .after-span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 0;
  border-bottom: 1px solid var(--lightblack);
  margin: auto;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}


.vto-content p {
  color: var(--lightblack);
  font-size: var(--font16);
  font-weight: 400;
  line-height: normal;
}


.border-line-wall {
  position: relative;
}

.border-line-wall::before {
  content: '';
  width: 1px;
  height: 100%;
  background: var(--lightblack);
  display: block;
  margin: auto;
}


/* wall-vislize-section */

.wall-vislize-section {
  position: relative;
  margin-top: -50px;
}

.grid-wrapper,
.built-card {
  display: grid;
}



/* Make both overlap */
.grid-wrapper>div,
.built-card div {
  grid-area: 1 / 1;
}

/* Image styling */
.wall-vislize-section .grid-wrapper .image img {
  width: 100%;
  /* height: 500px; */
  object-fit: cover;
}

/* Overlay content */
.wall-vislize-section .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.wall-vislize-section .inner-content {
  max-width: 576px;
  align-self: flex-start;
}

.wall-vislize-section .inner-content .desc {
  font-size: 18px;
  line-height: normal;
}

.wall-vislize-section .inner-content .text {
  font-size: var(--font24);
  line-height: normal;
}

.wall-vislize-section .inner-content .vto-common-heading-box .heading .after-span::after {
  left: 0;
  transform: none;
}

/* .room-slider-sec */
.room-slider-sec .built-card {
  align-items: flex-end;
}

.room-slider-sec .built-card .caption {
  z-index: 2;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, rgba(127, 125, 125, 0.90) 0%, rgba(212, 212, 212, 0.90) 100%);
  padding: 20px;
}

.room-slider-sec .built-card .image {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.room-slider-sec .built-card .image img{
    width: 100%;
    height: 100%;
}

.room-slider-sec .built-card .caption p {
  text-align: center;
  font-size: var(--font20);
  line-height: normal;
  margin-bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid var(--lightblack);
}

.room-slider-sec .wallBuiltSlider {
  padding-bottom: 50px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--lightblack);
  border: 2px solid var(--lightblack);
}

.built-explore-btn .blue-btn {
  max-width: 500px;
}


/* .wall-feature-section  */

.wall-feature-section .feature-box {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: auto;
  justify-content: center;
}

/* .wall-feature-section .feature-list .feature-box .video-image-box {
    margin-inline: 0 -5%;
} */
.wall-feature-section .feature-box .video-image-box {
  flex: 0 0 25%;
  max-width: 25%;
  /* margin-left: -5%; */
  z-index: 1;
  position: relative;
}


.wall-feature-section .feature-box .feature-content-box {
  border-top-right-radius: 43px;
  border-bottom-right-radius: 43px;
  box-shadow: 10px 14px 24px 0 rgba(0, 0, 0, 0.10);
  background: linear-gradient(90deg, #DCDCDC 0%, #FFFEFE 100%);
  flex: 0 0 70%;
  /* padding-inline: 7% 5%; */
  padding: 5%;
}

/* Hide all content panels by default */
.tab-content-panel {
  display: none;
}

/* Reveal only the panel containing the active flag selector */
.tab-content-panel.active {
  display: block;
}


.wall-feature-section .feature-list .feature-box:nth-child(even) .feature-content-box {
  border-radius: 43px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* .wall-feature-section .feature-list .feature-box:nth-child(even) .video-image-box
 {
    margin-inline: -5% 0;
} */

.wall-feature-section .feature-list .feature-box .feature-content-box .title {
  font-size: var(--font24);
  line-height: 30px;
}

.wall-feature-section .feature-box .feature-content-box .title {
  color: var(--lightblack);
  font-size: var(--font26);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}

.wall-feature-section .feature-box .feature-content-box p {
  margin-bottom: 5px;
}

.wall-feature-section .feature-box .feature-content-box li,
.wall-feature-section .feature-box .feature-content-box p {
  color: var(--lightblack);
  font-size: var(--font14);
  line-height: 18px;
  letter-spacing: 0;
}

.wall-feature-section .feature-box .video-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wall-feature-section .feature-box:nth-child(even) {
  flex-direction: row-reverse;
}


.wall-feature-section .feature-tabs {
  display: inline-flex;
  background: #F0ECEC;
  border-radius: 20px;
}

.wall-feature-section .tab-btn {
  padding: 16px 40px;
  border: none;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  border-radius: 20px 0 0 20px;
}

.wall-feature-section .tab-btn:last-child {
  border-radius: 0 20px 20px 0;
}

.wall-feature-section .tab-btn.active {
  background: var(--lightblack);
  color: var(--white);
}



/* why vto  wall watch */
/* STICKY CONTAINER SETUP */
/* Outer layout container box provides the height runway for page scroll ticks */
.vto-scroll-container {
  position: relative;
  width: 100%;
}

/* FIXED: Sticky container captures full view context and stays fixed during scroll */
.vto-scroll-container .sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}

.vto-scroll-container .why-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  gap: 20px;
}

.vto-scroll-container .why-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  /* margin-top: 20px; */
}

/* ALL ELEMENTS SHOW TOGETHER - Accordion reveals dynamically */
.vto-scroll-container .why-item {
  background: rgba(28, 31, 38, 0.09);
  /* Softened slightly for layered states */
  /* border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; */
  border-radius: 12px;
  padding: 20px 25px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.4s ease, background-color 0.4s ease;
}


.vto-scroll-container .why-title {
  font-weight: 400;
  font-size: var(--font18);
  line-height: 24px;
  text-transform: uppercase;
}

/* ACCORDION TRIGGERED ONLY ON SCROLL */
.vto-scroll-container .why-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), margin-top 0.4s ease;
}

.vto-scroll-container .why-item.active .why-accordion {
  max-height: 150px;
  margin-top: 12px;
}

.vto-scroll-container .why-accordion p {
  color: var(--lightblack);
  font-size: var(--font14);
  line-height: 20px;
  margin: 0;
}

.vto-scroll-container .why-accordion img {
  display: none;
}

/* RIGHT IMAGE PANEL */
.vto-scroll-container .why-right {
  height: max-content; 
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding-top: calc(400/400*100%);
}

.vto-scroll-container #whyImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

/* ================= MOBILE VIEWPORTS ================= */
@media (max-width: 768px) {

  .vto-scroll-container {
    height: auto !important;
  }

 .vto-scroll-container .sticky-section {
    position: relative;
    height: auto;
    padding: 0;
    display: block;
    top: 0;
  }

 .vto-scroll-container .why-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vto-scroll-container .why-right {
    display: none;
  }

  .vto-scroll-container .why-item {
    opacity: 1;
    padding: 20px;
    border-radius: 20px;
  }



  

.vto-scroll-container  .why-accordion {
    max-height: 0;
    margin-top: 0;
    transition: max-height 0.4s ease, margin-top 0.4s ease;
  }

 .vto-scroll-container  .why-item.active .why-accordion {
    max-height: 1200px;
    margin-top: 15px;
  }

 .vto-scroll-container  .why-item.active .why-accordion img {
    display: block;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
  }
.vto-scroll-container .why-title{
  font-size: var(--font16);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
    gap: 10px;
}
  .vto-scroll-container .why-item  .why-title::after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 7'%3E%3Cpath fill='%23000' d='M8 6.5a.47.47 0 0 1-.35-.15l-4.5-4.5c-.2-.2-.2-.51 0-.71s.51-.2.71 0l4.15 4.15l4.14-4.14c.2-.2.51-.2.71 0s.2.51 0 .71l-4.5 4.5c-.1.1-.23.15-.35.15Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
  }
    .vto-scroll-container .why-item.active  .why-title::after{
      transform: rotate(180deg);
    }

  .wall-feature-section .feature-list .feature-box .feature-content-box .title {
    font-size: var(--font14);
    line-height: normal;
    letter-spacing: 0.78px;
  }

  .wall-feature-section .feature-list .feature-box:not(:last-child) {
    margin-bottom: 50px;
  }

  .wall-feature-section .feature-box .feature-content-box li,
  .wall-feature-section .feature-box .feature-content-box p {
    font-size: 12px;
    line-height: 15px;
  }

  .wall-feature-section .tab-btn {
    padding: 12px 20px;
  }
.wall-vislize-section{
  margin-top: 0;
}

.vto-banner-section .video-box video{
  top: -24px;
}
.vto-banner-section{
  height: 90vh;
}

.room-slider-sec .built-card .caption p{
  font-size: var(--font16);
  line-height: 20px;
}
.room-slider-sec .built-card .caption{
  padding: 12px 20px;
}

.vto-scroll-container .why-left{
  margin-top: 0;
}


.wall-vislize-section .grid-wrapper .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 65%;
}

.wall-vislize-section .inner-content .text{
  font-size: var(--font16);
  line-height: 20px;
}
.wall-vislize-section .inner-content .desc{
  font-size: var(--font14);
  line-height: 18px;
}
.wall-vislize-section .content{
  padding: 16px;
}
}


