/*
Theme Name: TheGem Child
Theme URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Author: Codex Themes.
Description: Multi-Purpose Wordpress Theme
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,flexible-header,full-width-template,theme-options,translation-ready
Version: 5.11.0.1767331851
Updated: 2026-01-02 05:30:51

*/
 
 /* Single Site Details Page */
.page-id-7  .broker-site-card:hover{
border:none!important;
  box-shadow: none!important;
}

 .broker-site-card:hover {
    border: 1px solid #E64BA3;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.profile-img img {
    border-radius: 100%;
}
.advsearch-clear-all{
		    position: absolute;
    right: 100px;
    top: 23px;
	color: #000000;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
	}
	.image-checkbox-group {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* two equal columns */
  gap: 10px;
  margin-bottom: 20px;
}

.image-checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.image-checkbox input[type="checkbox"] {
  display: none; /* fully hidden */
}

.booking-modal-content .checkbox-content {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 6px;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease;
}

.booking-modal-content .checkbox-content img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-bottom: 6px;
}

.booking-modal-content .checkbox-content span {
  font-size: 14px;
  color: #333
  display: none;
}

/* Checked State */
.image-checkbox input[type="checkbox"]:checked + .checkbox-content {
  border-color: #E64BA3;
  box-shadow: 0 0 8px rgba(8, 120, 48, 0.3);
  background: #f6fff8;
}

