    body{
/*        font-family:  "lato" !important; */
    }
	.subtype{
		margin-left: 20px;
		line-height: 8px;
    }
	
	.filter-box {
	  background: #fff;
	  border-radius: 8px;
	  box-shadow: 0 0 10px rgba(0,0,0,0.1);
	  overflow: hidden;
	  width:355px;
	  margin-left: 28px;
	}
	.tabs {
	  display: flex;
	  border-bottom: 1px solid #ddd;
	  line-height: 38px;
	}
	.tabs button {
	  flex: 1;
	  padding: 10px;
	  background: #fff;
	  border: none;
	  cursor: pointer;
	  font-weight: 600;
	  font-size: 14px;
	  justify-content: center;
	  color:rgb(66, 82, 110);
	}
	.tabs button.active {
/*	  background: #007bff;*/
	  color: #007bff;
	}
	.filter-content {
	  padding: 15px;
	  padding-left: 33px;
	}
	.filter-group {
	  margin-bottom: 15px;
	  font-size: 14px;
	  color: #333;
	}
	/*.filter-title {
	  margin-bottom: 8px;
	  font-size: 14px;
	  color: #333;
	  font-weight: 600;
	}*/
	.asset-types label,
	.listed-by label,
	.status label ,.interested label,.investor-types label {
	  display: block;
	  margin-bottom: 5px;
	  cursor: pointer;
	}
	input[type="search"],
	input[type="text"],
	input[type="date"],
	select {
	  width: 100%;
	  padding: 6px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	}
	#budget-range,
	#year-range ,#size-range{
	  margin-top: 10px;
	}
	/* Blue range bar */
	.ui-slider-range {
	  background: #007bff !important;
	}
	.filter-title{
        color:#1f2937;
        font-weight: 600;
        font-size: 14px;
        padding-top: 15px;
    }

.arrow {
  font-size: 19px; 
  margin-right: 3px;
  transition: transform 0.2s ease;
  display: inline-block;
  vertical-align: middle;
 
}
.arrow.open {
  transform: rotate(90deg); /* optional animation for opening */
}
.real-sub,.vehicle-sub{
	margin-right: 4px;
}
.asset_sub{
	font-size: 13px !important;
	margin-left: 39px !important;
	margin-bottom: 10px;
}

/* Real estate category titles (Commercial, Industrial, Agricultural, Residential) */
.real-estate-sub > label {
  font-size: 12px;
  font-weight: 500;
  color: #222;
}

/* Nested checkboxes under those (Retail, Office, Villa, etc.) */
.real-estate-sub .subtype label {
  font-size: 12px;
  font-weight: normal;
  color: #444;
}
.vehicles-sub > label {
  font-size: 12px;
  font-weight: 500;
  color: #222;
}
.vehicles-sub .subtype label {
  font-size: 12px;
  font-weight: normal;
  color: #444;
}
.filter-group > label{
	color:#1c1717 !important
}
.tab-btn i {
  font-size: 14px;
/*  color: #42526e; /* match your theme color */*/
}
.tab_investor i{
	 font-size: 14px;
/*  color: #0078ff ;*/
}
.tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* space between icon and text */
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

