.vto-image img,
.vto-scroll-container #whyImage {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.bdrrght{    border-right: 2px solid #ffff;}
.vto-banner-section .video-box video {
    top: -15px;
}
.vto-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vto-image {
    position: relative;
    padding-top: calc(500 / 400 * 100%);
    border-radius: 35px;
}
.vto-image img {
    width: 100%;
    border-radius: 35px;
}
.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-top {
    position: relative;
    margin-top: -50px;
}
.built-card,
.grid-wrapper {
    display: grid;
}
.built-card div,
.grid-wrapper > div {
    grid-area: 1/1;
}
.wall-vislize-section-top .grid-wrapper .image img {
    width: 100%;
    object-fit: cover;
}
.wall-vislize-section-top .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px 40px 40px;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.wall-vislize-section-top .inner-content {
    max-width: 800px;
	text-align:center;
    /*align-self: flex-start;*/
}
.wall-vislize-section-top .inner-content .desc {
    font-size: 18px;
    line-height: normal;
}
.wall-vislize-section-top .inner-content .text {
    font-size: var(--font24);
    line-height: normal;
	font-weight: 500;
}
.wall-vislize-section-top .inner-content .vto-common-heading-box .heading .after-span::after {
    left: 50%;
    transform: none;
}

.tags ul{display:flex;     gap: 10px;
    align-items: baseline;}
.tags ul li { list-style:none;display:inline-block;     margin-top: 5px;}
.tags .badge-border{border:1px solid #1C1F26; color:#000;     padding: 10px 20px;
    font-size: 14px;}
.badge-border .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.whywall-clock-box {
    border-radius: 10px;
    border: 1px solid #1C1F26;
    /* display: flex; */
    /* gap: 20px; */
    align-items: center;
	text-align:center;
    padding: 15px 30px;
    height: 100%;
	
}

.room-slider-sec .built-card {
    align-items: flex-end;
    height: 100%;
}
.room-slider-sec .built-card .caption {
    z-index: 2;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, rgba(127, 125, 125, 0.9) 0, rgba(212, 212, 212, 0.9) 100%);
    padding: 20px;
}
.room-slider-sec .built-card .image {
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
}
.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;
}
.room-slider-sec .wallBuiltSlider .swiper-slide {
    height: auto;
}
.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 .feature-box {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: auto;
    justify-content: center;
}
.wall-feature-section .feature-box .video-image-box {
    flex: 0 0 25%;
    max-width: 25%;
    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.1);
    background: linear-gradient(90deg, #dcdcdc 0, #fffefe 100%);
    flex: 0 0 70%;
    padding: 5%;
}
.tab-content-panel,
.vto-scroll-container .why-accordion img {
    display: none;
}
.tab-content-panel.active {
    display: block;
}
.wall-feature-section .feature-list .feature-box:nth-child(2n) .feature-content-box {
    border-radius: 43px 0 0 43px;
}
.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(2n) {
    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: 0 0;
    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);
}
.vto-scroll-container {
    position: relative;
    width: 100%;
}
.vto-scroll-container .sticky-section {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    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%;
}
.vto-scroll-container .why-item {
    background: rgba(28, 31, 38, 0.09);
    border-radius: 12px;
    padding: 20px 25px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    transition:
        opacity 0.4s,
        background-color 0.4s;
}
.vto-scroll-container .why-title {
    font-weight: 400;
    font-size: var(--font18);
    line-height: 24px;
    text-transform: uppercase;
}
.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;
}
.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-right {
    height: max-content;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding-top: calc(400 / 400 * 100%);
}
.vto-scroll-container #whyImage {
    width: 100%;
    opacity: 1;
    transition: 0.5s ease-in-out;
}
.wall-vislize-section {
    position: relative;
    margin-top: -50px;
}
.built-card,
.grid-wrapper {
    display: grid;
}
.built-card div,
.grid-wrapper > div {
    grid-area: 1/1;
}
.wall-vislize-section .grid-wrapper .image img {
    width: 100%;
    object-fit: cover;
}
.wall-vislize-section .content {
    display: flex;
   /* flex-direction: column;
    justify-content: flex-start;justify-content: center;*/
    padding: 100px 40px 40px;
    color: #fff;
    align-items: center;
    
}
.wall-vislize-section .inner-content {
    max-width: 576px;
    /*align-self: flex-start;*/
	text-align:center;
}
.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: 50%;
    transform: none;
}

/* clock size video */

.right-clock-size-video .video-box{
position: relative;
/* padding-top: calc(450/1000*100%); */
max-width: 1050px;
margin: auto;
}
.right-clock-size-video .video-box video{
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    display: block;
    /* position: absolute;
    top: 0;
    left: 0; */
    border-radius: 10px;
}

.right-clock-size-video {
    background: url("../img/vto-wall-bg.jpg") 0 0 / cover no-repeat;
}

/* wall clock size video */
.right-clock-size-video .size-video-text-box .size-text {
    font-size: clamp(1.5rem, 3vw, 3rem);
    line-height: clamp(2rem, 4vw, 5rem);   
    font-weight: 700;
    color: #fff;    
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);   
    text-align: center;
    max-width: 1000px;
    width: 100%;
  /* 🔥 REAL cinematic shadow */
    text-shadow:
        0 2px 4px rgba(0,0,0,0.6),
        0 6px 20px rgba(0,0,0,0.5),
        0 0 12px rgba(255,255,255,0.35);

    /* 🔥 makes text sharper like image */
    -webkit-text-stroke: 0.5px rgba(255,255,255,0.3);
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 2;
}
.right-clock-size-video .size-video-text-box .size-text1 .text-one-heading{
    font-size: clamp(1.3rem, 3vw, 3rem);
    line-height: clamp(1.5rem, 4vw, 5rem);   
}
.right-clock-size-video .size-video-text-box .size-text1{
    bottom: 5%;       
}

.right-clock-size-video{
    position: relative;     
}

.right-clock-size-video .size-video-text-box .size-text.show {
    opacity: 1
}

@media (max-width: 768px) {
    .right-clock-size-video .video-box{
        height: auto;
    }

    .right-clock-size-video .video-box{
        width: 100%;
    }
    .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,
            margin-top 0.4s;
    }
    .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: 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;
    }
    .room-slider-sec .built-card .caption,
    .wall-feature-section .tab-btn {
        padding: 12px 20px;
    }
    .vto-scroll-container .why-left,
    .wall-vislize-section, .wall-vislize-section-top {
        margin-top: 0;
    }
    .vto-banner-section .video-box video {
        top: -24px;
    }
    .vto-banner-section {
        height: 90vh;
    }
.tags ul{flex-direction: column;}
.bdrrght {
    border-bottom: 2px solid #ffff;
}
    .room-slider-sec .built-card .caption p,
    .wall-vislize-section .inner-content .text {
        font-size: var(--font16);
        line-height: 20px;
    }
	 .wall-vislize-section-top .inner-content .text {
        font-size: var(--font16);
        line-height: 20px;
    }
    .wall-vislize-section .grid-wrapper .image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: 60%;
    }
	.wall-vislize-section-top .grid-wrapper .image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: 40%;
    }
    .wall-vislize-section .inner-content .desc {
        font-size: var(--font14);
        line-height: 18px;
    }
    .wall-vislize-section .content {
        /* padding: 16px; 
		padding:90px 85px 20px 15px;*/
		    padding: 20px 40px 40px;
		align-items: flex-start;
    }
	.wall-vislize-section-top .inner-content .desc {
        font-size: var(--font14);
        line-height: 18px;
    }
    .wall-vislize-section-top .content {
        padding: 16px;
    }
}
