 .frameDoorWrapper {
     /* top: 152px; */
     width: auto;
     height: 403px;
     margin: 81px auto;
     /* perspective: 1200px; */
     position: relative;
 }

 .doorDesignFlex img {
     width: 50px;
 }
  
 .fullBreedte button {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
input[type="number"], input[type="text"] {
  font-size: 16px !important; /* iPhone zoom prevent */
}
.fullBreedte button span {
    width: 100%;
}
p.install-subtitle {
    color: white !important;
}
a.GobackHome {
    background: #eea526;
    border: none;
    color: #000000;
    font-size: 16px;
    padding: 12px 22px;
    border-radius: 200px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    text-decoration: none !important;
    z-index: 999999;
    top: 70px;
    left: 20px;
}
.fullBreedte button input {
    width: 50% !important;
}

 img.bottomcircleimages {
     border-radius: 500px;
 }

 .doorDesignFlex.ButtonFlex textarea {
     text-align: left;
     outline: none;
     height: 150px;
     margin-bottom: 15px;
     width: 100%;
     padding: 14px;
     font-size: 20px;
 }

 button.buttonBox input {
     background: white;
     margin-top: 10px;
     padding: 9px 4px;
     border: solid 1px gray;
     border-radius: 5px;
 }

 .main-row {
     position: fixed;
     display: flex;
     width: 100vw;
     height: 100vh;
 }

 .door2Optional {
     display: none;
 }

 .doorInnerCornerLeftDesigns {
     display: none;
 }

 .mainleft {
     width: 30%;
     overflow: scroll;
     padding: 17px;
     background: #eea5268a !important;
     height: 100vh;
     position: relative;
 }

 .mainright {
     z-index: -1;
     overflow: hidden;
     width: 70%;
     display: flex;
     justify-content: end;
 }

 .frameDoor {
     padding: 0px;
     border-radius: 3px;
     border-bottom: 0px !important;
     border: solid 6px black;
     /* width: 100%; */
     height: 441px;
     display: flex;
     transform-style: preserve-3d;
     transition: transform 0.1s;

 }

 .plant-flower.painting {
     display: flex;
     width: 100%;
     /* left: -60px; */
     bottom: 57px;
     justify-content: end;
 }

 .plant-flower.painting img {
     width: 232px;
 }

 span.glassCircle {
     width: 500px;
     height: 500px;
     background: rgba(200, 200, 200, 0.2);

     position: absolute;
     border-bottom-right-radius: 181px;
     right: 23px;
     top: -92px;
 }

 .door {
     overflow: hidden;
     border-radius: 3px;
     position: relative;
     z-index: 999;
     /* backdrop-filter: blur(1px);  */
     border: solid 6px;
     border-color: rgb(4, 5, 7);
     background-color: rgba(255, 255, 255, 0.1);
     backdrop-filter: blur(1px);
     width: 100%;
     height: 429px;
     transition: transform 0.5s ease-in-out;
 }

 .door1 {
     /* margin-left: 0.5px;
     margin-right: 1px; */
     transform-style: preserve-3d;
     transform-origin: left center;
 }

 .door2 {
     /* margin-right: 0.5px;
     margin-left: 1px; */
     transform-style: preserve-3d;
     transform-origin: right center;
 }

 @keyframes leftDoorLoop {
     0% {
         transform: perspective(1200px) rotateY(0deg);
     }

     50% {
         transform: perspective(1200px) rotateY(-60deg);
     }

     100% {
         transform: perspective(1200px) rotateY(0deg);
     }
 }

 @keyframes rightDoorLoop {
     0% {
         transform: perspective(1200px) rotateY(0deg);
     }

     50% {
         transform: perspective(1200px) rotateY(60deg);
     }

     100% {
         transform: perspective(1200px) rotateY(0deg);
     }
 }

 .doorOpen1 {
     animation: leftDoorLoop 5s infinite ease-in-out;
 }

 .doorOpen2 {
     animation: rightDoorLoop 5s infinite ease-in-out;
 }


 /*  */

 @keyframes leftDoorLoop3 {
     0% {
         transform: perspective(1200px) rotateY(0deg);
     }

     25% {
         margin-left: 5px;
         transform: perspective(1200px) rotateY(-60deg);
     }

     50% {
         transform: perspective(1200px) rotateY(0deg);
     }

     75% {
         margin-left: 5px;
         transform: perspective(1200px) rotateY(60deg);
     }

     100% {
         transform: perspective(1200px) rotateY(0deg);
     }
 }

 @keyframes rightDoorLoop3 {
     0% {
         transform: perspective(1200px) rotateY(0deg);
     }

     25% {
         margin-right: 5px;
         transform: perspective(1200px) rotateY(60deg);
     }

     50% {
         transform: perspective(1200px) rotateY(0deg);
     }

     75% {
         margin-right: 5px;
         transform: perspective(1200px) rotateY(-60deg);
     }

     100% {
         transform: perspective(1200px) rotateY(0deg);
     }
 }

 .doorOpen1Evt3 {
     animation: leftDoorLoop3 5s infinite ease-in-out;
 }

 .doorOpen2Evt3 {
     animation: rightDoorLoop3 5s infinite ease-in-out;
 }


 /*  */

 @keyframes doorLeftMove {
     0% {
         left: 0;
     }

     50% {
         left: -195px;
     }

     100% {
         left: 0;
     }
 }

 @keyframes doorRightMove {
     0% {
         right: 0;
     }

     50% {
         right: -195px;
     }

     100% {
         right: 0;
     }
 }

 .doorOpen1Evt2 {
     position: relative;
     animation: doorLeftMove 5s infinite ease-in-out;
 }

 .SliderDoorBar {
     position: absolute;
     background: black;
 }

 .doorOpen2Evt2 {
     position: relative;
     animation: doorRightMove 5s infinite ease-in-out;
 }


 .click {
     display: block;
     margin: 30px auto;
     padding: 10px 20px;
     font-size: 16px;
     cursor: pointer;
 }

 .col2.col {
     z-index: 999;
     width: auto;
 }

 .door.door1.design1::after {
     background: black;
     content: '';
     width: 100%;
     height: 10px;
     position: absolute;
     top: 160px;
 }

 span.doorinner11::after {
     background: black;
     content: '';
     width: 100%;
     height: 10px;
     position: absolute;
     top: 304px;
 }

 .door.door0 {
     z-index: 99;
 }

 .door.door2.design2::after {
     background: black;
     content: '';
     width: 100%;
     height: 10px;
     position: absolute;
     top: 160px;
 }

 span.doorinner22::after {
     background: black;
     content: '';
     width: 100%;
     height: 10px;
     position: absolute;
     top: 304px;
 }

 .main-container {
     position: relative;
     height: 650px;
 }

 .buttom-row {
     background: #e1e1e1;
     bottom: 0;
     width: 100%;
     height: 50px;
     position: absolute;
 }

 span.HeadlineBrand {
     border-bottom: solid 1px #8080805e;
     text-align: center;
     background: #dfd3c5;
     width: 100%;
     height: 310px;
     position: absolute;
 }

 span.HeadlineBrand img {
    margin-top: 69px;
    width: 60%;
    height: 38%;
}

 #scene {
     transform: perspective(600px) rotateX(-1deg) rotateY(0deg);
     animation: tiltLR 4s ease-in-out infinite alternate;
 }

 /* Keyframes for left-right tilt */


 #scene {
     right: -135px;
     position: absolute;
     width: 129%;
     height: 111%;
     transform-style: preserve-3d;
     transition: transform 0.1s linear;
     display: flex;
     justify-content: center;
     align-items: center;
     /* color: #fff; */
     font-size: 24px;
     font-family: sans-serif;
 }



 .mega-container {
     perspective: 1000px;
     background-image: url("bottombackground.jpeg");
     background-size: contain;
     /* background-repeat: no-repeat; */
     width: 100%;
     height: 115vh;
     position: relative;
     cursor: grab;
 }

 .megato-container {
     width: 100%;
 }

 .mainright {
     position: relative;
 }


 .redBar {
     z-index: -1;
     top: 306px;
     background: #e1e1e1;
     width: 100%;
     height: 29px;
     position: absolute;
 }

 span.HeadlineBrand.sofa img {
     opacity: 0.9;
     width: 400px;
     height: 200px;
 }

 span.HeadlineBrand.sofa {
     padding-top: 27px;
     top: 65px;
     background: unset;
 }

 .row {
     height: 485px;
     display: flex;
     justify-content: space-between;
 }

 .col {
     position: relative;
     width: 100%;
 }

 .col1 {
     background: linear-gradient(180deg, #ffffff 0%, #f6f2ee 40%, #dcd0c1 100%);
     width: 100%;
 }

 .col3 {
     z-index: 998;
     background: linear-gradient(180deg, #ffffff 0%, #f6f2ee 40%, #dcd0c1 100%);
     width: 100%;
 }

 body {
    font-family: "Poppins", Sans-serif !important;
     margin: 0px;
 }

 .plant-flower {
     bottom: -83px;
     position: absolute;
 }

 .plant-flower img {
     width: 267px;
     height: auto;
 }

 .topcolorgreen {
     margin-top: -92px;
     background: linear-gradient(180deg, #ffffff 0%, #f6f2ee 40%, #dcd0c1 100%);
     width: 100%;
     height: 273px;
     position: absolute;
 }

 .redcolbar {
     box-shadow: 2px 12px 4px 12px #80808080;
     border-top: solid 1px #8080805e;
     background: #e1e1e1;
     position: absolute;
     width: 100%;
     height: 44px;
     bottom: -43px;
 }

 /* ////////////////// */

 .Doorinnerdesign1 {
     height: 100%;
     width: 100%;

 }

 .Doorinnerdesign1 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 34%;
 }


 .Doorinnerdesign1 .Two {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 67%;
 }


 .Doorinnerdesign2 {
     height: 100%;
     width: 100%;

 }


 .Doorinnerdesign2 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 25%;
 }


 .Doorinnerdesign2 .Two {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 50%;
 }

 .Doorinnerdesign2 .three {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 75%;
 }

 /*  */

 .Doorinnerdesign3 {
     height: 100%;
     width: 100%;

 }

 .Doorinnerdesign3 .Two {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 280px;
 }

 .Doorinnerdesign3 .one {
     width: 6px;
     height: 100%;
     background: black;
     position: absolute;
     /* top: 79px; */
     right: 41px;
 }

 /*  */

 .Doorinnerdesign4 {
     height: 100%;
     width: 100%;

 }

 .Doorinnerdesign4 .one {
    width: 100%;
    height: 6px;
    background: black;
    position: absolute;
    top: 241px;
}

.Doorinnerdesign4 .Two {
    width: 100%;
    height: 6px;
    background: black;
    position: absolute;
    top: 305px;
}

 /*  */

 .Doorinnerdesign5 {
     height: 100%;
     width: 100%;

 }

 .Doorinnerdesign5 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 20%;
 }

 .Doorinnerdesign5 .Two {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 78%;
 }

 /*  */

 .Doorinnerdesign6 {
     height: 100%;
     width: 100%;

 }


 .Doorinnerdesign6 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 241px;
 }

 .Doorinnerdesign6 .Two {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 318px;
 }

 .Doorinnerdesign6 .three {
     width: 6px;
     height: 100%;
     background: black;
     position: absolute;
     /* top: 200px; */
     right: 45px;
 }

 /* ///
 */

 .Doorinnerdesign7 {
     height: 100%;
     width: 100%;

 }

 .Doorinnerdesign7 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 69%;
 }

 /* //// */

 .Doorinnerdesign9 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign17 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign18 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign19 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign20 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign11 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign11 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 49%;
 }

 .Doorinnerdesign11 .Two {
     left: 48%;
     width: 6px;
     height: 100%;
     background: black;
     position: absolute;
     top: 0px;
     right: 0;
 }

 .Doorinnerdesign12 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign12 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 32%;
 }

 .Doorinnerdesign12 .Three {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 68%;
 }

 .Doorinnerdesign12 .Two {
     left: 46%;
     width: 6px;
     height: 100%;
     background: black;
     position: absolute;
     top: 0px;
     right: 0;
 }

 .Doorinnerdesign14 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign14 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 9%;
 }

 .Doorinnerdesign14 .Three {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 90%;
 }

 .Doorinnerdesign14 .Two {
     left: 73%;
     width: 6px;
     height: 100%;
     background: black;
     position: absolute;
     top: 0px;
     right: 0;
 }

 .Doorinnerdesign16 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

