/*
Theme Name: Hello Elementor Child
Author: RV
Description: This is a child theme of Hello Elementor.
Version: 1.0
Template: hello-elementor
*/



.office-meta li span {
    position: absolute;
    left: 0;
    top: 3px;
}

.office-meta li span svg {
    width: 15px;
    height: 15px;
}


.office-meta li {
    position: relative;
    padding-left: 20px;
}

.office-meta li span svg path {
    fill: #fbab00;
}


.full_width_btn div, .full_width_search button {
    width: 100%;
}
	.wpcf7-response-output {
    background: #fff;
}
	.custom_pointer {
    cursor: pointer;
}
	.process-content, .associated-content {
    display: none;
}
	.search-filter-component-combobox-base__listbox {
		background-color: #ffffff;
	}
/* 	.custom_link, .custom_link a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
} */
	.market_practises  {
		display: none;
	}
	.learn_more_btn  a {
    cursor: pointer;
}
	.single_post_content .property-address {
    font-weight: normal !important;
}
.single_post_content .features-col ul {
    padding-left: 16px;
}

.single_post_content .features-col ul li {
    font-size: 14px;
    padding: 5px 0;
}
.single_post_content .property-price {
    font-size: 26px;
    font-weight: normal !important;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    color: var( --e-global-color-accent );
}
	.you_get_text h3 {
    padding-right: 20px;
    padding-left: 20px;
}
.property-gallery-wrapper {
  max-width: 800px;
  margin: auto;
}

.property-gallery-wrapper .main-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.thumbnail-gallery .thumb img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.3s;
}

.thumbnail-gallery .thumb img:hover {
  transform: scale(1.1);
}
.property-gallery-wrapper .thumbnail-gallery .slick-prev,
.property-gallery-wrapper .thumbnail-gallery .slick-next {
    background-color: rgba(0, 0, 0, 0.6); /* semi-transparent dark background */
    color: #fff;                        /* arrow color */
    border-radius: 50%;                  /* circular button */
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 10;
    top: 35%;                             /* vertical alignment */
    transition: all 0.3s ease;
}

.property-gallery-wrapper .thumbnail-gallery .slick-prev:hover,
.property-gallery-wrapper .thumbnail-gallery .slick-next:hover {
    background-color: #B9AD95;           /* your brand color on hover */
    transform: scale(1.1);
}

/* Adjust positions */
.property-gallery-wrapper .thumbnail-gallery .slick-prev {
    left: -20px;  /* move left arrow outside thumbnails */
}
.property-gallery-wrapper .thumbnail-gallery .slick-next {
    right: -20px; /* move right arrow outside thumbnails */
}

/* Optional: replace default arrows with your own icons */
.property-gallery-wrapper .thumbnail-gallery .slick-prev:before,
.property-gallery-wrapper .thumbnail-gallery .slick-next:before {
    content: ''; /* remove default arrows */
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 5px;
}

/* Rotate arrows */
.property-gallery-wrapper .thumbnail-gallery .slick-prev:before {
    transform: rotate(-135deg);
}
.property-gallery-wrapper .thumbnail-gallery .slick-next:before {
    transform: rotate(45deg);
}
/* end css slider office */
.custom_location:hover a .elementor-button-icon {
    margin-left: 10px;
}
	.full_width_btn button {
    width: 100% !important;
}
	.full_width_btn {
    width: 100%;
    max-width: 400px !important;
}
.full_width_search button {
    width: 100% !important;
    min-width: 200px;
    background-color: var( --e-global-color-accent );
    border-color: var( --e-global-color-accent );
    color: #fff;
}
/* ===============================
   Featured Offices Styling
   =============================== */
