#pr1 .wpcf7-form-control-wrap {
  width: 100%
}

.dflex {
  position: relative
}

span.wpcf7-spinner {
  position: absolute;
  bottom: 17px;
  left: 0
}

/*.wpcf7 .screen-reader-response,.wpcf7 .wpcf7-not-valid-tip,.wpcf7 .wpcf7-response-output{display:none}*/
.wpcf7 .wpcf7-not-valid {
  border-color: red !important
}

/* Contact form — field tips + main validation message (Hebrew / CF7) */
.contact-form-box .wpcf7-not-valid-tip,
.olitzki-cf7-contact-wrap .wpcf7-not-valid-tip {
  color: #c00;
  direction: rtl;
  text-align: right;
  font-size: 14px;
  margin-top: 6px;
}

.contact-form-box .wpcf7-response-output.wpcf7-validation-errors,
.contact-form-box .wpcf7-response-output.wpcf7-acceptance-missing,
.olitzki-cf7-contact-wrap .wpcf7-response-output.wpcf7-validation-errors,
.olitzki-cf7-contact-wrap .wpcf7-response-output.wpcf7-acceptance-missing {
  color: #c00;
  text-align: center;
  border: 1px solid #c00;
  padding: 12px 16px;
  margin: 1em 0 0;
  direction: rtl;
}

.contact-form-box .wpcf7-response-output.wpcf7-mail-sent-ok,
.olitzki-cf7-contact-wrap .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  position: relative !important;
  right: 0 !important
}
#commentform .error {
  padding-bottom: 37px;
  width: 100%;
}

.comments_blog .left_col .in {
  margin-bottom: 0;
}

.lazyload-readmore {
  display: none;
}

.wpcf7 .screen-reader-response {
  display: none;
}
.apartment_plans .plan_panel {
  display: none;
}

.apartment_plans .plan_panel.active {
  display: block;
}
.single-project .sub.btn_white::after{
  background-image: none;
}

section#contact .wpcf7-not-valid-tip,
.olitzki-cf7-contact-wrap .wpcf7-not-valid-tip {
  color: #c00;
  direction: rtl;
  text-align: right;
  font-size: 14px;
  margin-top: 6px;
}
.wpcf7-response-output{display: none;}
.real_estate_blogs .text p+p {
  display: none;
}

/* Home map — floating project card beside map pins */
#google-map {
  position: relative;
  overflow: hidden;
}

/* Custom HTML markers like provided snippet */
#google-map .property {
  position: absolute;
  z-index: 5;
}

#google-map .single_map_marker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  user-select: none;
  pointer-events: auto;
}

#google-map .single_map_marker svg {
  display: block;
  width: 40px;
  height: 49px;
}

#google-map .map_pin_title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  direction: rtl;
  text-align: right;
  white-space: nowrap;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#google-map .map_pin_point {
  display: none;
}

/* Floating card */
.olitzki-map-card {
  position: absolute;
  z-index: 50;
  width: min(360px, calc(100vw - 32px));
  max-width: calc(100% - 24px);
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
  transform: translateY(-50%);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

.olitzki-map-card.is-right {
  transform: translateY(-50%);
}

.olitzki-map-card.is-left {
  transform: translate(-100%, -50%);
}

.olitzki-map-card__inner {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  direction: rtl;
  text-align: right;
}

.olitzki-map-card__text {
  flex: 1 1 auto;
  min-width: 0;
}

.olitzki-map-card__title {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 4px;
}

.olitzki-map-card__location {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(29, 29, 29, 0.72);
  margin: 0;
  word-break: break-word;
}

.olitzki-map-card__thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.olitzki-map-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 520px) {
  .olitzki-map-card {
    width: min(360px, calc(100% - 24px));
  }

  .olitzki-map-card__inner {
    padding: 10px;
    gap: 10px;
  }

  .olitzki-map-card__thumb {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }
}
.map_card_details .map_sector_item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  direction: rtl;
  font-weight: 600;
  font-size: 14px;
  color: #1d1d1d;
}

.map_card_details .map_sector_item svg {
  width: 18px;
  height: 18px;
  display: block;
}

#project-google-map {
  width: 100%;
  height: 600px;
  /* adjust as needed */
  min-height: 400px;
  position: relative;
}
#project-google-map .single_project_marker .spm_card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.8);
  direction: rtl;
  text-align: right;
  min-width: 260px;
}

#project-google-map .single_project_marker .spm_title {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 6px;
}

#project-google-map .single_project_marker .spm_row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(29, 29, 29, 0.75);
}

#project-google-map .single_project_marker .spm_pin svg {
  width: 18px;
  height: 18px;
  display: block;
}

#project-google-map .single_project_marker .spm_thumb {
  width: 86px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  background: #f3f3f3;
  flex: 0 0 auto;
}

#project-google-map .single_project_marker .spm_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single_map_marker.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Magazine page — both sections hidden: breadcrumb only */
.blog_page.blog_page--breadcrumb-only {
  padding-bottom: 120px;
}

/* Magazine page — align "קראו עוד" buttons at bottom of blog grid cards */
.blog_page .colin:not(:first-child) {
  display: flex;
  flex-direction: column;
}

.blog_page .colin:not(:first-child) .text {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.blog_page .colin:not(:first-child) .text p {
  flex: 1;
  margin-bottom: 16px;
}

.blog_page .colin:not(:first-child) .btn_white {
  margin-top: auto;
  min-height: 54px;
  line-height: 54px;
}

.page-template-default #page_content{
	padding: 180px 0 128px;
    margin-top: -70px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-template-default #page_content #main{
	padding: 0 40px;
	max-width: 1444px;
}
.page-template-default #page_content #main h2{
	font-size: 45px;
	line-height: 46px;
}
.page-template-default #page_content #main p{
	font-size: 24px;
    line-height: 36px;
}
.page-template-default #page_content #main h1,
.page-template-default #page_content #main h2,
.page-template-default #page_content #main p,
.page-template-default #page_content #main ul,
.page-template-default #page_content #main ol {margin-bottom: 18px;}

.page-template-default #page_content #main ul li, .page-template-default #page_content #main ol li {font-size: 24px;line-height: 36px;}
.page-template-default #page_content #main ul{list-style: disc;padding-right: 25px;}
.page-template-default #page_content #main ol{list-style: decimal;padding-right: 25px;}

@media screen and (max-width: 767px) {
	.page-template-default #page_content #main h1 {
        font-size: 38px;
        line-height: 38px;
    }
	.page-template-default #page_content #main h2{
		font-size: 30px;
		line-height: 30px;
	}
	.page-template-default #page_content #main ul,
	.page-template-default #page_content #main ol{padding-right: 15px;}
	.page-template-default #page_content #main p,
	.page-template-default #page_content #main ul li, 
	.page-template-default #page_content #main ol li{
		font-size: 18px;
        line-height: 24px;
	}
}