/*list container*/
/*.tab-btn > a:hover{
    text-decoration: none;
    color:black;
}
.tab-btn > a{
     text-decoration: none;
     color:black;
}*/
.unique-list-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .unique-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .unique-tag {
    position: absolute;
    top: 8px;
    left: 8px;
     background:linear-gradient(312deg, #ff9600 0%, #fe4900 100%);
    color: white;
    font-weight: 700;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
 
  .unique-tag.quick { background: #f59e0b; } /* amber */
  .unique-tag.high { background: #ef4444; } /* red */
  
  .unique-image-container {
/*    position: relative;*/
    width: 100%;
    height: 180px;
    overflow: hidden;
    
  }
  .unique-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .unique-content {
/*    padding: 16px;*/
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .unique-title {
   font-weight: 500;
   font-size: 15px;
   color: #1960a3;
   padding: 0px 18px;
   padding-top: 11px;
   position: relative;
   padding-left: 90px;
  }
  .unique-subtitle {
    font-size: 12px;
    color: #737373;
    padding: 0px 26px;
    padding-bottom: 6px;
    padding-top: 3px;
  }
  .unique-price-info {
    background: #fff9e6;
    border-radius: 6px;
/*    padding: 8px 12px;*/
    font-size: 12px;
    color:black;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    line-height: 35px;
    padding: 0px 10px;
  }
  .unique-details {
    font-size: 12px;
    color: #737373;
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 12px 18px;
  }
  .unique-details span {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .unique-details svg {
    width: 14px;
    height: 14px;
    fill: #6b7280;
  }
  button.unique-contact-btn {
    background: #003366;
    border: none;
    color: white;
    padding: 10px 0;
    font-weight: 600;
    border-radius: 0 0 12px 12px;
    cursor: pointer;
    font-size: 13px;
    line-height: 10px;
    transition: background-color 0.3s ease;
  }
  button.unique-contact-btn:hover {
    background: #374151;
  }
  .tab-btn {
      position: relative;
      padding-bottom: 30px; /* space for bottom line */
  }

  .tab-btn.active_border::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);

      width: 75px;        /* ← line ki width yaha set karo */
      height: 3px;        /* ← line ki thickness */
      background: #007bff;
      border-radius: 10px;
  }
  .filtername{
  	padding-left: 45px;
  	    font-size: 20px;
  	    color: #4b5568;
  	    line-height: 67px;
  	    font-weight: 700;  	  
  	    font-family: "Lato", "Open Sans", Arial, sans-serif;
  	}
  
   .investor-container {
       width: 100%;
       background: #ffffff;
       padding-bottom: 20px;
       border-radius: 12px;
       border-top: 5px solid #00b7ce;
     box-shadow:0px 8px 7px 0px #b8babd;
       overflow: visible; /* important */
       margin-top: 28px;      /* to make shadow visible */
   }


   .investor-title-box{
       background-color: #1F2A40;
       color: white;
       padding: 11px 11px 12px 18px;
           border-radius: 12px 12px 0px 0px
   }

   .investor-title{
      font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 120%;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
      
   }

   .investor-subtitle{
      font-size: 13px;
     
      font-weight: 500;
      width: 90%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
   }

   .investor-subtitle > span{
       font-size: 12px;
       opacity: 0.85;
       margin-left: 6px;
   }

   .investor-desc{
       font-size: 11px;
     display: -webkit-box;
       -webkit-line-clamp: 2; 
       -webkit-box-orient: vertical;
       overflow: hidden;
       height: 46px;
       padding: 12px;
   }

   .search-list{
       background: #eef4ff;
       border: 1px solid #dce6ff;
       border-radius: 12px;
       margin-bottom: 4px;
       width: 92%;
       padding: 8px 14px;
       font-size: 14px;
       line-height: 20px;
       border-left: 4px solid #00b7ce;
       margin-left: 15px;
       margin-top: 13px;
       height: 84px;
   }

   .search-list img{
       width: 18px;
       margin-right: 8px;
       vertical-align: middle;
       padding-bottom: 4px;
   }

   .span1{
       color: #333;
       font-weight: 600;

       font-size: 14px;
       line-height: 100%;
   }

   .span2{
      color: #4d7cf4;
          font-weight: 500;
          font-size: 14px;
          line-height: 100%;
/*          display: -webkit-box;*/
        /*  -webkit-line-clamp: 2;
          margin-top: 5px;
          line-height: 19px;
          -webkit-box-orient: vertical;
          overflow: hidden;*/
   }

   .details-section{
       padding: 7px 18px;
   }

   .details-row{
       margin-bottom: 9px;
       padding-bottom: 4px;
       border-bottom: 1px solid #f0f0f0;
   }

   .details-title{
       font-size: 12px;
       font-weight: 400;
       opacity: 0.7;
   }
   .details-column1{
/*    border-right: solid 1px black;*/
   }

   .details-subtitle{
       font-size: 12px;
       font-weight: 600;
       line-height: 18px;
       margin-top: 4px;
       height:37px;
/*       width: 212px;*/
   }

   .second-section-details{
       padding: 0px 18px;
/*       margin-top: 10px;*/
   }

   .second-section-details-title{
       font-size: 12px;
       opacity: 0.7;
   }

   .investoment-range{
       font-size: 14px;
       font-weight: 700;
       margin-top: 4px;
   }
   .located{
    border-right: 1px solid lightgray;
   }

   .investoment-range span{
       color: #000;
       font-weight: 600;
       font-size: 14px;
   }

   .button{
       text-align: center;
       margin-top: 18px;
   }

   .button button{
       background: #0d2a62;
       color: white;
       /* padding: 12px 120px; */
       width: 90%;
       border: none;
       border-radius: 4px;
       font-size: 13px;
       font-weight: 500;
       cursor: pointer;
       line-height: 29px;
   }

   .button button:hover{
       background: #0c2453;
   }
   .intrestedin{
    padding: 4px 14px;
    font-size: 13px;
    display: flex;
    height: 46px;
   }
   
 /*  .investor-container {
       display: none;
   }*/

/*   investor list responsive*/

/* Tablet (max 992px) */
@media (max-width: 992px) {

    .investor-container {
        width: 90%;
        margin: 20px auto;
    }

    .details-subtitle {
        width: 100%;
    }

    .investor-desc {
        width: 100%;
    }
}


/* Mobile (max-width: 768px) */
@media (max-width: 768px) {

    .investor-container {
        width: 95%;
        padding-bottom: 18px;
    }

    .investor-title {
        font-size: 18px;
    }

    .investor-subtitle {
        font-size: 13px;
    }

    .investor-desc {
        font-size: 12px;
        line-height: 17px;
    }

    .search-list {
        width: 90%;
        margin-left: 10px;
        padding: 6px 12px;
    }

    .span1,
    .span2 {
        font-size: 14px;
        line-height: 120%;
    }

    .details-row {
        flex-direction: column;
        border-bottom: none;
    }

    .details-column1 {
/*        border-right: none !important;*/
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f0f0f0;
    }

    .details-title {
        font-size: 12px;
    }

    .details-subtitle {
        font-size: 13px;
        width: 100%;
    }

    .second-section-details {
        margin-top: 15px;
    }

    .investoment-range span {
        font-size: 18px;
    }

    .button button {
        width: 90%;
        font-size: 14px;
    }
}


/* Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {

    .investor-container {
        width: 100%;
        margin: 10px auto;
    }

    .investor-title {
        font-size: 16px;
    }

    .investor-subtitle span {
        font-size: 11px;
    }

    .search-list {
        width: 92%;
        padding: 6px 10px;
    }

    .span1,
    .span2 {
        font-size: 13px;
    }

    .details-section {
        padding: 0px 14px;
    }

    .details-title {
        font-size: 11px;
    }

    .details-subtitle {
        font-size: 12px;
    }

    .investoment-range span {
        font-size: 16px;
    }

    .button button {
        width: 92%;
        font-size: 13px;
    }
}

.activedata > a,.activedata > a > i{
    color:#007bff;

}
.activedata > a:hover{
    color:#007bff;
}
.activedata {
    border-bottom: 3px solid #007bff !important;
}

/*assetlist-container*/
.assetlist-container{
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.asset-list-title{
/*   color: white;*/
/*   background: #1F2A40;*/
   border-radius: 10px 10px 0px 0px;
/*   line-height: 41px;*/
   font-size: 15px;
   padding: 12px 0px 7px 22px;
}
.asset-image-detail{
/*    display: flex;*/
position: relative;
}
.assetlist-img > img{
    width:100%;
    border-radius: 10px;
    height: 160px;

}
.assetlist-img{
     margin: 12px 22px;
}
.asset-img-desc{
  background: #f9f9f9;
  color: #375fc5;
  border-radius: 10px;
  font-size: 14px;
  padding: 5px 22px;
  font-weight: 500;
  margin: 0px 22px;
 
}
.asset-list-desc{
/*    padding-top: 10px;*/
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 22px;
    font-weight: 600;

}


.assset-list-price{
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    display: flex;
    line-height: 40px;
    padding: 0px 10px;
    /* margin-top: 20px; */
    background: #0B234A;
    position: absolute;
    bottom: 22px;
    left: 31px;
    width: 86%;
    color:white;
    border-radius: 10px;
}
.assetlist-location{
    font-size: 13px;
    color: black;
    gap:6px;
    display: flex;
    flex-direction: column;
/*    padding-top: 16px;*/
    padding-left:22px;
}
.assetlist-proposal{
   background:#325bc4;
   width:40%;
   line-height: 32px;
   color: white; 
   text-align: center;
   border-radius: 6px;  
   font-size: 15px;
   cursor: pointer;
   margin-left: auto;
   margin-right: 12px;
}
.asset-ownership{
    display: flex;
    margin-bottom: 14px;
}
.assetsType{
    display: flex;
}
.assetlist-proposal > a{
    display: block;
    color:white;
}
.assetlist-proposal > a:hover{
    color:white;
}
.asset-list-title > .square{
    background: #1755F0;
    width:10px;
    height: 10px;
    margin-top: 6px;

}
.asset-list-title{
    display: flex;
}
.listText{
    width:98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
    color:#0F4F84;

}