body {
  font-family: sans-serif;
  margin: 0;
  box-sizing: border-box;
  background-image: url(../images2/blacklines.png);
  background-size: cover;
}

/* .logo1{
    text-align: center;
    padding: 20px;
} */


.header {
  position: relative;
  text-align: center;
  padding: 20px;
}

.backicon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.logo1 {
  display: inline-block;
}

/* .tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
  padding: 20px;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  background: black;
  font-weight: 600;
  border: 2px solid #f4b545;
  color: white;
  border-radius: 5px;
}

.tab-btn.active {
  background: #f4b545;
  color: black;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.tab-content {
  display: none;
  gap: 15px;
  flex-wrap: wrap;
  padding: 20px;
}

.image-caption {
  text-align: center;
  color: white;
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px;
} */
/* button styling  */

/* .tab-content.active {
   display: block;
  justify-content: center;
}

.tab-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
/* select button options */
/* .tab-select {
  width: 90%;
  padding: 10px 20px;
  background: black;
  color: white;
  border: 1px solid #f4b545;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.tab-content {
  display: none;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.tab-content.active {
  display: flex;
} */

.tabs1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.floor_buttons{
   padding: 0;
    background: none;
    border: none;
    border-radius: 5px;
    margin-bottom: 30px;
}


.btn1know {
    padding: 0;
    background: none;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
}

 .floor_buttons a{
  display: block;
    padding: 10px;
    width: 100px;
    text-align: center;
    background-color: #f4b545;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
 }

 .floor_buttons a:hover{
    background-color: transparent;
    color: #f4b545;
    border: 2px solid #f4b545;
 }
/* drp down css */

/* .dropdown-tab {
  display: flex;
  align-items: center;
  gap: 10px;
} */

/* .variant-select {
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #f4b545;
  background: #f4b545;
  color: white;
} */


.btn1know a {
    display: block;
    padding: 10px;
    width: 100px;
    text-align: center;
    background-color: #f4b545;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn1know a:hover {
    background-color: transparent;
    color: #f4b545;
    border: 2px solid #f4b545;
}



@media (max-width: 576px) {
  .tabs1 {
    flex-direction: column;
    align-items: center;
  }

  .floor_buttons {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .floor_buttons a {
    width: 60%; /* Adjust width for button on mobile */
  }
}