.Doorinnerdesign16 .one {
    left: 49%;
    width: 6px;
    height: 51px;
    background: black;
    position: absolute;
    top: 0px;
    right: 0;
}
.Doorinnerdesign16 .Two {
    left: 49%;
    width: 6px;
    height: 55px;
    background: black;
    position: absolute;
    top: 380px;
    right: 0;
}
.Doorinnerdesign16 .Three {
    background: unset !important;
    border-radius: 0;
    right: 0px;
    width: 61%;
    height: 324px;
    position: absolute;
    border: solid 6px;
    left: 17%;
    top: 47px;
    bottom: 0;
}


 .Doorinnerdesign15 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

.Doorinnerdesign15 .one {
    width: 100%;
    height: 6px;
    background: black;
    position: absolute;
    top: 242px;
}
.Doorinnerdesign15 .Two {
    left: 75%;
    width: 6px;
    height: 248px;
    background: black;
    position: absolute;
    top: 0px;
    right: 0;
}
.Doorinnerdesign15 .Three {
    width: 100%;
    height: 6px;
    background: black;
    position: absolute;
    top: 318px;
}
.Doorinnerdesign15 .Four {
    left: 75%;
    width: 6px;
    height: 108px;
    background: black;
    position: absolute;
    bottom: 0px;
    right: 0;
}

 .Doorinnerdesign13 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign13 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 20%;
 }

 .Doorinnerdesign13 .Three {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 49%;
 }

 .Doorinnerdesign13 .Four {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 77%;
 }

 .Doorinnerdesign13 .Two {
     left: 46%;
     width: 6px;
     height: 100%;
     background: black;
     position: absolute;
     top: 0px;
     right: 0;
 }

 .Doorinnerdesign10 {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: relative;
     /* yeh jaruri hai */
 }

 .Doorinnerdesign10 .one {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 17%;
 }

 .Doorinnerdesign10 .Two {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 39%;
 }

 .Doorinnerdesign10 .Three {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 60%;
 }

 .Doorinnerdesign10 .Four {
     width: 100%;
     height: 6px;
     background: black;
     position: absolute;
     top: 82%;
 }

 
