        .showroom .main_title h2 {
            font-size: 24px !important;
            font-weight: 500 !important;
            line-height: 36px !important;
            color: var(--dark-blue);
        }

        .showroom .main_title h3 {
            font-size: 32px !important;
            line-height: 50px !important;
            color: #000;
			font-weight:600;
			margin-bottom:30px;
        }

        .showroom img {
            border-radius: 12px;
            overflow: hidden;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .showroom .main_button {
            margin-top: 30px;
        }
        .showroomHero > div button:after {
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
            /* background-color: #FFFFFF; */
            /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>'); */
            /* background-attachment: fixed | scroll; */
            /* background-size: auto | cover | contain | 500px 250px; */
            /* background-position: center | right 30px bottom 15px; */
            /* background-repeat: no-repeat | repeat | repeat-x; */
            /* background-origin: border-box | padding-box | content-box; */
            /* background-clip: border-box | padding-box | content-box; */
            /* background-blend-mode: multiply | screen | overlay; */
        }

        p {
            margin-bottom: 15px;
        }

        /* HERO SECTION */

        .showroomHero > div {
            max-height: 800px;
            /* overflow: hidden; */
        }
        .showroomHero > div button{
            bottom: 30px;
            top: auto;
            background-color: #fff;
            border-radius: 50%;
            overflow: hidden;
        }
        .showroomHero > div button.carousel-control-prev {
            left: auto;
            right: 100px;
        }
        /* .showroomHero > div button.carousel-control-next {
            right: 10px;
        } */
        .showroomHero .carousel-indicators{
            bottom:-50px;
        }
        .showroomHero .carousel-indicators button {
            background-color: #464545;
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }
        .showroomHero .carousel-indicators button.active {
            background-color: #000;
        }
        .showroomHero img{
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
        .showroomHero .carousel-item{
            max-height: 800px;
        }

        /* Gallery Section */

        .Gallery {
            display: flex;
            flex-wrap: wrap;
        }

        .Gallery>img {
            width: 100%;
            object-fit: cover;
            border-radius: 12px;
        }
        .Gallery>div {
            width: 25%;
            max-height: 350px;
            aspect-ratio: 1/1;
            padding: 10px;
        }
        .barabanki .Gallery>div:nth-child(2) {
            width: 50%;
            aspect-ratio: 2/1;
        }
        .Gallery>div:nth-child(n+8) {
            width: 50%;
            aspect-ratio: 2/1;
        }

        .lukhnow .Gallery>div:nth-child(n+7) {
			width: 50%;
			aspect-ratio: 2 / 1;
		}


        /* FAQ Section */

        .faqBox.accordion {
            column-count: 2;
        }

.careerGallery .Gallery > div:first-child{
	width:50%;
	aspect-ratio:2/1;
}

/* Career */
ul.jobCard {
	margin-top:30px;
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:30px;
}
ul.jobCard > li {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #ededed;
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
}
ul.jobCard > li h4{
	font-weight:600;
	margin-bottom:10px;
}
ul.jobCard > li ul {
    display: flex;
    column-gap: 15px;
	margin:10px 0px;
	flex-wrap:wrap;
}
ul.jobCard > li ul li {
    background-color: #0000ff2b;
    padding: 10px 15px;
    color: #00005f;
    border-radius: 50px;
    line-height: 100%;
}
ul.jobCard > li ul li.btn{
	display:flex;
	width:100%;
	justify-content:end;
	background-color:unset;
	padding:unset;
}
a.applyButton {
    padding: 15px 20px;
    background-color: #ff3901;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
}
