/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2026 | 09:11:33 */
/* Toggle css start */ 
.booking-toggle{
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
  border: 2px solid #9a4519;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.booking-toggle-btn{
  font-family: Inter;
  width: 50%;
  padding: 16px 25px;
  border: 0;
  background: #fff;
  color: #9a4519;
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease;
}
.booking-toggle-btn.active{
  background: #9a4519;
  color: #fff;
}
.mt-bk-call-caldy{
  margin-bottom: 24px !important;
}
/* Toggle css end */

/* Gallery Page Css Start */
.mt-gallery .work-info .vert-center{
  display: none;
}
.mt-gallery .work-item:hover .work-info-bg{
  opacity: 0.5 !important;
}
.mt-gallery .portfolio-filters-inline ul li a{
  color: #302b28;
  font-size: 30px;
  line-height: 1em;
  font-family: 'Playfair Display',sans-serif;
  font-weight: 500;
}
/* Gallery Page Css End */