.Doorinnerdesign17 .one {
    left: 13%;
    width: 6px;
    height: 100%;
    background: black;
    position: absolute;
    top: 0px;
    right: 0;
}
.Doorinnerdesign17 .Two {
    background: unset !important;
    z-index: 99;
    width: 314px;
    height: 122%;
    position: absolute;
    bottom: -148px;
    left: 14%;
    border: solid 6px;
    border-radius: 152px;
}
.Doorinnerdesign17 .Three {
    width: 100%;
    height: 6px;
    background: black;
    position: absolute;
    top: 42px;
}


 /* /////////////////// */
.Doorinnerdesign18 .one {
    left: 75%;
    width: 6px;
    height: 100%;
    background: black;
    position: absolute;
    top: 0px;
    right: 0;
}

.Doorinnerdesign18 .Two {
    z-index: 99;
    background: unset !important;
    width: 152%;
    height: 122%;
    position: absolute;
    bottom: -130px;
    right: -111%;
    border: solid 6px;
    border-radius: 56px;
}

 .door2Optional div {
     transform: scaleX(-1);
 }

 .doorLock1 {
     background: black;
     width: 19px;
     position: absolute;
     height: 74px;
     top: 165px;
     right: -11px;
     border-radius: 1000px;
 }

 .doorLock2 {
     background: black;
     width: 19px;
     position: absolute;
     height: 74px;
     top: 165px;
     left: -11px;
     border-radius: 1000px;
 }

 /* /////// */
 .doorInnerCornerRightDesigns div {
     transform: scaleX(-1);
 }

 .doorInnerCornerRightDesigns {
     display: none;
 }

 .Doorinnerdesign20 .one {
     left: 75%;
     width: 6px;
     height: 100%;
     background: black;
     position: absolute;
     top: 0px;
     right: 0;
 }

