.header-sec .top-bar{
	background-color: #000000;
}
.top-bar ul li{    
    display: inline-flex;
    padding-left: 15px;
}
.top-bar ul li a{
    color: #ffffff;
    text-decoration: none;
}
.top-bar ul li:first-child{
	border-right:1px solid #ffffff; 
	padding-right: 15px;
}
.img-tag{
	background-color: #ffffff;
	color: #008850;
	position: absolute;
    top: 2px;
    left: 2px;
}
.btn.meeting-btn.btn-proposal{
	background-color: #000000;
}
.btn.meeting-btn.btn-proposal:hover{
	background-color: #008850;
	border: 1px solid #008850;
}
.subscribe-news{
	max-width: 1143px;
	padding: 30px;
	background-color: #000000;
	margin: 0 auto;
}
.btn.sub-btn{
    background-color: #ffffff;
    color: #000000;
}
.sub-form .form-control{
	background-color: transparent;
	color: #ffffff;
}
.sub-form .form-control::placeholder{
    color: #ffffff;	
}
.footer{
	background-color: #f7f7f7;
}
.footer-title{
	color:#008850; 
	font-size: 16px;
	font-weight: 400;
}
.footer-menus ul li a {
	color: #3F3F3F;
	text-decoration: none;
}
.footer-logo-info img{
	width: 100%;
	height: auto;
}
.icons-div {
	width: 30px;
	height: 30px;
	color: white;
	background-color: #008850;
	display: flex;
	justify-content: center;
	align-items: center; /* optional: rounded corners */
  }
  
  .icons-div img {
	width: 10px;
	height: 15px;
  }
  
  .social-icons {
	display: flex;
	gap: 8px; /* spacing between icons */
  }
  
  .footer-copyright {
 color: #3F3F3F;
	font-size: 14px;
  }
  .copyright-content{
	color: #3F3F3F;
  }
  
  .footer-actions a:hover {
	text-decoration: underline;
  }
  





