*, :before,:after{
    box-sizing: border-box;
}

img{
    max-width: 100%;
}

 
/* .map-boxs {
    display: none;
    position: absolute;
    pointer-events: none;
    z-index: 9999;
} */

/* .map-box {
    background-color: #fff;
    padding: 20px;
    border: 2px solid #C9A66B;
    border-radius: 10px;
    max-width: 280px;
    position: relative;
} */

/* .map-boxs.active {
    display: block;
} */

/* .map-box .status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000000A;
} */

/* .highlight {
    background-color: rgba(255, 165, 0, 0.5); 
}  */



/* NT 21feb 25 */

.image-mapping-sec{
    overflow: hidden;
}
.floor-num {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: start;
}

.floor-num span {
    height: 6%;
    border: 1px solid #FFFFFF4D;
    width: 30px;
    background-color: #5D8D64;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
    font-size: 16px;
}

.floor:hover .floor-num span, .floor.active .floor-num span {
    background-color: #132A22;
}
.right-img{
    position: relative;
}
.sidebox {
    position: absolute;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100%;
    background: white;
    /* box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2); */
    transition: right 0.4s linear;
    overflow-y: auto;
    padding: 20px;
    z-index: 1000;
}

.sidebox.active {
    right: 0;
}

.map-boxs {
    display: none;
}

.map-boxs.active {
    display: block;
}

/* .right-img:has(.sidebox.active) {
    background-color: #66666670;
} */

.sidebox .testing {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: #e5e7eb;
    border-radius: 100%;
    font-weight: 700;
    font-size: 18px;
}

.sidebox .testing p {
    font-size: 18px !important;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.sidebox p {
    font-size: 40px !important;
    margin: 15px 0px;
	font-weight: 400;
}

.sidebox h3 {
    font-size: 40px;
    margin: 15px 0px;
    font-weight: 400;
}

.sidebox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebox ul li {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.sidebox ul li span {
    border-top: 1px solid #5D8D6499;
    display: inline-block;
    padding: 5px 0px;
    margin: 5px;
}

.sidebox .veiw-btn a {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    background-color: #5D8D64;
    border: 1px solid #5D8D64;
    color: #fff;
    border-radius: 60px;
    padding: 17px 68px;
    width: 100%;
}

.sidebox .veiw-btn a:hover{
    color: #5D8D64;
    background-color: #fff;
    border: 1px solid #5D8D64;
    
}
/*4March*/
.sidebox {
    box-shadow: 0px 10px 50px rgb(0 0 0 / 36%);
}

.floor-num span {
    height: 38px;
    width: 38px;
    font-size: 18px;
}

.floor-num {
    height: 100%;
    align-items: center;
}

.right-img .insde_secfrst {
    max-width: 780px;
    margin: auto;
}

.right-img {
    display: flex;
    justify-content: center;
}


 /* on floor area right side room hovering css //////// */




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

.area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Ensure SVG doesn't block mouse events */
}







@media only screen and (max-width:1399px) {
.floor-num span {
    height: 30px;
    width: 30px;
    font-size: 16px;
}
}
@media only screen and (max-width:1199px) {
  
    .sidebox .testing {
        height: 80px;
        width: 80px;
    }
    
    .sidebox h3 {
        font-size: 34px;
    }
    
}

@media only screen and (max-width:991px) {
.right-img .insde_secfrst {
    margin: 50px auto 0px;
}
}

@media only screen and (max-width:767px) {
.floor-num span {
    height: 26px;
    width: 26px;
    font-size: 14px;
}
	
.sidebox .testing {
    height:56px;
    width: 56px;
}

.sidebox h3 {
    font-size: 22px;
    margin: 8px 0px;
}
	
	.sidebox ul li {
    font-size: 14px;
    padding-bottom: 10px;
}

.sidebox .veiw-btn a {
    padding: 14px 68px;
}

	.sidebox .veiw-btn a {
    padding: 10px 68px;
}

.sidebox {
    width:70%
}
.sidebox .testing p {
    font-size: 17px;
}
}


@media only screen and (max-width:575px) {
.floor-num span {
    height: 20px;
    width: 20px;
    font-size: 10px;
}
.sidebox .veiw-btn a {
    padding: 10px 36px;
}

.sidebox .testing{
    position: absolute;
    top: 10px;
    right: 20px;
    height: 46px;
    width: 46px;
}
.sidebox ul li {
    padding-bottom: 0px;
}
.right-img .insde_secfrst {
    min-height: 210px;
    height: 100%;
}
}
