body {
	font-family: 'Inter', sans-serif;
	background-color: #f8f9fa;
	margin: 0;
	padding: 0;
	color: #222;
}
.main_container {
	/*width: 1000px;*/
	margin: 40px auto;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	border-radius: 16px;
	overflow: hidden;
}
.contact_info_main_box_container{
	background: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	border-radius: 16px;
}
.hero {
	position: relative;
}
.hero img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	display: block;
}
.header {
	padding: 30px 40px 10px;
	background: #fff;
	text-align: left;
}
.header h1 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #003366;
}
.subheading {
	font-size: 15px;
	color: #666;
	margin-bottom: 20px;
}
.price-box {
	display: flex;
	gap: 25px;
	background: #ebf8ff;
	padding: 20px 30px;
	border-radius: 10px;
	margin: 20px 20px;
}
.price-box div {
	flex: 1;
}
.price-box h3 {
	margin: 0;
	color: #0056b3;
	font-size: 18px;
	font-weight: 600;
}
.price-box p {
	margin: 5px 0 0;
	font-size: 14px;
	color: #555;
}
.key-details {
	padding: 0 40px 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 40px;
}
.key-details div {
	font-size: 13px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}
.section {
	padding: 20px 40px;
	border-top: 1px solid #eee;
}
.section h2 {
	color: #003366;
	font-size: 20px;
	margin-bottom: 12px;
}
.section p {
	line-height: 1.6;
	color: #444;
	font-size: 13px;
  margin-top: 7px;
}
.financials, .documents {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.financial-card {
	background:#ebf8ff;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	font-size: 15px;
}
.verified {
	color: #0b7b0b;
	font-weight: 600;
}
/*commercial asset detail pg*/
.main_header {
  background: #fff7ed;
  padding: 20px 28px;
  border-bottom: 1px solid #fde68a;
  z-index: 0 !important;
}
.main_header h2 {
  font-size: 26px;
  color: #92400e;
  margin: 0;
  line-height: 1.3;
}
.main_header p.subtitle {
  font-size: 17px;
  color: #78350f;
  margin-top: 8px;
  line-height: 1.6;
}
.urgent-tag {
  background: #dc2626;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 13px;
  margin-top: 8px;
  font-weight: 600;
}
.image-section img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.content {
  padding: 28px;
}
.price-comparison {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.price, .market-value {
  font-size: 20px;
  font-weight: 700;
}
.price {
  color: #ea580c;
}
.market-value {
  color: #16a34a;
}
.discount-tag {
  background: #facc15;
  color: #000;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 13px;
}
.section-title {
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #0f172a;
}
.details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.details div {
  background: #fff7ed;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
}
.documents a {
  display: inline-block;
  margin-right: 12px;
  color: #ea580c;
  text-decoration: none;
  font-weight: 500;
}
.connect-btn {
  background: #ea580c;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 22px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 24px;
  transition: background 0.3s;
}
.connect-btn:hover {
  background: #c2410c;
}
footer {
  background: #fff7ed;
  padding: 16px;
  font-size: 13px;
  color: #78350f;
  border-top: 1px solid #fde68a;
  text-align: center;
}

/*industrial asset*/
.price { color: #0f766e; }
.market-value { color: #047857; }
.discount-tag {
  background: #facc15;
  color: #000;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
}

/*logistic asset detail*/
.main_header1{
	background: linear-gradient(90deg, #0f766e, #14b8a6) !important;
    color: #ffffff !important;
    padding: 28px 32px !important;
}
/*activity */

.recent-activity-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 100%;
  font-family: "Inter", sans-serif;
}

.recent-activity-card h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.timeline {
  position: relative;
  padding-left: 25px;
  border-left: 2px solid #d9e0e7;
}

.timeline-item {
  position: relative;
  margin-bottom: 25px;
  padding-left: 15px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item .dot {
  position: absolute;
  left: -10px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #3498db;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(52,152,219,0.4);
}

.timeline-item .content .time {
  font-size: 13px;
  color: #777;
  font-weight: 500;
}

.timeline-item p {
  margin: 5px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.timeline-item:hover .dot {
  background: #ff7b00;
  box-shadow: 0 0 12px rgba(255,123,0,0.5);
  transition: all 0.3s ease;
}

/*contact-container css*/
/*.contact_header{
	line-height: 61px;
    border-bottom: 1px solid lightgray;
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 20px;
}

.contact-desc{
	text-align: center;
  padding: 16px;
  color: #464b51;
}
.contact-btn{
	text-align: center;
	margin: auto;
	width: 176px;
	background: #f7cf08;
	border-radius: 6px;
	line-height: 32px;
	color: black;
	margin-top: 19px;
	margin-bottom: 20px;
}
.contact_info_main_box_container {
	padding-bottom: 10px;
}*/


.contact_info_main_box_container {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.contact_info_main_box_container:hover {
/*    transform: translateY(-3px);*/
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

/* Header */
.contact_header {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 27px;
    border-left: 4px solid #d4a004;   /* golden bar */
    padding-left: 10px;
}

/* Description */
.contact-desc {
    font-size: 14px;
    color: #555;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 16px;
}
.contact-desc > input{
  padding: 10px 14px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
}
.contact-desc > input:focus{
  outline: none;
}

/* Button */
.contact-btn {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background: linear-gradient(135deg, #f7d348, #d2a207);
    color: #111;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    letter-spacing: .3px;
}

.contact-btn:hover {
    background: linear-gradient(135deg, #e8bf2e, #b48806);
    transform: translateY(-2px);
}

.bookmark-container{

/*	margin: auto;
box-shadow: 0 6px 30px lightgray;
align-items: center;
justify-items:center;
	margin-top: 10px;*/
}

.bookmark-container {
  width: 100%;               /* box width */
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 12px;
  margin-top: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.bookmark-container .bookmark,
.bookmark-container .download {
  display: block;
  background: #f8f9fb;
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  transition: 0.25s ease;
}

.bookmark-container img {
  width: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.bookmark-container .bookmark:hover,
.bookmark-container .download:hover {
  background: #eef3ff;
  border-color: #c3d4ff;
/*  transform: translateX(4px);*/
}
.sharetabs-container{
	display: flex;
  gap: 6px;
  justify-content: center;
  padding-bottom: 23px;
  margin-top: 23px;
  line-height: 24px;
  font-size: 12px;
}

.each-share-tab{
	 border-radius: 7px;
  padding: 2px 10px;
}
.facebook-share{
	background: #3C5A98;
}
.each-share-tab > a {
	text-decoration: none;
	color:white;
}
.each-share-tab > a:hover{
	color:white;
}
.twitter-share{
	background: #59ADEA;
}
.linkedin-share{
	background: #0274B3;
}
.email-share{
	background: #848484;
}
.each-share-tab > a> img{
	width:17px;
	margin-right: 4px;
}
.share-tab{
	display: none;
}