.image-checkbox input[type="checkbox"]:checked + .checkbox-content span {
  color: #204E44;
  font-weight: 600;
}

	.form-submit-btn-sec{
		text-align: left;
	}
	.two-col-phone{
		display: grid;
  grid-template-columns: 1fr 2fr; /* Two equal columns */
  gap: 30px; 
		
	}
	.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  gap: 30px;                     /* Space between columns */
  margin-top: 0px;
}

        /* 🌑 Modal Overlay */
        .booking-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0; top: 0;
            width: 100%; height: 100%;
            backdrop-filter: blur(6px);
            background: rgba(0,0,0,0.5);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .booking-modal.active {
            display: block;
            opacity: 1;
        }

        /* 📦 Modal Box */
        .booking-modal-content {
            background: #fff;
            margin: 3% auto;
            padding: 30px 30px 15px;
            width: 90%;
            max-width: 900px;
            border-radius: 10px;
            position: relative;
            animation: slideDown 0.35s ease;
            box-shadow: 0 8px 24px rgba(0,0,0,0.25);
        }
		.booking-modal-content h2{
			    color: #E64BA3;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
			    text-transform: none;
    letter-spacing: 0;
		}
		.booking-modal-content h5{
			color: #000000;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
			text-transform: none;
		}
		.booking-modal-content p, .booking-modal-content .form-group label{
			color: #000000;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
		}
		.booking-modal-content input[type="text"]::placeholder, .booking-modal-content input[type="email"]::placeholder,
		.booking-modal-content input[type="tel"]::placeholder{
  color: #646464;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
		.booking-modal-content p{
			    padding-bottom: 20px;
    border-bottom: 1px solid rgba(121, 121, 121, 0.4);
			margin-bottom: 30px;
			
		}
        @keyframes slideDown {
            0% { transform: translateY(-20px); opacity: 0; }
            100% { transform: translateY(0); opacity: 1; }
        }

        /* ❌ Close Button */
        .close-booking {
            position: absolute;
            right: 15px;
            top: 12px;
            font-size: 24px;
            cursor: pointer;
            color: #444;
            transition: color 0.2s ease;
        }
        .close-booking:hover { color: #000; }

        /* 📝 Form Styles */
        .form-group {
            margin-bottom: 20px;
        }
        .form-group label {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 14px;
            color: #000000;
        }
		.booking-modal-content .form-group textarea{
			max-height: 50px;
			line-height: 1;
		}
        .booking-modal-content .form-group input, .booking-modal-content .form-group select, .booking-modal-content .form-group textarea {
            width: 100%;
            padding: 20px;
            border: 1px solid #5B58C9;
            border-radius: 8px;
            font-size: 16px;
            transition: all 0.2s ease;
			background: #ffffff;
			max-width: 100%;
			line-height: 1;
        }
        .form-group input:focus {
            border-color: #5B58C9;
            box-shadow: 0 0 6px rgba(18,49,111,0.2);
            outline: none;
        }

 /* 🟦 Submit Button */
 button.booking-submit-btn, .form-submit-btn-sec button {
	background-color: #5B58C9;
	background-image: var(--albie-btn-arr);
	background-repeat: no-repeat;
	background-position: right 15px center !important;
	background-size: 16px;
	padding: 20px 15px;
    color: #ffffff;
    border-radius: 8px;
    text-align: left;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background 0.3s ease;
    cursor: pointer;
    line-height: 1;
	width: 260px;
    border: 0;

        }
.booking-modal-content .form-group textarea{
	    height: 120px;
    max-height: none;
}
		.form-submit-btn-sec button.prev-btn{
			background-image: var(--left-arrow);
			background-position: left 15px center !important;
			text-align: right;
		}
		button.booking-submit-btn:focus, button.booking-submit-btn:hover, 
		.form-submit-btn-sec button:hover, .form-submit-btn-sec button:focus{
           opacity: 0.9;
        }
.booking-box-widget-btn-sec a.book-btn:hover{
	background: #E64BA3;
	border-color: #E64BA3;
}
.booking-box-widget-btn-sec a.book-btn:hover{
	color: #ffffff;
}
.close-booking img{
	width: 18px;
}
        #bookingResponse {
            margin-top: 15px;
            font-weight: 600;
            text-align: center;
        }
select[name="booking_phone_dial"]{
			background-size: 13px !important;
			background-repeat: no-repeat !important;
			background-position: center right 15px !important;
	background-image: var(----selectbox-down-arr);
			appearance: none; /* remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
      line-height: 1;
    padding: 17px 15px !important;
		}
		/*input[name="booking_date"]{
			background-image: url('<?php echo site_url();?>/wp-content/uploads/2025/10/date-field-icon.png') !important;
			background-size: 20px !important;
			background-repeat: no-repeat !important;
			background-position: center right 15px !important;
			appearance: none !important; 
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative;
  cursor: pointer;
		}
		
input[name="booking_date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
  -webkit-appearance: none;
}


input[name="booking_date"]::-webkit-inner-spin-button,
input[name="booking_date"]::-webkit-clear-button {
  display: none;
}*/

/* single site page */
.feature-sec .broker-amenities{
	    display: flex;
}
.feature-sec .broker-amenities p{
	margin-bottom: 0;
	color: #090D13;
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
	display: flex;
	 align-items: center;
}
.feature-sec .broker-amenities p span{
	    color: #000000;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.feature-sec .broker-amenities p img{
	display: inline-block;
  width: 20px;
  height: auto;         /* ensures natural image height */
  vertical-align: middle;
  margin-right: 15px;
  flex-shrink: 0;       /* prevents image from being stretched */
}

.slider-wrapper {
    overflow: hidden;
	border-radius: 10px;
}
#masterslider {
    width: 100%;
}

.booking-box-widget-call-sec a, .booking-box-widget-email-sec a{
	color: #0F0F0F;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.booking-box-widget-email-sec{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(121, 121, 121, 0.4);
}
.profile-txt{
	padding-top: 20px;
}
.profile-txt p{
	color: #000000;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
.booking-box-widget-call-sec img{
	width: 20px;
	margin-right: 8px;
	vertical-align: top;
}
.booking-box-widget-email-sec img{
	width: 18px;
	margin-right: 8px;
	vertical-align: top;
}
.booking-box-widget-call-sec{
	padding-top: 20px;
    padding-bottom: 0px;
	margin-bottom: 10px;
}
.booking-bar{
	border-bottom: 1px solid #C5C5C5;
	width: 150px;
	margin: 15px auto;
}
.booking-box-widget{
	background: #fff;
    border-radius: 0px;
    border: 0;
	padding: 0px;
}
.booking-box-widget-cont .booking-box-widget-title-sec h3{
	margin-top: 0;
	margin-bottom: 10px;
}
.booking-box-widget-title-sec{
	    padding-bottom: 30px;
    border-bottom: 1px solid rgba(121, 121, 121, 0.4);
}
.booking-box-widget-btn-sec{
	padding-top: 30px;
}
.booking-box-widget-title-sec h2{
	margin-top: 0;
	color:#E64BA3;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 0;
}
.booking-box-widget-btn-sec a{
	display: block;
    color: #fff;
    margin-bottom: 10px;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	padding: 20px 15px;
	border: 1px solid #5B58C9;
}
.booking-box-widget-btn-sec a.book-btn{
	background-color: #5B58C9;
    background-image: var(--albie-btn-arr);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
	height: auto;
	border-radius: 8px;
}
.booking-box-widget-btn-sec a img{
	margin-right: 10px;
	width: 18px;
	vertical-align: middle;
	display: inline-block;
}
.booking-box-widget-btn-sec a.call-btn{
	color: #5B58C9;
    font-weight: 500;
    border: 1px solid #5B58C9;
    background-color: #ffffff;
    background-image: var(--albie-btn-arr-blue);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    height: auto;
	border-radius: 8px;
}
.booking-box-widget-cont{
	padding: 30px 15px;
	border: 1px solid #FAF6FF;
	border-radius: 10px;
}
.booking-box-widget-btn-sec a.call-btn:hover{
	background-color: #5B58C9;
    background-image: var(--albie-btn-arr);
	color: #ffffff;
}
.floor-details-table table{
	width: 100%;
}
.floor-details-table{
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px 20px;
}
.floor-details-table tr th, .floor-details-table tr td{
	line-height: 1;
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	    padding: 10px 0 !important;
	border: 0px !important;
}
.floor-details-table tr td.floor-price{
	font-size: 20px;
	font-weight: 900;
}
.floor-details-table table tr:last-child td{
	border-bottom: 0 !important;
}
#map {
  width: 100%;
  max-width: 1000px;
  height: 350px;
  margin: 0px 0 20px;
  border-radius: 10px;
  overflow: hidden;
}
.single-site-details-sec{
	display: grid;
	grid-template-columns: 2.3fr 1fr;
	gap: 25px;
}
.single-site-details{
	display: flex;
	flex: 1 1 65%;
	flex-direction: column;
}
.single-site-sidebar{
	display: flex;
	flex: 1 1 30%;
	flex-direction: column;
	padding-top: 0px;
	position: sticky;
  top: 0px; /* distance from top of viewport */
  align-self: flex-start; /* make sure it doesn't stretch */
}
.amenities-details table{
	width: auto;
	margin-bottom: 0px;
}

	.aux-full-width #inner-body {
    overflow-x: visible;
}
.property-details, .amenities-details, .features-details, .location-details{
	border-bottom: 1px solid #C5C5C5;
}
.property-details, .amenities-details, .features-details, .location-details, .floor-details{
	padding: 30px 0;
}
.property-details h2, .amenities-deta, .amenities-details h2, .features-details h2, .location-details h2, .floor-details h2{
	margin-top: 0;
	margin-bottom: 20px;
	color: #130E0C !important;
	font-family:  "Hanken Grotesk", Sans-serif;;
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0;
}
.single-city-address{
	font-weight: 600 !important;
}
	.amenities-details h2{
		margin-bottom: 40px;
	}
	.features-details h2{
		margin-bottom: 25px;
	}
