.elementor-2811 .elementor-element.elementor-element-c75d435{--display:flex;}.elementor-2811 .elementor-element.elementor-element-0048c32{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-2811 .elementor-element.elementor-element-0a69555 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-2811 .elementor-element.elementor-element-0a69555 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-2811 .elementor-element.elementor-element-0a69555{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-2811 .elementor-element.elementor-element-0a69555 .elementor-icon-list-text{transition:color 0.3s;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2811 .elementor-element.elementor-element-9c0acce .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-2811 .elementor-element.elementor-element-9c0acce .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-2811 .elementor-element.elementor-element-9c0acce{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-2811 .elementor-element.elementor-element-9c0acce .elementor-icon-list-text{transition:color 0.3s;}.elementor-2811 .elementor-element.elementor-element-b8aece9{--spacer-size:50px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2811 .elementor-element.elementor-element-0048c32{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2811 .elementor-element.elementor-element-0a69555.elementor-element{--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for global, class: .elementor-global-3600 */.ib-header-zoom-div {
  min-height: min(60vw,400px);
  max-height: min(60vw,400px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  margin-bottom:30px;
}
.ib-header-zoom {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding:0px 22px 12px 22px;
  border-radius:50%;
  color:var(--e-global-color-primary);
  background: rgba(204, 204, 204, 0.3);
  position: absolute;
  right:20px;
  top:17px;
  size:3rem;
  font-size: 3rem;
  font-weight: bold;
  cursor:pointer;
  -o-transform: rotate(180deg); 
  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform:rotate(180deg);
}
.ib-header-zoom::before {
  content: "⤰"; 
}
.ib-header-zoom:checked {
  right:unset;
  left:500px;
  top:15px;
  -o-transform: rotate(0deg); 
  -ms-transform: rotate(0deg); 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform:rotate(0deg);  
}
@media (max-width: 767px) {
  .ib-header-zoom {
    display:none;
  }
  .ib-header-zoom-div {
    min-height: min(60vw,400px);
    max-height: min(60vw,400px);
    background-size: cover;
    background-position: center center;
  }
}   
@media (min-width: 767px) {
  .ib-header-zoom:checked + .ib-header-zoom-div  {
    background-position: center center;
    min-width: 600px;
    max-width: 600px;
    background-size: cover;
  }
}/* End custom CSS */
/* Start custom CSS *//* Google Reviews CSS */
.ib-grvws {
  max-width: 1280px;
  padding: 0.1rem;
}
.ib-grvws-google {
  display:block;
  margin: auto;
}
.ib-grvws-title {
  text-align: left;
  font-size: 1.2rem!important;
}
.ib-grvws-grid {
  display: grid;
  gap: 0.8rem;
  text-align: center;
  align-items: stretch;
  margin-bottom: 1rem; 
  padding-bottom: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  grid-template-columns: repeat(auto-fit,minmax(min(240px, 100%), 1fr));
  scroll-snap-type: x mandatory; 
  -webkit-overflow-scrolling: touch;
}
.ib-grvws-grid-item {
  border: 1px solid #bbb; 
  border-radius: 7px;
  box-shadow: 0 0 5px #999;
  padding: 1.0rem;
  background-color: white;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ib-grvws-grid-item-review {
  position:relative;
  min-height: 160px;
  flex-grow: 1;
  padding:10px;
  margin:1em 0 1em;
  color:#000;
  background:#eeeeee;
  border-radius:7px;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));
}
.ib-grvws-grid-item-review:after {
  content:"";
  position:absolute;
  bottom:-20px;
  left:50px;
  border-width:20px 0 0 20px;
  border-style:solid;
  border-color:#eeeeee transparent;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));
}
.ib-grvws-grid-item-review-text {
  margin-top: 5px;
  margin-bottom: 30px;
}
.ib-grvws-review-text-more{
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.4s;
}
details[open] summary{
  display: none;
}
.ib-grvws-grid-item-text-rating {
  margin-top:5px;
  margin-bottom:1px;
  margin-right:5px;
}
.ib-grvws-grid-item-text-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.ib-grvws-grid-item-name {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  text-align:left;
}
.ib-pshp-footer {
  text-align: left;
}
/* END Google Reviews CSS *//* End custom CSS */