.Doorinnerdesign20 .Two {
    background: unset !important;
    z-index: 99;
    width: 200%;
    height: 87%;
    position: absolute;
    bottom: 19px;
    right: -112%;
    border: solid 6px;
    border-radius: 90000px;
}

 .Doorinnerdesign19 .Two {
     background: unset !important;
     z-index: 99;
    width: 200%;
    height: 87%;
     position: absolute;
     bottom: 19px;
         right: -112%;
     border: solid 6px;
     border-radius: 90000px;
 }

 .Doorinnerdesign20 .Two {
     background: unset !important;
     z-index: 99;
     width: 379px;
     height: 379px;
     position: absolute;
     bottom: 19px;
     right: -201px;
     border: solid 6px;
     border-radius: 90000px;
 }


 .Doorinnerdesign9 .one {
     z-index: 99;
     width: 152%;
     height: 122%;
     position: absolute;
     top: 65px;
     left: -133px;
     border: solid 7px;
     border-radius: 2000px;
 }

 .Doorinnerdesign9 .Two {
     z-index: 99;
     width: 152%;
     height: 122%;
     position: absolute;
     bottom: 65px;
     right: -133px;
     border: solid 7px;
     border-radius: 2000px;
 }

 .boxContainer {
     color: white !important;
     padding: 30px !important;
     background: linear-gradient(135deg, #2c2c2c, #444, #2c2c2c);
     border-radius: 20px;
     margin-bottom: 15px !important;
     box-shadow:
         0 4px 15px rgba(0, 0, 0, 0.7),
         0 0 30px rgba(238, 165, 38, 0.3);
     /* golden glow */
     position: relative;
     overflow: hidden;
     /* isolation: isolate; */
     /* ensures ::before doesn't affect other elements */
 }

 .boxContainer::before {
     content: '';
     position: absolute;
     top: -100%;
     left: -100%;
     width: 200%;
     height: 200%;
     background: linear-gradient(120deg,
             rgba(255, 255, 255, 0.2) 0%,
             rgba(255, 255, 255, 0.05) 50%,
             rgba(255, 255, 255, 0) 100%);
     transform: rotate(15deg);
     animation: shineMove 3s linear infinite;
     pointer-events: none;
     z-index: 1;
 }

 @keyframes shineMove {
     0% {
         transform: translate(-100%, -100%) rotate(15deg);
     }

     100% {
         transform: translate(100%, 100%) rotate(15deg);
     }
 }




 h1 {
     margin: 0 !important;
 }

 .ButtonFlex {
     display: flex;
     flex-wrap: wrap;
     /* Next line pe shift hone dega */
     gap: 0px;
     /* Box ke beech space */
     justify-content: center;
     /* Left aligned, chahe to center bhi kar sakte ho */
 }

 .buttonBox {
     display: grid !important;
     place-items: center;
     flex: 1 1 143px;
     padding: 10px;
     border: 1px solid #ccc;
     border-radius: 68px 20px 68px 20px;
     /* TL, TR, BR, BL */
     text-align: center;
     background-color: white;
     cursor: pointer;
     transition: 0.3s;
     position: relative;
     overflow: hidden;
     /* for shine effect */
     z-index: 1;
 }

 .buttonBox:hover {
     background-color: #eea526;
     border-color: #ff9800;
     transform: scale(1.05);
     /* Zoom-in effect */
 }

 .buttonBox::before {
     content: '';
     position: absolute;
     top: 0;
     left: -75%;
     width: 50%;
     height: 100%;
     background: linear-gradient(120deg,
             rgba(255, 255, 255, 0.6) 0%,
             rgba(255, 255, 255, 0.2) 60%,
             rgba(255, 255, 255, 0) 100%);
     transform: skewX(-25deg);
     z-index: 2;
     pointer-events: none;
 }

 .buttonBox:hover::before {
     animation: shineMove 0.8s ease forwards;
 }

 @keyframes shineMove {
     0% {
         left: -75%;
     }

     100% {
         left: 125%;
     }
 }


 .buttonBox:hover {
     border-color: #ff9800;
     background-color: #eea526;
 }

 .buttonBox.active {
     border: solid 0px;
     border-color: #333333;
     background-color: #eea526;
 }

button.buttonBox span {
    color: black !important;
    font-size: 14px;
}

 .blackCircleDoor {
     background: #46433f;
     width: 50px;
     height: 50px;
     border-radius: 100px;
 }


 .brownCircleDoor {
     background: #998064;
     width: 50px;
     height: 50px;
     border-radius: 100px;
 }

 .gradianCircleDoor {
     width: 50px;
     height: 50px;
     background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 154, 0, 1) 10%, rgba(208, 222, 33, 1) 20%, rgba(79, 220, 74, 1) 30%, rgba(63, 218, 216, 1) 40%, rgba(47, 201, 226, 1) 50%, rgba(28, 127, 238, 1) 60%, rgba(95, 21, 242, 1) 70%, rgba(186, 12, 248, 1) 80%, rgba(251, 7, 217, 1) 90%, rgba(255, 0, 0, 1) 100%);

     border-radius: 50px;
 }


 .circlecustomwith {
     width: 20%;
 }


 @media (max-width: 767px) {
    .popupContent img {
    height: 90px;
    width: 70px;
}
    button.closeBtn {
    color: black !important;
}
    button#customSubmitBtn {
    color: black !important;
    border-color: black !important;
}