.single-site-breadcrumb, .single-site-breadcrumb a, .single-city-address, .property-details p, .amenities-details table tr td, .features ul li{
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.single-site-breadcrumb, .single-site-breadcrumb a, 
.single-city-address, .property-details p, 
.amenities-details table tr td:first-child,
.features ul li{
	color: #130E0C;
}
.amenities-details table tr td{
	background: #ffffff !important;
	padding-top: 10px;
	line-height: 1;
}
	.amenities-details table tr:first-child td{
		padding-top: 15px;
	}
	.amenities-details table tr td:first-child{
		padding-left: 10px;
		padding-right: 40px;
		padding-bottom: 8px;
	}
	.amenities-details table tr td:last-child{
		padding-left: 30px;
		padding-right: 100px;
		padding-bottom: 5px;
	}
	.availability-details{
		border-top: 1px solid #C5C5C5;
	}
.amenities-details table tr td:last-child{
	color: #5F6267;
}
.single-site-breadcrumb, .single-site-breadcrumb a, 
.single-city-address, 
.features ul li{
	line-height: 1;
}
.features ul li{
	margin-bottom: 20px;
}
.features ul li img{
	width: 20px;
	margin-right: 10px;
	display: inline-block;
}
.property-details p{
	line-height: 1.3;
}
.single-site-breadcrumb{
	margin-bottom: 20px;
}
.single-site-title-sec h1{
	color: #ffffff;
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	margin-top: 0 !important;
	margin-bottom: 20px;
	text-transform: none;
	letter-spacing: 0;
}
.amenities-details table tr td:first-child img{
	margin-right: 15px;
	display: inline-block;
	width: 13px;
}
.feature-sec{
	    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.features ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-site-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}
.single-site-gallery img {
    width: calc(33.333% - 10px);
    border-radius: 5px;
    object-fit: cover;
}
.back-button {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 14px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.back-button:hover {
    background: #005f8d;
}

.custom-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px; /* 👈 matches your side gaps */
    pointer-events: none; /* allows slider interaction */
}

.custom-arrows .arrow-prev,
.custom-arrows .arrow-next {
    cursor: pointer;
    pointer-events: auto;
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    position: relative;
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.3s ease;
}

.custom-arrows img {
	position: absolute;
    width: 18px;
    height: auto;
    transition: transform 0.8s ease;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider-wrapper:hover .custom-arrows .arrow-prev,
.slider-wrapper:hover .custom-arrows .arrow-next{
	opacity: 1;
}
.related-properties-sec{
	padding: 0px;
}
.related-properties-sec h2{
	    color: #090D13 !important;
    font-family: "Raleway", sans-serif !important;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
	letter-spacing: 0;
	text-transform: none;
}
.custom-checkbox-wrapper {
    margin: 0;
}
.custom-checkbox-wrapper {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
	vertical-align: middle;
}
.floor-details-table tr td.align-center{
	text-align: center !important;
}
.floor-details-table tr td{
	border-bottom: 1px solid rgba(121,121,121,0.3) !important;
}
.custom-checkbox {
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
    cursor: pointer;
}
.custom-checkbox-label {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #E64BA3;
    border-image: initial;
    border-radius: 4px;
    transition: 0.3s;
}
.custom-checkbox-label::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: center center / contain no-repeat;
    transition: opacity 0.3s;
}
.custom-checkbox:checked + .custom-checkbox-label::after {
    content: "";
    background-image: var(--checkbox-checked-icon);
    opacity: 1;
}
.custom-checkbox:checked + .custom-checkbox-label {
    background-color: transparent;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

/* Wrap both tables in a scrollable container */
.floor-table-title,
.floor-table-detail {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  max-width: 600px;
}
.floor-table-title table,
.floor-table-detail table{
	width: 100%;
	border-radius: 10px;
}

/*site list and map page */
.map-list-view-sec{
		    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	}
	.map-list-view-sec .view-all-wrapper{
		grid-column: 2;
	}
	.map-list-view-sec .broker-site-card.hidden-site{
		display: none !important;
	}
	.map-list-view-sec .broker-sites-grid {
    display: ruby;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 15px;
    justify-content: center;
    max-height: 700px; /* fixed container height */
    overflow-y: auto;  /* scrolls vertically */
    overflow-x: hidden;
    align-content: start; /* prevents card shrinking */
}

/* Optional: style the scrollbar for better appearance */
.map-list-view-sec .broker-sites-grid::-webkit-scrollbar {
    width: 6px;
}
.map-list-view-sec .broker-sites-grid::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 4px;
}
	.map-list-view-sec .broker-site-card{
		min-height: 290px;
		    display: grid !important;
			grid-template-columns: 1fr 2fr;
    gap: 15px;
	max-width: 100%;
	}


	.broker-sites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
  justify-content: center;       /* center the grid */
}

    .broker-site-card {
        border-width: 1px;
		border-style: solid;
		border-color:rgba(0,0,0,14%);
        border-radius: 10px;
        overflow: hidden;
        background: #FCFAF8;
        transition: transform 0.2s ease;
		max-width: 444px;              /* prevents stretching */
  margin: 0 auto;
  width: 100%;
    }
   /* .broker-site-card:hover { transform: translateY(-5px); }*/
    .broker-site-card .broker-image img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
    }

	.broker-type { 
		margin-bottom: 10px;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 1;
	}
	

    
	.broker-address, .broker-people {
		align-items: flex-start;
		
	}
	.broker-address, .broker-people, .broker-amenities {
		display: flex;
		gap: 10px;
		
	}
	.broker-amenities {
		align-items: flex-end;
	}
	.broker-address {
		margin-bottom: 10px;
	}
	.broker-people{
		margin-bottom: 20px;
	}
	.broker-address img{
		width: 14px !important;
		object-fit: contain;
		display: inline-block !important;
		height: auto;
	}
	.broker-people img, .broker-amenities img {
		width: 20px !important;
		object-fit: contain;
		display: inline-block !important;
		height: auto;
	}
	.broker-address span, .broker-people span{
		font-size: 16px;
	}
	.broker-address span {
		line-height: 1.3;
	}
	.broker-people span, .broker-amenities span {
		line-height: 1;
	}
	.broker-amenities span {
		font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 14px;
	}
	.broker-btn-sec, .broker-amenities-sec {
		    display: flex;
    flex-direction: row;
    
	}
	.broker-btn-sec {
    display: flex;
    flex-wrap: wrap;       /* 👈 allow wrapping */
    gap: 20px;
    align-items: center;
}