.amenit-option  .search-filter-input-group {
    column-count: 5;
}
.featured-offices-wrapper {
  padding: 20px 0;
}
.office-features li {
    background: rgb(243 244 246 / 30%);
    padding: 3px 10px;
    border-radius: 50px;
    border: 1px solid rgb(226 228 233 / 50%);
    color: #000;
    font-weight: 400;
		font-size:12px;
}
	button.show-more-features {
    background: rgb(243 244 246 / 30%);
    padding: 3px 10px;
    border-radius: 50px;
    border: 1px solid rgb(226 228 233 / 50%);
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
	button.show-more-features:hover {
    background: #FBAB00;
}
	.office-card:hover .office-title {
    font-size: 1.125rem;
    font-weight: bold;
    background: linear-gradient(98deg, #2B3033, #FBAB00);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
	p.office-location svg {
    width: 15px;
}
	svg.lucide.lucide-square.h-3.w-3.text-accent {
    color: #FBAB00;
    width: 15px;
}
	svg.lucide.lucide-users.h-3.w-3.text-accent {
    color: #FBAB00;
    width: 15px;
}

	.office-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #2B3033;
    margin: 0;
}
	.amenit-option .search-filter-input-group .search-filter-input-checkbox__label {
    font-size: 14px;
    line-height: 1.5;
}
.featured-offices-grid {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.cstm-dynamic-cls .office-features li {
    border: 1px solid #e1e1e1;
    padding: 3px 10px;
    border-radius: 4px;
}
.cstm-dynamic-cls	.wrap-in-data {
    height: 100%;
    max-height: 200px;
    overflow: auto;
}
.cstm-dynamic-cls .office-meta {
    margin-bottom: 10px;
}	
.office-card {
    border: 1px solid rgb(226 228 233 / 50%);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
    flex-direction: column;
    transition: all 0.4s ease;
}
.office-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: scale(1.05);
}
	.office-card:hover img {
    transform: scale(1.05);
}
	
	.office-card img {		
    transition: all 0.4s ease;
}
.office-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.office-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-image .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #f5f5f5;
  color: #777;
  font-size: 14px;
}
.office-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
}
.office-badges .badge {
  background: var(--e-global-color-primary);
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
}
.office-badges .grade {
  background: var(--e-global-color-primary);
}
.office-badges .status {
  background: #2a7f62;
}
.office-badges .rating {
  background: var( --e-global-color-accent );
}
.office-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.office-title {
  font-size: 18px;
  font-weight: 600;
	color: var( --e-global-color-primary );
  margin: 0;
}
.office-location {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.office-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
    color: #333;
    justify-content: space-between;
}
.office-meta li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.office-features {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: #555;
}
.office-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  margin: 0;
}
.office-price span {
  font-size: 13px;
  font-weight: 400;
  color: #888;
}
.office-actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.office-actions .btn {
  flex: 1;
    text-align: center;
    padding: 6px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: background 0.3s ease;
}
.office-actions .btn.details {
  background: var(--e-global-color-primary);
  color: #fff;
}
.office-actions .btn.details:hover {
  background: var( --e-global-color-accent );
}
.office-actions .btn.contact {
  background: var( --e-global-color-accent );
  color: #fff;
}
.office-actions .btn.contact:hover {
  background: var(--e-global-color-primary);
}
	.cstm-dynamic-cls .office-card {
    flex-direction: row;
}
.cstm-dynamic-cls .featured-offices-grid.three-columns {
    grid-template-columns: repeat(2, 1fr);
}
.cstm-dynamic-cls .office-card .office-content {
    width: 50%;
}
.cstm-dynamic-cls .office-card .office-image {
    width: 50%;
    height: 100%;
}
.video_section {
    height: 120px;
    width: 120px !important;
    margin-left: 0;
    max-width: 64px !important;
}
.video_section .elementor-custom-embed-play {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    width: 64px;
    height: 64px;
}
.video_section .elementor-custom-embed-image-overlay {
    height: 64px;
    width: 120px;
}
.video_section .elementor-custom-embed-play svg {
    width: 64px;
    height: 64px;
}
.video_section .e-hosted-video.elementor-wrapper.elementor-open-lightbox {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_section .elementor-custom-embed-image-overlay img {
    display: none;
}
	.elementor-button-icon, .custom_location {
		transition-duration: .15s;
	}
	.custom_location:hover a {
			fill: var(--e-global-color-accent) !important;
    	color: var(--e-global-color-accent) !important;
	}
	.custom_location {
		cursor: pointer;
	}
.property-gallery-wrapper .thumbnail-gallery .slick-prev:hover, .property-gallery-wrapper .thumbnail-gallery .slick-next:hover {
    transform: unset !important;
    top: 30% !important;
    background-color: var( --e-global-color-accent );
}
	.property-gallery-wrapper .thumbnail-gallery .slick-prev, .property-gallery-wrapper .thumbnail-gallery .slick-next {
    font-size: 0 !important;
		top: 50% !important;
		background-color: var( --e-global-color-accent );
		border-color: var( --e-global-color-accent );
}
	.property-gallery-wrapper .thumbnail-gallery .slick-prev:before {
    left: 2px;
    position: relative;
}
	.property-gallery-wrapper .thumbnail-gallery .slick-next:before {
    position: relative;
    right: 3px;
}
	.main_price_links {
    display: flex;
    justify-content: space-between;
		border-top:1px solid rgb(226 228 233 / 50%);
		padding-top: 5px;
}

.main_price_links .office-price {
    display: flex;
    flex-direction: column;
}
	.office-features-wrap .show-more-features {
	border:1px solid var( --e-global-color-accent );
}
	.office-features-wrap .show-more-features:focus {
		background-color: var( --e-global-color-accent );
	}
	.contact_form_block .form-row {
    display: flex;
    gap: 20px;
}

.contact_form_block .form-row .column-half {
    width: 50%;
}

.contact_form_block .form-row .column-full {
    width: 100%;
}

.contact_form_block .form-row .column-full textarea {
    height: 100%;
    max-height: 100px;
}
	@media only screen and (min-width: 768px) {	
		.property-gallery-wrapper .thumbnail-gallery .slick-prev {
    left: -50px;
}

.property-gallery-wrapper .thumbnail-gallery .slick-next {
    right: -40px;
}
		.office-features-wrap {
    position: relative;
}

.office-features-wrap .show-more-features {
    position: absolute;
    right: 0;
    bottom: 0;
}
	}
	@media only screen and (max-width: 1200px) {
	.amenit-option  .search-filter-input-group {
    column-count: 3;
}
	}
	@media only screen and (max-width: 767px) {	
		.contact_form_block .form-row {
			gap: 0;
			flex-wrap: wrap;
	}
		.contact_form_block .form-row .column-half {
			width: 100%;
	}
		.amenit-option  .search-filter-input-group {
    column-count: 2;
}
		.contact_form_block .form-row .column-half {
    width: 100%;
}
		.single_post_content  .property-features-columns {
    flex-wrap: wrap;
}
		.single_post_content .features-col {
    flex: 0 0 100% !important;
}
		.office-features {
    margin: 10px 0 10px 0;
}
		.main_price_links {
    flex-wrap: wrap;
    gap: 20px;
}
		.office-actions .btn {
    font-size: 12px;
}
	.cstm-dynamic-cls .featured-offices-grid.three-columns {
    grid-template-columns: repeat(1, 1fr);
}
	}
	.office-actions .btn {
    flex: auto;
}
	.office-actions {
    flex-wrap: wrap;
}
	.cstm-dynamic-cls .office-card .office-image, .cstm-dynamic-cls .office-card .office-content {
    width: 100%;
}
	.cstm-dynamic-cls .office-card {
    flex-direction: column;
}
		@media only screen and (max-width: 680px) {	
		.amenit-option  .search-filter-input-group {
				column-count: 1;
		}
			
	}
body.tax-property-district .lanuage-selector {
    display: none;
}


body.property-template-default .lanuage-selector {
    display: none;
}

body.archive.tax-location .lanuage-selector {
    display: none;
}
body.post-template-default .lanuage-selector {
    display: none;
}	
body.page-id-32 .lanuage-selector {
    display: none;
}
	.thumbnail-gallery .slick-slide {
    margin: 0 5px;
}