.customSubmitBtnMain{
    width: 100% !important;
    padding: 15px 0px !important;
}
     /* body {
         display: none !important;
     } */

     .popupContent {
         width: 80% !important;
         z-index: 9999;
     }

     .popup-content {
         margin-top: 71px;
         width: 80% !important;
     }

     .boxContainer {
         border-radius: 10px !important;
         margin: 10px;
         margin-bottom: 0 !important;
     }

     .mainright {
         /* z-index: -1;
         zoom: 40%;
         position: absolute;
         width: 100% !important;
         height: 40% !important; */
         top: 0 !important;
    position: absolute !important;
    width: 253% !important;
    height: 100% !important;
    transform: scale(0.4) !important;
    transform-origin: top left !important;
    /* z-index: 0 !important; */
     }

     #scene {
         height: 132%;
     }

     .main-row {
         position: fixed;
         display: unset;
         width: 100vw;
         height: 100vh;
     }

     .buttonBox {
         flex: 1 1 140px !important;
     }

     .ButtonFlex {
         gap: 0px;
     }

     .buttonBox {
         margin: 6px 0px !important;
     }

     .mainleft {
         width: 100%;
         overflow: scroll;
         padding: unset;
         background: #eea5268a !important;
         height: 64%;
         position: fixed;
         bottom: -25px;
     }
 }

 /* ///////////////////////
  */

 .install-box {
     border: 1px solid #e5e7eb;
     border-radius: 14px;
     padding: 18px;
     max-width: 720px;
     background: #fff;
     box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
     font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
 }

 .install-header {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 6px;
 }

 .install-header h3 {
     margin: 0;
     font-size: 1.1rem;
 }

 .install-subtitle {
     margin: .25rem 0 1rem;
     color: #374151;
 }

 .info-btn {
     margin-left: auto;
     border: none;
     background: #f3f4f6;
     width: 28px;
     height: 28px;
     border-radius: 50%;
     cursor: pointer;
     font-weight: 700;
     line-height: 28px;
     text-align: center;
 }

 .info-btn:focus {
     outline: 2px solid #3b82f6;
     outline-offset: 2px;
 }

 .tooltip {
     position: absolute;
     transform: translateY(40px);
     background: #111827;
     color: #fff;
     padding: 8px 10px;
     border-radius: 8px;
     font-size: .85rem;
     max-width: 280px;
     box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
 }

 .install-options {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     gap: 10px;
     border: 0;
     padding: 0;
     margin: 0;
 }

 .option-card {
     display: flex;
     align-items: flex-start;
     gap: 10px;
     padding: 12px;
     border: 1px solid #e5e7eb;
     border-radius: 12px;
     cursor: pointer;
     background: #fafafa;
     transition: box-shadow .15s, border-color .15s, background .15s;
 }

 .option-card:hover {
     box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
     background: #fff;
 }

 .option-card input {
     accent-color: #eea526;
     margin-top: 2px;
 }

 .option-content strong {
     display: block;
     color: #111827;
 }

 .option-content small {
     color: #6b7280;
 }

 .sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     margin: -1px;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     white-space: nowrap;
     border: 0;
 }

 @media (prefers-color-scheme: dark) {

     /* .install-box{ background:#0b0b0c; border-color:#1f2937; } */
     .install-subtitle,
     .option-content small {
         color: #9ca3af;
     }

     /* .option-card{ background:#0f1115; border-color:#1f2937; } */
     .option-card:hover {
         border-color: #ff9800;
     }

     .info-btn {
         background: #1f2937;
         color: #e5e7eb;
     }

     .tooltip {
         background: #111827;
     }
 }

 /* /////////////////////////////////// Colors */

 .dropdown {
     position: relative;
     display: inline-block;
 }

 .dropdown-btn {
     color: black;
     padding: 10px;
     border: 1px solid #ccc;
     background: #fff;
     cursor: pointer;
     border-radius: 6px;
     display: flex;
     align-items: center;
     gap: 8px;
     min-width: 180px;
 }

 .color-circle {
     width: 16px;
     height: 16px;
     border-radius: 50%;
     display: inline-block;
     border: 1px solid #999;
 }

 .dropdown-content {
     display: none;
     position: absolute;
     background: #fff;
     border: 1px solid #ccc;
     border-radius: 6px;
     margin-top: 2px;
     width: 100%;
     max-height: 200px;
     overflow-y: auto;
     z-index: 10;
 }

 .dropdown-content div {
     padding: 8px;
     display: flex;
     align-items: center;
     gap: 8px;
     cursor: pointer;
 }

 .dropdown-content div:hover {
     background: #f0f0f0;
 }

 .dropdown.show .dropdown-content {
     display: block;
 }

 .color-buttons {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
 }

 .colorCircle img {
     border-radius: 200px;
     margin-bottom: 5px;
     width: 60px;
     height: 60px;
 }

 /* .colorCircle {
     width: 60px;
     height: 60px;
     border-radius: 50%;
     border: 2px solid #ccc;
     margin-bottom: 8px;
 } */

 /* //////////////  */

 .boxFrameMain {
     position: relative;
 }

 .widthsize {
     z-index: 9999999;
     position: absolute;
     background: #000000;
     width: 100%;
     height: 4px;
     top: -21px;
     font-size: 13px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .widthsize span {
     margin-top: -25px;
 }

 .leinghtsize {
     z-index: 99999999999999999999999999999;
     position: absolute;
     background: #000000;
     width: 423px;
     right: -230px;
     height: 4px;
     transform: rotate(90deg);
     top: 221px;
     font-size: 13px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .leinghtsize span {
     margin-top: -28px;
 }

 .popup {
     display: none;
     position: fixed;
     z-index: 999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.6);
 }

 .Innermainleft {
     padding-bottom: 100px;
 }

 /* Popup Content */
 .popup-content {
     color: black;
     background: #fff;
     margin: 6% auto;
     padding: 20px;
     padding-bottom: 42px !important;
     border-radius: 10px;
     width: 60%;
     max-width: 600px;

     /* Scroll ke liye */
     max-height: 70vh;
     /* screen height ka 70% tak hi */
     overflow-y: auto;
     /* agar content zyada hua to scroll aayega */
 }


 /* Close Button */
 .close {
     float: right;
     font-size: 24px;
     cursor: pointer;
 }

 /* Color Options */
 .color-options {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 10px;
 }

 .color-options div {
     cursor: pointer;
     padding: 8px;
     border: 1px solid #ccc;
     border-radius: 6px;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .color-options div:hover {
     background: #f1f1f1;
 }

 /* Circle */
 .color-circle {
     display: inline-block;
     width: 20px;
     height: 20px;
     border-radius: 50%;
 }

 /* //////////// our custom css  */

 .mega-container {
     animation: tiltLR 60s ease-in-out infinite alternate;
 }

 /* Keyframes for left-right tilt */
 /* @keyframes tiltLR {
     0% {
         transform: perspective(600px) rotateX(0deg) rotateY(-4deg);
     }

     100% {
         transform: perspective(600px) rotateX(0deg) rotateY(4deg);
     }
 } */



 /* door design popup csss */


 .popup {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1000;
 }

.popupContent {
        display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    overflow-y: auto;
}

 .closeBtn {
     font-size: 30px;
     background: none;
     border: none;
     cursor: pointer;
     position: absolute;
     top: 10px;
     right: 10px;
 }

 .buttonBox {
     margin: 5px 0px;
     display: inline-block;
 }

 /* /////// */


 /* custom new modal  */

 #customPopupOverlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 9999;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 #customPopupModal {
     background: white;
     padding: 20px;
     border-radius: 8px;
     width: 300px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 #customPopupModal input {
     padding: 8px;
     font-size: 14px;
     border: 1px solid #ccc;
     border-radius: 4px;
 }

 #customPopupActions {
     display: flex;
     justify-content: center;
     margin-top: 10px;
 }

 #customPopupActions button {
     padding: 8px 12px;
     cursor: pointer;
     border: none;
     border-radius: 4px;
 }

 #customConfirmBtn {
     background-color: #eea526;
     color: white;
 }

 div#customPopupModal h2 {
     margin: 0;
 }

 div#customPopupModal p {
     margin: 0;
 }

 button#customSubmitBtn {
     width: 80%;
     background: #eea526;
     border-color: #333333;
     height: 40px;
     cursor: pointer;
     border: solid 2px;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: 800;
     border-radius: 200px;
     letter-spacing: 0.2px;
 }

 #customCancelBtn {
     background-color: #333333;
     color: white;
 }

 /* /////////////// */

 .mainleft::-webkit-scrollbar {
     width: 8px;
 }

 .mainleft::-webkit-scrollbar-track {
     background: white;
     /* light grey background for track */
 }

 .mainleft::-webkit-scrollbar-thumb {
     background-color: #333333;
     /* your theme color */
     border-radius: 10px;
     border: 2px solid transparent;
     /* optional space */
 }

 .mainleft {
     scroll-behavior: smooth;
 }

 .customSubmitBtnMain {
     border-top-right-radius: 20px;
     border-top-left-radius: 20px;
     position: fixed;
     width: 31%;
     z-index: 999;
     left: 0px;
     right: 0;
     justify-content: center;
     padding: 11px 0px;
     bottom: 0;
     background: #373737;
     display: flex;
     border-bottom: 0px !important;
     align-items: center;
     border: solid 2px #000000;
 }

 .customPopupCrossmark button {
    cursor: pointer;
}