.broker-amenities-sec {
    flex: 1 1 50%;         /* 👈 flexible width */
    gap: 30px;
    flex-wrap: wrap;       /* 👈 wrap amenities if needed */
}

.broker-view-dtls-btn {
    flex: 1 1 45%;         /* 👈 let button take the rest */
}
.broker-view-dtls-btn .view-details-btn {
    display: block;
    background-color: #F9AF20;
	background-image: var(--black-button-arrow);
	background-repeat: no-repeat;
	background-position: right 15px center !important;
	background-size: 30px;
    width: 100%;
    padding: 15px 20px;
    color: #091E1E;
    border-radius: 25px;
    text-align: left;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 500;
	transition: background 0.3s ease;
	cursor: pointer;
	line-height: 1;
}
.broker-view-dtls-btn .view-details-btn:hover {
    color: #ffffff;
    background-color: #204e44;
}
    .hidden-site { display: none; }
	.view-all-wrapper {
		text-align:center;
		margin-top:20px;
	}
    .view-all-btn {
    background-color: #204e44;
    background-image: var(--black-button-big-arrow);
    background-repeat: no-repeat;
    background-position: right 15px center !important;
    background-size: 40px;
    color: #ffffff;
    padding: 20px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s 
ease;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    display: block;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    }
	.view-all-btn:hover{
		color: #091E1E;
	background-color: #FAB836;
	}

/* Highlight effect */
.broker-site-card.highlight-site-card {
    border: 3px solid #12316F;
    box-shadow: 0 0 15px rgba(0, 115, 170, 0.5);
    transition: box-shadow 0.3s ease, border 0.3s ease;
}
.map-list-view-sec .broker-site-card.remove-animation:hover {
    transform: translateY(0);
}
.hidden-btn{
	display: none;
}


/*Booking Room*/
.meeting-room-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

.single-filter a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform 0.2s ease;
	padding-bottom: 10px;
	position: relative;
}
.single-filter a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -5px;
	background: #F9AF20;
	opacity: 0;
	transition: all 0.3s ease;
}
.single-filter a img {
    width: auto;
    height: 48px;
    transition: all 0.3s ease;
}