.max-1075{
	max-width: 1075px;
	margin: 0 auto;
}
.btn.basket-btn{
	margin-right:8px; 
	border:1px solid #000043; 
	padding: 20px 60px; 
	border-radius:0px;
	width: 256px;
}
@media only screen and (max-width: 1199px){
	.btn.basket-btn{
		margin-right:0px; 
		max-width: 256px;
		width: auto;
	}
}
.report-form .form-control{
        height: 76px;
        padding: 10px;
        border-radius: 0px;
        border: 1px solid #000043;
}
.baneer-sec{
	background-image: url(images/banner-img.png);
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.banner-content-inner{
	width: 868px;
	background-color: #ffffffcc;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.section-pad{
	padding: 80px 0px;
}
.offer-box {
	border: 1px solid #ccc;
	padding: 30px;
	margin: 30px auto;
	background-color: #fff;
  }
  .icon {
	font-size: 40px;
	color: red;
  }
  .btn-custom {
	background-color: #0b0b40;
	color: white;
	margin-right: 10px;
	border-radius: 0; /* <- This removes the rounded corners */
  }
  .btn-custom:hover {
	background-color:red;
	color: white;
  }
  .special-offer {
	display: flex;
	align-items: flex-start;
	gap: 20px;
  }


  /* table css */
  table th,
  table td {
	vertical-align: middle;
	text-align: center;	
  }
  table.table th,
table.table td {
  vertical-align: middle;
  text-align: center;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
  th {
	background-color: #f8f9fa;
	font-weight: 600;
  }
  .table-wrapper {
	overflow-x: auto;
	padding: 20px;
  }
 
  table th[scope="row"] {
	background-color: #f6f6f6;
	font-weight: 400;
	color: #000043;
  }


  .img-fluid {
	border-radius: 6px;
  }
  .map-img {
	height: 100%;
	object-fit: cover;
  }
.market-sec-head{
	border-bottom: 2px solid #000000;
}
.market-location{
	margin-left: 20px;
}
  .section-title { font-weight: 500; margin-top: 1rem; font-size: 24px; }
  .icon-text { display: flex; align-items: center; gap: 0.5rem; font-size: 14px; }
  .amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
  .info-box { background: #f8f9fa; padding: 1.5rem; border-radius: 0.5rem; }
  .price-highlight { color: red; font-weight: bold; font-size: 1.25rem; }
  .office-card {
	background-color: #f8f8f8;
	padding: 20px;
	border-radius: 0.5rem;
	max-width: 420px;
  }

  .office-card-title {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.25rem;
  }

  .office-card-subtitle {
	color: #666;
	font-size: 0.95rem;
	margin-bottom: 0.75rem;
  }

  .office-card-note {
	font-size: 0.85rem;
	color: #999;
  }

  .office-card-label {
	font-size: 0.9rem;
	color: #888;
	margin-bottom: 0.25rem;
  }

  .office-card-detail {
	font-size: 0.95rem;
	margin-bottom: 0.25rem;
  }

  .office-card-divider {
	border-top: 1px solid #ccc;
	margin: 1.2rem 0;
  }

  .office-card-price {
	font-size: 1.25rem;
	font-weight: 600;
	color: #e63946;
  }

  .office-card-cost-label {
	font-size: 0.95rem;
	color: #888;
  }

  /* conatct  */
  .contact-section {
	padding: 2rem 0;
  }

  .contact-title {
	font-size: 24px;
	color: #333;
	margin-bottom: 1rem;
	margin-left: 30px;
  }

  .contact-name {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 0.25rem;
  }

  .contact-role,
  .contact-phone,
  .contact-email {
	font-size: 0.95rem;
	color: #666;
	margin-bottom: 0.25rem;
  }

  .contact-buttons .btn {
	background-color: #05053f;
	color: white;
	font-size: 0.9rem;
	padding: 0.5rem 1.2rem;
	margin-right: 0.5rem;
	border-radius: 0px;
  }
  .contact-buttons .btn:hover {
	background-color: red;
	color: white;
	font-size: 0.9rem;
	padding: 0.5rem 1.2rem;
	margin-right: 0.5rem;
	border-radius: 0px;
  }

  .contact-image {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
  }

  .contact-logo {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
  }

  .contact-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
  }

  .contact-info {
	display: flex;
	gap: 1rem;
  }
  .availability{
	  font-size: 13px;
  }
  .offer-btns{
	  text-align: right;
  }

  @media only screen and (max-width: 600px) {
	a.navbar-brand img {
		width: 100%;
	}	
	.contact-buttons .btn {
		background-color: #05053f;
		color: white;
		font-size: 12px;
		padding: 0.5rem 1.2rem;
		margin: 0.5rem;
		border-radius: 0px;
	}
	
	.logo-img.pt-3 img {
		width: 100%;
	}
	button.btn.btn-custom {
		margin: 5px;
		font-size: 12px;
	}
	.contact-logo {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		object-fit: cover;
		display: none;
	}
  }
  /*office space css*/

  .search-bar {
			border: 1px solid #ccc;
			border-radius: 4px;
			padding: 18px;
			width: 100%;
		}
		.control-buttons .btn {
			border-radius: 0;
			border: 1px solid #ccc;
			background-color: #fff;
			color: #000;
			font-size: 14px;
		}
		.control-buttons .btn.active {
			background-color: #f5f5f5;
			border-color: #000;
		}
		.card {
			border: 1px solid #ccc;
			border-radius: 4px;
		}
		.card .badge {
			font-size: 12px;
			font-weight: bold;
		}
		.status-available {
			color: #000043;
			padding: 0px;
		}
		.status-occupied {
			background-color: #fce4e4;
			color: #c62828;
		}
		.btn.btn-proposal {
			background-color: #14113a;
			color: #fff;
			border: none;
			border-radius: 0;
			border: 1px solid #14113a;
		}

		.btn-proposal:hover {
			background-color: #FF0404;
			color: white;
			border: 1px solid #FF0404;
		}
		.btn-report {
			background-color: #bdbdbd;
			color: #fff;
			border: none;
			border-radius: 0;
		}
		.icons img {
			height: 20px;
			margin-right: 4px;
		}
		.card-footer span {
			font-size: 14px;
		}


		.control-buttons > .btn {
    width: 188px;
    display: flex !important;
    align-items: center;
    text-align: center !important;
    justify-content: center;
}

		.control-buttons > .btn svg{
			margin-right: 10px;
		}

		.search-wrapper-field{
			width: 73%;
			position: relative;
		}
		.search-wrapper-field svg {
			position: absolute;
			right: 10px;
			top: 50%;
			transform: translateY(-50%);
			color: #888;
		}

		.card .img-row-card img {
			width: 181px;
			height: 140px;
			object-fit: cover;
		}

		.card .img-row-card {
			display: flex;
		}
		.card .icons-card-row svg {
			margin-right: 6px;
		}

		/* .listing-card-sec{
			max-width: 1439px !important;
		} */
		.btn.btn-proposal.btn-proposal-2{
			background-color: #999999;
			border: 1px solid #999999;
		}
		.btn.btn-proposal.btn-red-tick{
			background-color: #FF0404;
			border: 1px solid #FF0404;
		}
		.listing-card-sec{
			width: 95%;
			margin-left: auto;
		}
		.office-card-body {
			padding: 10px 10px 20px 0px;
		}
		.location-text {
			padding: 6px;
		}
		p.capacity-style {
			padding: 6px;
		}
		.capacity-icon-content-style{
			margin-top: -10px;
		}
.office-card-body p{
	font-size: 12px;
}
p.starting-price {
    position: relative;
    top: 12px;
}



.listing-card-sec .card-body p
 {
    font-size: 12px;
    /* padding-left: 5px; */
}

.icons-card-row > span {
    padding-right: 25px;
}

.listing-card-sec .card-body span.text-muted {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 0px 10px;
}
/*  popup css*/

.popup-form .form-control {
      border: 1px solid #2c2c54;
      border-radius: 0;
      box-shadow: none;
      font-size: 16px;
      min-height: 76px;
    }

    .popup-form .modal-body {
      padding: 30px;
    }
    .popup-form .search-label {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #2c2c54;
    }

    .popup-form .btn-close {
      background: none;
    }

    .popup-form .modal-dialog {
    max-width: 1376;
}

.popup-form .modal-header {
    border-bottom: 0;
    padding: 25px 30px 0px 30px;
}

.popup-form h5.modal-title {
    margin: 0;
    color: #000043;
}

.popup-form .modal-body form {
    margin-bottom: 0;
}


.form-search-btn {
    background-color: #14113a;
    color: #fff;
    border: none;
    border-radius: 0;
    border: 1px solid #14113a;
}

.form-search-btn {
    background-color: #14113a;
    color: #fff;
    border: none;
    border-radius: 0;
    border: 1px solid #14113a;
    padding: 10px 35px;
}

.form-search-btn:hover {
    background-color: #FF0404;
    color: white;
    border: 1px solid #FF0404;
}
/*  popup css*/




@media (max-width: 767px){
	.control-buttons.d-flex {
    flex-wrap: wrap;
}

.control-buttons .search-wrapper-field {
    width: 100%;
}

.control-buttons > .btn {
    width: 32.33%;
    margin-top: 6px;
    min-height: 58px;
}
}

.dummy-card-content {
    padding-top: 10px;
}
p.capacity-style-new {
    font-size: 14px;
    padding: 6px 3px 3px 6px;
}
.view-all-btn-style{
	text-align: center;
}
button.btn.custom-view-all-btn {
    width: 20%;
	border: 2px solid #008850;
	box-shadow: 4px 4px 0 #007a3d; 
	color: #008850;
	border-radius: 0;
}

.custom-tabs {
	border-bottom: 1px solid #ddd;
	justify-content: center; /* center align */
  }
  
  .custom-tabs .nav-link {
	border: none;
	color: #444;
	font-weight: 500;
	position: relative;
  }
  
  .custom-tabs .nav-link.active {
	color: #007a3d; /* green text */
  }
  
  .custom-tabs .nav-link.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background-color: #007a3d; /* green underline */
  }
  .main-tab-div {
	border-bottom: 1px solid #dbd8d8;
	width: 87%;
	margin: auto;
}
  .search-bar::placeholder{
	  color: #008850;
  }