
h1{ font-size:30px; text-transform:uppercase; color:#65552A;}
.floor-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;   /* center horizontally */
  max-width: 1000px; /* optional: control width */
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
		margin-bottom:40px; /* center items inside */
}

.floor-list ul{ list-style-type:none;}

.floor-list li {
  width: 30%;
		border:solid 1px #000;
		margin-right:10px; /* 4 images per row */
}

.floor-list img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.pricelist{padding:6px 8px; background-color:#65552A; color:#fff; border-radius:4px; border:none;}
.paymentimg {
  position: relative;
  display: inline-block;
		width:96%;
		border:solid 2px #000;
}

.paymentimg img {
  width: 100%;
  display: block;
		height:250px;
}

/* Button style */
.hover-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  padding: 10px 12px;
  background: #65552A;
  color: #fff;
  border: none;
  cursor: pointer;

  opacity: 0;
  transition: 0.3s ease;
}

/* Show button on hover */
.paymentimg:hover .hover-btn {
  opacity: 1;
}
.aboutproject p{ font-size:18px;}
.aboutproject{ margin-bottom:40px;}
.top-btn {
    width: auto;
    margin: 0px auto 40px;
				z-index:1
}
.left_proJect_warp, .get_incall {
    margin-left: 20px !important;
}

.left_proJect_warp ul, .get_incall ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.left_proJect_warp ul, .get_incall ul {
    margin: 0;
    padding: 0;
}
ul, li {
    font-size: 15px;
    line-height: 1.7;
    color: #212529;
    font-family: 'Rubik', sans-serif;
}

.left_proJect_warp ul li, .get_incall ul li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    background: #e5e5e5;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
}
.Glanc_box {
    display: flex;
    align-items: center;
}
.Glanc_box img {
    max-width: 28px;
    margin-right: 7px;
}
.Glanc_box span {
    padding-left: 0 !important;
    font-weight: 600;
}
.left_proJect_warp ul li span {
    padding-left: 34px;
}


.btn_main_brochure {
    display: inline-block;
    background: #65552A;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 5px;
    transition: all .5s ease;
    font-weight: 500;
    width: auto;
				margin-right: 15px;
}






div.scroll-container {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 5px;
}

div.scroll-container img {
  padding: 2px;
}




/* Button */

.ftr_phone{ font-size:30px; font-weight:600}

.card {
    width: 100%;
    margin: 0 auto !important;
    margin-top: 4% !important;
				background: rgba(255, 255, 255, 0.17);
}

.itawacta .card {
    width: 35%;
    margin: 0 auto !important;
    margin-top: 4% !important;
				background: rgba(255, 255, 255, 0.17);
}

.card .form-group label {
    width: 100%;
    border-radius: 50px;
    padding: 10px 15px 12px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-wrapper img {
  width: 100%;
		border-radius:10px;
}


.col{ margin-bottom:40px;}

.btncall {
    background: #65552A;
    text-decoration: none;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
    /* margin-left: 12px; */
    position: fixed;
    right: 0%;
    top: 20%;
				width:auto;
				height:auto;
}

.content {
    writing-mode: vertical-lr;
    /* text-orientation: mixed; */
    text-orientation: upright;
    /* text-orientation: sideways-right; */
    /* text-orientation: sideways; */
    text-align: center;
    font-size: 16px;
    padding: 5px;
    line-height: 34px;
    letter-spacing: -4px;
    cursor: pointer;
}

.closebutton {
  border: 0;
  padding: 8px 20px;
  background-color: #F7941D;
  color:#fff;
  text-transform:uppercase;
  border-radius:0px;
		width: 90%;
}
.closebutton:hover {
  background-color:#555;
  color: #fff;
  transition: .2s ease-in-out;
}
.closebutton:focus {
  outline: none;
}
.enqbutt {
  max-width: 500px;
  margin: 70px auto 0 auto;
  text-align:center;
}

/* Contact Form */
form {
  display: block;
  margin-top:30px;
}

form input,
form textarea {
  background: transparent;
  display: block;
  border: 0;
  border-bottom: 1px solid #29bbf2 !important;
  padding: 15px;
  width: 90% !important;
  margin-bottom: 20px;
}

form input:focus,
form textarea:focus {
  outline: none;
}



.itawacta form {
  display: block;
  margin-top:60px;
}

.itawacta form input,
form textarea {
  background: #fff;
  display: block;
  border: 0;
  border-bottom: 1px solid #ccc !important;
  padding: 15px;
  width: 100% !important;
  margin-bottom: 0px;
}

.itawacta form input:focus,
form textarea:focus {
  outline: none;
}

.itawacta .card .form-group label {
    width: 100%;
    border-radius: 50px;
    padding: 0px 15px 20px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Slidein */
.slidein {
  display: none;
  position: fixed;
  background: #fff;
  width: 395px;
  height: auto;
  top: 0;
  right: 0;
  padding: 20px 0 20px 40px;
  z-index: 999;
}

/* Close button */
.close {
    font-size: 130%;
    color: #fff;
    float: left;
    position: absolute;
    right: 5%;
    top: 2%;
    background-color: #000;
    padding: 6px 10px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
}
.close:hover {
  cursor: pointer;
		color:#fff;
}

/* Overlay */
.overlay {
  display: none !important;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.formbutton {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}


@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {

.paymentimg {
    width: 100%;
}

.floor-list li {
    width: 100%;
    border: solid 1px #000;
    margin-right: 0px;
}

.aboutproject {
    margin-bottom: 20px;
}

.h1, h1 {
    font-size: 2rem;
    font-weight: 600;
}

.btn_main_brochure {
    padding: 10px 6px 10px 6px;
    font-size: 15px;
    margin-right: 5px;
}

.top-btn{margin:10px auto 20px 10px;}


.left_proJect_warp, .get_incall {
    margin-left: 0px !important;
}

.left_proJect_warp ul li, .get_incall ul li {
    display: inline-block;
    width: 49%;
    margin-right: 1%;
    background: #e5e5e5;
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1;
}
.Glanc_box img {
    max-width: 22px;
    margin-right: 6px;
}

.left_proJect_warp ul li span {
    padding-left: 28px;
}

.ftr_phone {
    font-size: 24px;
}
.modal-body {
    padding: 0px;
}

.btncall {
    right: 0%;
    top: 36%;
}

.col {
    padding-left:5px;
				padding-right:5px;
}

.itawacta .card {
    width: 100%;
    margin: 0 auto !important;
    margin-top: 4% !important;
    background: rgba(255, 255, 255, 0.17);
}

}