.single-filter a span {
    margin-top: 8px;
    color: #000000;
    transition: all 0.3s ease;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

/*.single-filter a:hover  {
    transform: translateY(-4px);
}*/

.single-filter a:hover span{
	color: #F9AF20;
}
.single-filter a:hover::after{
	opacity: 1;
}
/* Image hover using JS-based data attributes */
.single-filter a:hover img {
    content: attr(data-hover);
}
.broker-info h4 a{
	color: #F9AF20;
}
.book-meeting-room-map.map-list-view-sec .broker-site-card{
	min-height: 250px;
}

.meeting-room-carousel .owl-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  overflow: hidden;
}
.meeting-room-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crop images neatly */
}
.property-details ul{
	padding: 0;
    list-style: none;
    line-height: 2;
}
.property-details ul li{
	font-family: "Hanken Grotesk", Sans-serif;
    font-size: 18px;
    font-weight: 400;
	color: #130E0C;
}
.property-details ul li img{
	margin-right: 5px;
}
.two-col-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}
.single-meeting-room-container .floor-details{
	border-bottom: 1px solid #C5C5C5;
	    
}
.single-meeting-room-container .floor-details table{
	max-width: 630px;
}
.single-meeting-room-container .location-details{
	border-bottom: 0;
}
.price-box-widget{
	padding: 20px;
	margin-bottom: 20px;
}
.price-box-widget p, .profile-box p, .profile-status{
	font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #090D13;
}
.price-box-widget .booking-box-widget-title-sec h2{
	font-weight: 300;
	color: #090D13 !important;
}
.price-box-widget .booking-box-widget-btn-sec a.book-btn{
	background-color: #F9AF20;
    background-image: var(--black-button-big-arrow);
    background-repeat: no-repeat;
    background-position: right 15px center !important;
    background-size: 40px;
    padding: 16px 20px;
    color: #091E1E;
    border-radius: 25px;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s 
ease;
    cursor: pointer;
    line-height: 1;
    width: 100%;
    border: 0;
}
.price-box-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: end;
	margin-bottom: 20px;
}
.profile-status{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	margin-bottom: 20px;
}
.profile-box{
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #C5C5C5;
}
.profile-box h3{
	font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400;
	color: #090D13;
	margin-top: 0;
	margin-bottom: 20px;
}
.profile-box img{
	max-width: 100px;
	margin-bottom: 10px;
	display: inline-block;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.price-box-widget ul{
	list-style: none;
	padding: 0;
	text-align: left;
}
.price-box-widget ul li{
	font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #090D13;
	line-height: 3;
}
.price-box-widget ul li img{
	vertical-align: middle;
	max-width: 22px;
}
.form-step { display: none; }
.form-step.active { display: block; }
.form-agree-sec input[type="checkbox"]{
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
.form-agree-sec label{
	display: inline-block;
}
.form-agree-sec p{
	margin-bottom: 20px;
}
.form-agree-sec h4{
	    color: #000000;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
}
.form-group-checkbox-sec{
	margin-bottom: 10px;
}
.form-group-checkbox-sec span{
	font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #090D13;
		margin-left: 10px;
}
.slot-container{
	    display: flex;
    align-items: center;
    width: 100%;
    padding: 70px 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.slot-container .slot-imgs {
    cursor: pointer;
    width: 12px;
    margin-bottom: 10px;
    height: 20px;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
}
.slot-details-sec{
	display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.slot-detail{    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.slot-detail img{
	width: 20px;
    height: 20px;
}
.third-col-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.multistep-title{
	text-align: center;
}
.payment-sec{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.payment-details-table{
	    border: 1px solid #000;
    padding: 20px;
    margin-top: 20px;
}
.payment-details-title{
	padding: 20px 0;
    border-bottom: 1px solid #000;
}
.payment-details-title h5{
	margin-bottom: 0;
}
.payment-details{
	padding: 1rem 1.25rem;
	    border-bottom: 1px solid #ccc;
}
.payment-charge, .payment-details-total{
	    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
.payment-details-total{
	padding: 1rem 1.25rem;
}
.payment-details-total h5{
	font-weight: 700;
}



@media only screen and (min-width: 768px){
	.map-list-view-sec .broker-site-card{
		    grid-template-columns: 1.5fr 2fr;
	}
	.map-list-view-sec .broker-site-card .broker-image {
		position: relative;
	}
	.map-list-view-sec .broker-site-card .broker-image img{
		position: absolute;
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width:992px){
	.single-site-container{
		padding: 30px;
	}
	#masterslider {
		margin-left: 0 !important;
	}
	.single-site-title-sec h1, .related-properties-sec h2{
		font-size: 30px;
	}
	.single-site-details, .single-site-sidebar{
		flex: 1 1 100%;
	}
	.single-site-sidebar{
		position: relative; 
		max-width: 100%;
		padding-top: 30px;
	}
	.related-properties-sec {
		padding: 30px;
	}
}

@media only screen and (max-width: 768px) {
.single-site-container{
		padding: 20px;
	}
	#masterslider {
		margin-left: 0 !important;
	}
	.single-site-title-sec h1, .related-properties-sec h2{
		font-size: 24px;
	}
	.single-site-details, .single-site-sidebar{
		flex: 1 1 100%;
	}
	.single-site-sidebar{
		position: relative; 
		max-width: 100%;
		padding-top: 20px;
	}
	.related-properties-sec {
		padding: 20px;
	}
	.floor-table-title,
  .floor-table-detail {
    display: block;               /* makes the table a block element */
    width: 100%;
    overflow-x: auto;             /* enables horizontal scroll */
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    white-space: nowrap;          /* prevents table cells from wrapping */
  }

  .floor-table-title table,
  .floor-table-detail table {
    width: 100%;
    min-width: 100%;             /* optional: ensures table has enough width to scroll */
  }

  /* Optional: better scrollbar look (for modern browsers) */
  .floor-table-title::-webkit-scrollbar,
  .floor-table-detail::-webkit-scrollbar {
    height: 6px;
  }
  .floor-table-title::-webkit-scrollbar-thumb,
  .floor-table-detail::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }
  .booking-box-widget-title-sec h3{
	      font-size: 18px;
  }
  .booking-box-widget-title-sec h2, .booking-box-widget-call-sec a{
	  font-size: 22px;
  }
  .booking-box-widget-email-sec a{
	  font-size: 16px;
  }
.booking-modal-content h2{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.booking-modal-content p {
    margin-bottom: 20px;
}
.two-col-grid, .two-col-phone{
	grid-template-columns: 1fr;
	gap: 0px;
 }
 .two-col-grid.two-col-grid-time{
	grid-template-columns: 1fr 1fr;
	gap: 15px; 
 }
.booking-modal-content{
	padding-left:20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.close-booking img {
    width: 20px;
}
button.booking-submit-btn{
	width: 100%;
}
.booking-modal-content .form-group {
    margin-bottom: 10px;
}
.single-site-details-sec, .single-site-details{
	max-width: 100%;
    overflow: hidden;
}
.single-site-details-sec{
	gap: 0px;
}
.map-list-view-sec {
        grid-template-columns: 1fr; /* 1 column on smaller screens */
		gap:0;
}
.broker-btn-sec {
        flex-direction: column;   /* Stack vertically on mobile */
        align-items: stretch;
    }
    .broker-amenities-sec,
    .broker-view-dtls-btn {
        flex: 1 1 100%;
    }
	.broker-sites-grid, .map-list-view-sec .broker-sites-grid, .map-list-view-sec .broker-site-card{
		    grid-template-columns: 1fr;
	}
	.map-list-view-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.broker-sites-map-sec #broker-sites-map{
	max-height: 400px;
}
.advsearch-clear-all{
	right: 50px;
}
.booking-modal-content .form-group input, .booking-modal-content .form-group select, .booking-modal-content .form-group textarea{
	height: auto !important;
	    padding: 10px 15px !important;
		height: 40px !important;
	line-height:1;
		
}
.booking-modal-content .checkbox-content img{
	    width: 25px;
    height: 25px;
}
.booking-modal-content .checkbox-content{
	padding: 3px;
}
.search-properties-form-sec .filters{
		    justify-content: center;
    align-items: center;
	}
	.search-properties-form-sec .filters a:first-child {
    margin-right: 0;
}
	.search-properties-form-sec .filters img {
    width: 40px;
}
	.search-properties-form-sec{
		gap: 10px;
	}
	.search-properties-form input[type="text"] {
		width: 240px !important;
		padding: 10px 20px;
    height: auto !important;
	}
}


/* Workspace search form style start*/
/* Wrapper */
.search-properties-form .search-bar {
  display: flex;
  gap: 20px;
  margin: 0px auto;
}

/* Shared field style */
.search-properties-form .field {
  background: #fff;
  border-radius: 16px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}


/* Input width */
.search-properties-form .input-field {
  flex: 1;
}

/* Custom dropdown arrow */
.search-properties-form .select-field select {
  appearance: none;
  background-image: var(--selectbox-down-arr);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}

.search-properties-form-sec{
	display: flex;
	width: 100%;
	gap: 20px;
	justify-content: center;
	    flex-wrap: wrap;
}

.search-properties-form input[type="text"]::placeholder, .search-properties-form input[type="text"], .search-properties-form select{
	border: none;
	outline: none;
  color: #787878;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.search-properties-form label{
	color: #000000;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
	margin-bottom: 4px;
}
.search-properties-form input[type="text"]{
	padding: 0;
	width: 600px;
}

/* City dropdown width */
.search-properties-form .select-field {
  width: 260px;
	display: none !important;
}
.search-properties-form-sec .filters{
	display: flex;
	gap: 5px;
}
.search-properties-form-sec .filters a:first-child{
	margin-right: 5px;
}
.search-properties-form-sec .filters a{
	display: flex;
  justify-content: center;
  align-items: center;
	    width: 60px;
    background: #E64BA3;
    border-radius: 16px;
	height: 60px;
}
.search-properties-form-sec .filters img{
	width: 24px;
}
/* Workspace search form style end*/

.total-views-building{
	color: #000000;
	font-size: 18px;
	font-family: "Manrope", sans-serif;
    font-weight: 700;
    line-height: 1;
	margin-bottom: 30px;
}
.broker-site-card{
	margin-bottom: 10px;
	transition: 1s ease;
}
.broker-site-card .broker-image{
	position: relative;
}
.broker-site-card .broker-image .broker-price{
	margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    z-index: 100;
    right: 5px;
    color: #E64BA3;
    background: #fff;
    padding: 10px;
    font-weight: 800;
    border-radius: 25px;
	font-family: "Hanken Grotesk", Sans-serif;
}
.broker-site-card .broker-info h4 { 
		margin-top: 0; 
		color: #130E0C!important;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
		font-family: "Hanken Grotesk", Sans-serif;
		text-transform: none;
	line-height: 1;
	}
.broker-site-card .broker-info h4 a{
	color: #130E0C;
}
.broker-site-card .broker-address{
	color: #5C5C5C;
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	position: relative;
	margin-bottom: 20px;
}
.broker-site-card .broker-address::after{
	content: "";
	position: absolute;
	width: 70px;
	height: 1px;
	background:#5B58C9;
	bottom: -10px;
}
.broker-site-card .broker-people{
	color: #5C5C5C;
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	gap: 15px;
}
.broker-site-card .broker-people span{
	color: #130E0C;
	font-weight: 700;
}
.broker-site-card .broker-info { 
		padding: 15px 15px 10px; 
	}

.pagination-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 40px 0;
  font-family: 'Open Sans', sans-serif;
}

.pg {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333333;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.pg:hover:not(.active):not(.disabled) {
  background: #f6f6f6;
}

.pg.active {
  background: #E64BA3; /* pink */
  color: #fff;
  border-color: #E64BA3;
}

.pg.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pg.dots {
  border: none;
  cursor: default;
}
.owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 10px;
}

.owl-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  
 
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.owl-nav-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
	
	border-radius: 50%;
}
.owl-nav-icon.prev-icon{
	background: #B5B5B5;
}
.owl-nav-icon.next-icon{
	background: #130E0C;
}
.prev-icon::before,
.next-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
}

.prev-icon::before {
  content: var(--owl-left-icon);
}

.next-icon::before {
  content: var(--owl-right-icon);
}

/* Dots container */
.owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

/* Default dot */
.owl-dots .owl-dot span {
  width: 22px;
  height: 4px;
  border-radius: 20px;
  background: rgba(13,13,13,0.4);
  display: block;
  transition: all 0.3s ease;
}

/* Active dot */
.owl-dots .owl-dot.active span {
  background: #0D0D0D;
}

/* Hover (optional) */
.owl-dots .owl-dot:hover span {
  background: #0D0D0D;
}
.page-id-19 .block-content {
    padding: 0px 0 100px;
}
.albie-section{
	max-width: 1520px !important;
}
 .single-site-top-sec{
	 background-image: var(--single-site-banner);
	 background-repeat: no-repeat;
	 background-size: cover;
 }
.single-site-top-sec .back-to-search{
	padding-bottom: 30px;
	border-bottom: 1px solid #F7F7F7;
}

.single-site-top-sec .back-to-search a{
	color: #ffffff;
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}
	.single-site-top-sec .add-to-wishlist a{
		display: none;
	}
.single-site-top-sec .back-to-search img {
	width: 14px;
}
.single-site-top-sec .back-to-search img, .single-site-top-sec .add-to-wishlist img {
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
}
.single-site-top-sec .add-to-wishlist img {
	width: 18px;
}
.add-to-wishlist-btn {
	padding: 12px 15px;
    border: 1px solid #757575;
    border-radius: 10px;
}
.single-site-container {
    max-width: 1520px;
    margin: 0px auto;
	padding-left: 50px;
	padding-right: 50px;
}
.single-site-top-sec .single-site-container {
	padding-top: 120px;
	padding-bottom: 50px;
}
.single-site-header{
	    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
	padding: 30px 0;
}
.single-city-address{
	color: #ffffff;
}
.single-city-address img{
	margin-left: 10px;
	margin-right: 10px;
}
.single-site-price-sec{
	text-align: right;
}
.single-site-price-sec h3{
	font-family: "Hanken Grotesk", Sans-serif;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 10px;
}
.single-site-price-sec .price{
	font-family: "Hanken Grotesk", Sans-serif;
	color: #ffffff;
	font-size: 40px;
	font-weight: 800;
}

.single-site-gallery-grid {
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  gap: 25px;
		    position: relative;
    top: -30px;
    z-index: 10;
}

/* Main image */
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Right images */
.gallery-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.gallery-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.single-site-main-cont, .single-site-related-properties{
	    border: 1px solid #D3D3D3;
    padding: 30px 25px;
    border-radius: 16px;
}
.single-site-main-cont{
	margin-bottom: 30px;
}
.property-details{
	padding-top: 0;
}
.office-contract-sec{
	    display: flex;
    flex-direction: row;
    gap: 40px;
	margin-bottom: 30px;
}
.office-contract{
	display: flex;
    flex-direction: row;
    gap: 15px;
	position: relative;
}
.office-contract-sec .office-contract:first-child::after{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 25px;
	background: #000;
	right: -20px;
	top: 10px;
}
.office-contract-cont{
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #130E0C;
}
.office-contract-img{
	background: #E64BA3;
	width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 25px;
}
.office-contract-img img{
	width: 15px;
}
.office-contract-cont span{
	color: #E64BA3;
	font-weight: 700;
	display: inline-block;
	margin-left: 10px;
}
.property-details h4{
	color: #E64BA3;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-top: 30px;
}
.property-details ul{
	padding-left: 20px;
	margin-bottom: 0;
}
.property-details ul li{
	position: relative;
	padding-left: 20px;
    line-height: 1;
    margin-bottom: 8px;
}
.property-details ul li:last-child{
	margin-bottom: 0;
}
.property-details ul li::after{
	    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    top: 7px;
    left: 0;
}
.highlight{
	display: flex;
	gap: 10px;
}
.highlight-cont h4{
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	    margin-top: 0;
    text-transform: none;
	margin-bottom: 10px;
}
.highlight-cont p{
	font-family: "Hanken Grotesk", Sans-serif;
    font-size: 18px;
    font-weight: 300;
	color: #000000;
	line-height: 1.3;
}
.highlight-img img{
	width: 30px;
}
.floor-details-table{
	margin-bottom: 30px;
}
.albie-btn a{    
	background-color: #5B58C9;
	background-image: var(--albie-btn-arr);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
    color: #fff;
    padding: 20px 15px;
    border-radius: 8px;
    display: inline-block;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 250px;
}
.albie-btn a:hover{
	opacity: 0.9;
}
.single-site-related-properties h2{
	margin-top: 0;
    margin-bottom: 20px;
    color: #130E0C !important;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
}
.single-site-related-properties .broker-sites-grid{
	grid-template-columns: 1fr 1fr;
}
.single-site-related-properties .broker-site-card .broker-image img{
	height: 250px;
}
.broker-site-card .broker-image img{
	border-radius: 10px;
}
.booking-box-widget-cont h3{
	    margin-top: 0;
    margin-bottom: 30px;
    color: #130E0C !important;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
	text-transform: none;
}
.booking-box-widget-cont h3 span{
	font-weight: 700;
}
.profile-sec{
	display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 20px;
	padding-bottom: 30px;
    border-bottom: 1px solid rgba(121, 121, 121, 0.4);
}
.profile-table{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
.profile-table-title, .profile-table-cont{
	font-family: "Hanken Grotesk", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
}
.profile-table-cont{
	text-align: right;
	font-weight: 700;
}
.profile-img{
	position: relative;
}
.profile-img .verified-icon{
	    position: absolute;
    top: 0;
    right: 6px;
    z-index: 100;
}
.profile-img img{
	width: 100px;
	max-width: 100%;
}
.profile-img .verified-icon img{
	width: 23px;
}

@media only screen and (max-width: 1100px){
	.booking-box-widget-cont h3, .booking-box-widget-title-sec h2{
		font-size: 18px;
	}
	.property-details h2, .amenities-deta, .amenities-details h2, .features-details h2, .location-details h2, .floor-details h2, .single-site-related-properties h2{
		font-size: 22px;
	}
	.single-site-title-sec h1, .single-site-price-sec .price {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1024px){
	.profile-img .verified-icon {
    top: -10px;
    right: -7px;
}
	.office-contract-cont, .booking-box-widget-call-sec a, 
	.booking-box-widget-email-sec a, .profile-table-title, .profile-table-cont{
		    font-size: 16px;
	}
}

@media only screen and (max-width: 768px){
	.single-site-container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-site-header{
		    grid-template-columns: 1fr;
    gap: 20px;
	}
	.single-site-price-sec{
		text-align: left;
	}
	.single-site-gallery-grid, .single-site-details-sec, .single-site-related-properties .broker-sites-grid{
		grid-template-columns: 1fr;
	}
	.office-contract-sec{
		flex-direction: column;
		gap: 20px;
	}
	.office-contract-sec .office-contract:first-child::after{
		display: none;
	}
	.single-site-main-cont, .single-site-related-properties{
		padding-left: 20px;
		padding-right: 20px;
	}
	.floor-details-table tr th, .floor-details-table tr td, 
	.floor-details-table tr td.floor-price, .total-views-building{
		font-size: 16px;
	}
	.floor-details-table{
		padding: 10px;
	}
	.search-properties-form .search-bar{
		gap: 10px;
	}
	.search-properties-form .select-field {
    width: 160px;
}
	.search-properties-form-sec{
		gap: 10px;
	}
	    .header-transparent .header-wrapper {
        position: absolute;
    }
}

@media only screen and (max-width: 480px){
	.search-properties-form .search-bar{
		flex-direction: column;
	}
	    .search-properties-form .select-field {
        width: 100%;
    }
}
@media only screen and (max-width: 360px){
	.two-col-grid.two-col-grid-time {
        grid-template-columns: repeat(auto-fit, minmax(min(10ch, 100%), 1fr));
	}
	    .two-col-grid, .two-col-phone {
        grid-template-columns: repeat(auto-fit, minmax(min(20ch, 100%), 1fr));
	}
	.image-checkbox-group{
		    grid-template-columns: repeat(auto-fit, minmax(min(27px, 100%), 1fr));
	}

}
.home-featured-offices-carousel .broker-site-card .broker-image img{
	height: 300px;
}
.home-featured-offices-carousel .owl-nav{
	top: 30%;
    left: 0;
	width: 100%;
}
.home-featured-offices-carousel .broker-site-card{
	border-width: 0;
}
.home-featured-offices-carousel .owl-item{
	position: relative;
}
.home-featured-offices-carousel .owl-item::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #b5b5b545;
	top: 0;
	right: -20px;
}
.home-featured-offices-carousel.owl-carousel .owl-nav button.owl-next{
	position: absolute;
    right: -60px;
} 
.home-featured-offices-carousel.owl-carousel .owl-nav button.owl-prev{
	left: -60px;
    position: absolute;
}
@media only screen and (max-width: 768px){
	.home-featured-offices-carousel.owl-carousel .owl-nav button.owl-next{
    right: 0px;
} 
.home-featured-offices-carousel.owl-carousel .owl-nav button.owl-prev{
	left: 0px;
}
}
.search-properties-form input[type="text"]{
	background: #ffffff;
}