.customPopupCrossmark {
    display: flex;
    justify-content: end;
}

/* ////////////////////// */

/* ---------- Popup Styles ---------- */
  .uniqueContactPopupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
  }

  .uniqueContactPopup {
    background: #fff;
    border-radius: 15px;
    padding: 25px 30px;
    width: 320px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
    animation: fadeInScale 0.3s ease-in-out;
  }

  @keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
  }

  .uniqueClosePopupBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
  }

  .uniqueClosePopupBtn:hover {
    color: #ff4c4c;
  }

  .uniquePopupTitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
  }

  .uniquePopupContactLinks a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: #f7f7f7;
    margin: 8px 0;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
  }

  .uniquePopupContactLinks a:hover {
    background: #eea526;
    color: black;
  }

  .uniquePopupContactLinks i {
    font-size: 20px;
  }

  /* Button */
  .uniqueOpenPopupBtn {
    background: #eea526;
    border: none;
    color: #000000;
    font-size: 16px;
    padding: 12px 22px;
    border-radius: 200px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    z-index: 999999;
    top: 70px;
    right: 20px;

  }

  .uniqueOpenPopupBtn:hover {
    background: #000000;
    color: white;

  }

.boxdisbalefunc {
    border-radius: 68px 20px 68px 20px !important;
    align-items: center;
    display: flex;
    color: black;
    position: absolute;
    background: rgba(238, 165, 38, 0.6) !important;
    z-index: 999;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 0px 20px;
    font-weight: bold;
    border-radius: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.doorDesignFlex.ButtonFlex.main-boxdisbalefunc {
    position: relative;
}

#boxdisbalefunc{
    display: none;
}

.boxdisbalefuncInner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}