body {
      background: #232221;
      color: #c2b8af;
      font-family: 'Inter', Arial, sans-serif;
      margin: 0;
    }
    .main-container {
      width: 980px;
      margin: 0 auto;
      background: #232221;
      padding-bottom: 30px;
    }
    .hero-heading-listing {
    font-size: 33px;
    max-width: 615px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 400 !important;
    color: rgb(239, 239, 239);
}
    .hero-paragraph-listing {
      font-size: 16px;
      max-width: 620px;
      line-height: 1.5;
      margin-bottom: 30px;
      color: #efefef;
      margin-top: 32px;
    }
    .sec-moderne {
      position: relative;
      margin: 65px 0px 33px calc((100% - 980px) * 0.5);
      left: 170px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }
    .tabs-area-listing {
    margin: 0 0 55px 0;
    width: 468px  !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
    .tab-hed {
      font-size: 13px;
      color: #efefef;
      margin-bottom: 9px;
      margin-left: 10px;
    }
    .tabs-bar{
      background: #9A8A78;
      border-radius: 99px;
      display: flex;
      gap: 14px;
      padding: 18px;
      width: fit-content;
      margin-bottom: 22px;
    }
    .tab-btn-listing {
      border: 1px solid #efefef;
      outline: none;
      background: #e3dfd900;
      color: #efefef;
      border-radius: 99px;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
      width: 208px;
      height: 37px;
      letter-spacing: 0.2em;
      font-size: 14px;
    }
    .tab-btn-listing.active{
      color: #9A8A78;
      opacity: 1;
      background: #EFEFEF;
    }
    .tab-btn:hover{
      background:#665A4B;
      color: #9A8A78;
    }
	.card-listing-logo {
    display: flex;
    margin-right: 0px;
    gap: 25px;
}
    .cards-wrap {
      display: none;
      flex-direction: column;
      gap: 30px;
      margin-bottom: 30px;
    }
    .cards-wrap.active { 
      display: flex; 
    }
    .card {
      display: flex;
      background: #ffffff;
      overflow: hidden;
    }
    .card-img {
      width: 490px;
      height: 381px;
      object-fit: cover;
    }
    .card-ctr {
      padding: 33px 29px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      flex: 1 1 auto;
      justify-content: center;
      color: #655835;
      width: 490px;
      align-items: center;
    }
    .card-ctr h2 {
      font-size: 26px;
      font-weight: 400;
      line-height: 1.4;
      color: rgb(154, 138, 120);
      margin: 0 0 8px 0;
      text-align: center;
    }
    .card-ctr .desc {
      color: rgb(88, 88, 88);
      font-size: 14px;
      line-height: 1.45;
      margin-bottom: 5px;
      text-align: center;
    }
    .see-details {
      font-size: 14px;
      color: rgb(154 138 120) !important;
      width: 216px;
      padding: 6px 0px;
      border: 1px solid rgb(154 138 120);
      text-decoration: none;
      display: inline-block;
      font-weight: 400;
      margin-top: 10px;
      transition: background 0.22s, color 0.22s;
      text-align: center;
    }
    .see-details:hover {
      background: #9A8A78;
      color: rgb(38,38,38)!important;
    }
	.card-listing-logo img {
    width: 134px;
    height: 45px;
    object-fit: contain;
}
    .tags {
      font-size: 0.88rem;
      color: #9a8a78;
      margin-top: 18px;
      line-height: 1.5;
    }
    .tags span {
      margin-right: 11px;
    }
    .tags span:last-child { 
      margin-right: 0; 
    }
    button.load-morebtn{
      margin: 40px auto 0 auto;
      border: 1px solid #efefef;
      color: #efefef;
      background: none;
      border-radius: 60px;
      font-size: 1rem;
      padding: 10px 36px;
      display: block;
      font-weight: 400;
      cursor: pointer;
    }
    button.load-morebtn:hover{
      background:#6b5e4e;
    }
    @media screen and (max-width: 700px){
      .main-container { width: 98vw; }
      .card {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
      }
      .card-img, .card-ctr {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
      }
      .sec-moderne {
        margin-left:0;
        left:0;
        padding-left:0;
      }
	  .hero-heading {
    font-size: 34px;
    max-width: 100%;
    margin-left: 0px;
  
}
.tabs-area
 {
    
    width: 100%!important;
    
}.tab-btn {
   
    width: 114px;
    height: 30px;
    
}
	  
      max-width: 100% !important;
      .tabs-area { width: 98vw !important; }
	  .tabs-bar{ flex-wrap:wrap; 
	  justify-content: center;
	  }
	  .card-ctr h2 {
    font-size: 20px;
	padding: 0px 15px 0px;
    
}
.card-listing-logo
 {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
.card-ctr .desc {
    padding: 0px 15px 15px;
}
.tabs-area-listing {
    width:auto!important;
}
.tab-btn-listing {
    width: 118px;
	}
	.hero-heading-listing
 {
    font-size: 26px;
}
.card-ctr {
    padding-bottom: 20px!important;
}
    }
	@media (max-width: 700px) {
      .main-container
 {
        width: 90vw;
        padding: 20px 20px;
    }
  .card {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  .card-img, .card-ctr {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  .card-listing-logo img {
        width: 90px;
        margin-left: auto;
        margin-right: auto;
    }
	.see-details {
    margin-top: -6px;
}