
/*apartment*/


.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tab-link {
  background-color: #dadada;
  border: 2px solid white;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s;
}

.tab-link:hover {
  background-color: #ddd;
}

.tab-link.active {
  background-color: #8c5300;
  color: white;
  font-weight: 600;
}


.tab-content .content {
  display: flex;
  height: 46%;
  justify-content: center;
}

.tab-content img {
  width: 50%;
  object-fit: cover;
}

.tab-content .details {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.tab-content .more-content {
  display: none;
  margin-top: 10px;
}

.read-more-btn {
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
}

.read-more-btn.active + .more-content {
  display: block;
}

.tab-content.scrollable {
  overflow-y: scroll;
}
.bg-white_1 {
  background-color: whitesmoke;
}
.apartment_2 img
{
  width: 100%;
  height: 300px;
}
.mb-20
{
  margin-bottom: 20px;
}
.details h3 {
  font-size: 28px;
  line-height: 35px;
}

.tab-content img {
  width: 40%;
  height: 184px;
  object-fit: cover;
}
.read-more-btn {
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  align-items: center;
  background-color: #f69b2a;
  position: relative;
  /* width: 100%; */
  top: -17%;
  left: 82%;
}
.tab-content .details {
  width: 54%;
  height: 123px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.apartment_3 H4
{
  text-align: center !important;
  color: #ed2035 !important;
  font-size: 40px;
}
.mt-20 
{
  margin-top: 20px;
}
.apartment_5 h4
{
  color: #b20e14;
}

.box-pricing.active h4,
.box-pricing.active span,
.box-pricing.active h6,
.box-pricing.active .desc,
.box-pricing.active li, .box-pricing:hover h4,
.box-pricing:hover span,
.box-pricing:hover h6,
.box-pricing:hover .desc,
.box-pricing:hover li 
.apartment_5:hover h4
{
  color: #ffffff;
}
.apartment_6
{
  position: relative;
  top: -50px !important;
}


/*villa*/
.villa_1 h4
{
  text-align: center !important;
}



.project_3 h4
{
	border-bottom: 2px solid rgb(0, 31, 167);
	width: fit-content;
}
.project_4
{
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 30px 0 rgba(0, 33, 85, 0.1);
    padding: 20px;
}
.project_4 h6
{
    padding-top: 20px;
}
.project_4:hover {
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 30px 0 rgba(0, 33, 85, 0.2);
    padding: 20px;
}
.project_6{
	border-bottom: 2px solid rgb(221, 221, 221);
	padding-bottom: 34px;
}
.project_7
{
	scroll-behavior: smooth;
}
.rs-team-single .btm-info-team {
    position: relative;
    box-shadow: 0px 0px 32px 0px rgb(3 31 35 / 11%);
    background: #fff;
    padding: 27px 24px;
}
.project_4 h6
{
  font-size: 20px;
}


.tab-container {
  margin: 20px;
}

.tabs {
  display: flex;
  margin-bottom: 10px;
}

.tablinks {
  background-color: #f1f1f1;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  margin-right: 11px;
  transition: background-color 0.3s;
  font-size: 18px;
}

.tablinks:hover {
  background-color: #ddd;
}

.tablinks.active {
  background-color: #8c5300;
  color: white;
}

.tabcontent {
  display: none;
  padding: 20px;
  border-top: 1px solid #ccc;
  background-color: #f9f9f9;
}

.tabcontent h3 {
  margin-top: 0;
}

/* Display the first tab by default */
#Tab1 {
  display: block;
}

.school img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  /* border-radius: 50%; */
  margin-right: 20px;
}
.details h3 {
  margin: 0;
  font-size: 1rem;
}
.school {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.details {
  flex-grow: 1;
}
.plots_1 h4
{
    text-align: center !important;
    color: #ff773f !important;
    font-size: 40px;
}
.plots_2 img
{
  width: 100% !important;
  height: 500px;
  object-fit: cover;
}

.grid-location-v5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/*plot*/



.tab-buttons {
  width: 263px;
  background-color: #333;
  padding: 20px;
  height: 513px;
  justify-content: center;
  align-items: center;
}

.tab-button {
  display: block;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  margin-bottom: 5px;
  border: none;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

.tab-button:hover {
  background-color: #555;
}

.tab-button.active {
  background-color: #555;
}

.tab-contents {
  flex: 1;
  padding: 20px;
  background-color: #fff;
}


.tab-content.active {
  display: block;
}

.sidebar-blog .recent .recent-post-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
}



.list-group-item {
  border: none;
  padding: 15px 0;
}

.list-group-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.list-group-item img {
  width: 30%;
  height: 114px;
  object-fit: cover;
  border-radius: 10px;
}

.list-group-item h5 {
  font-size: 16px;
  margin-top: 5px;
}

.list-group-item small {
  display: block;
  color: #999;
  margin-bottom: 5px;
}
.plots_3
{
  background-color: #f5f5f5 !important;
  margin-bottom: 14px;
}
.plots_1
{
  width: 20%;
  text-align: center;
}
.box-location-v3
{
  margin: 10px !important;
  margin-right: 20px !important;
}

@media only screen and (min-width: 320px) and (max-width: 900px)
{
  .box-location-v3 {
    display: flex;
    align-items: center;
    /* gap: 24px; */
    /* margin-right: 10px; */
    width: 313px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f7f7f7;
    box-shadow: 0px 2px 2px 0px rgba(28, 36, 51, 0.1019607843);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab-content {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 0 auto;
  width: 100%;
  max-width: 997px;
  background-color: #ededed29;
  height: 486px;
  overflow: hidden;
  box-sizing: border-box;
}
.list-group-item img {
  width: 100%;
  height: 114px;
  object-fit: cover;
  border-radius: 10px;
}
.plots_3 {
  background-color: #f5f5f5 !important;
  margin-bottom: 14px;
  width: 100%;
}

.tab-container {
  margin: 0px; 
}
.tab-buttons {
  width: 156px;
  background-color: #333;
  padding: 20px;
  height: 513px;
  justify-content: center;
  align-items: center;
}
.tab-contents {
    flex: 1;
    padding: 7px;
    background-color: #fff;
}
.plots_1 {
  width: 95%;
  text-align: center;
  top: 1%;
  left: 3%;
}
.plots_4
{
  display: block !important;
  font-size: 14px;
  padding: 7px 11px !important;
}
.tablinks {
  background-color: #f1f1f1;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 7px;
  margin-right: 9px;
  transition: background-color 0.3s;
  font-size: 17px;
}
.plots_8 {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 0 auto;
  width: 109% !important;
  max-width: 997px;
  background-color: #ededed29;
  height: 471px;
  overflow: hidden;
  box-sizing: border-box;
}
}



@media (min-width: 768px) {
  .tab-button {
      flex: 1;
      padding: 15px;
      font-size: 16px;
  }
}



@media (max-width: 767px) {
  .list-group-item {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .list-group-item img {
      margin-bottom: 10px;
  }
  
  .list-group-item h5 {
      font-size: 16px;
  }
}
.plots_4
{
  display: none;
}

.plots_8 {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 0 auto;
  width: 100%;
  max-width: 997px;
  background-color: #ededed29;
  height: 471px;
  overflow: hidden;
  box-sizing: border-box;
}

.project_4 {
  text-align: center;
  margin: 15px 0;
  box-shadow: 0 0 30px 0 rgba(0, 33, 85, 0.1);
  padding: 20px;
}


.project_3 h4
{
	border-bottom: 2px solid rgb(0, 31, 167);
	width: fit-content;
}
.project_4
{
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 30px 0 rgba(0, 33, 85, 0.1);
    padding: 20px;
}
.project_4 h6
{
    padding-top: 20px;
}
.project_4:hover {
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 30px 0 rgba(0, 33, 85, 0.2);
    padding: 20px;
}
.project_6{
	border-bottom: 2px solid rgb(221, 221, 221);
	padding-bottom: 34px;
}
.project_7
{
	scroll-behavior: smooth;
}
.rs-team-single .btm-info-team {
    position: relative;
    box-shadow: 0px 0px 32px 0px rgb(3 31 35 / 11%);
    background: #fff;
    padding: 27px 24px;
}
.rs-team-single .btm-info-team .con-info:before {
    content: url(../images/services/1/paper-plane.png);
    font-size: 200px;
    position: absolute;
    right: 92px;
    color: #0a0a0a;
    font-family: "Flaticon";
    height: 100%;
    top: 74px;
    opacity: 0.02;
}