.lh-sm {
  line-height: 1.25;
}

.accordion-close {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background-color: #eaa636;
  padding: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}
.accordion-close i {
  color: #fff;
}

.area-of-practice-menu {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  color: #999;
  transition: 1.5s;
  z-index: 1;
  border: 1px dotted #e5e5e5;
}
.area-of-practice-menu li {
  list-style-type: none;
  margin-bottom: 10px;
  border-bottom: 1px dotted #777;
}
.area-of-practice-menu span {
  cursor: pointer;
  transition: 0.3s;
}
.area-of-practice-menu span.active, .area-of-practice-menu span:hover {
  color: var(--primary-color);
}
.area-of-practice-menu.sticky {
  position: fixed;
  top: 120px;
  transform: translateX(-20px);
}

.fs-6 {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  #section-slider, .forcefullwidth_wrapper_tp_banner {
    height: 600px !important;
  }
}
#subheader {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

#mainmenu a {
  padding: 30px 10px;
}

i {
  display: unset;
}

#form_subscribe input {
  padding: 9px 12px 9px 12px;
  width: 80%;
  float: left;
  display: table-cell;
  border-radius: 0px 0 0 2px;
  -moz-border-radius: 0px 0 0 2px;
  -webkit-border-radius: 0px 0 0 2px;
  border: solid 1px #333333;
  border-right: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
}
.grecaptcha-badge {
    z-index: 9999999;
}

/* Map section - Full width and responsive */
#map-section {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#map-section iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

/* Responsive map height for mobile devices */
@media (max-width: 767.98px) {
    #map-section iframe {
        height: 350px;
    }
}

@media (max-width: 575.98px) {
    #map-section iframe {
        height: 300px;
    }
}

/* About Josephine Image - Toggle between fluid and fixed */
/* 
 * FLUID MODE (default): Image resizes with screen size
 * - Keep the 'col-md-5' class on the image-container div
 * 
 * NON-FLUID MODE: Image maintains fixed size regardless of screen
 * - Add class 'image-fixed' to the image-container div
 * - Remove or comment out 'col-md-5' class
 */

#about-jo .image-container.image-fixed {
    width: 500px !important; /* Fixed width - adjust as needed */
    max-width: 500px !important;
}

/* Alternative: Use a specific pixel width for non-fluid */
#about-jo .image-container.image-fixed-width {
    width: 600px !important; /* Change this value to your desired fixed width */
    max-width: 600px !important;
}

/* To make it non-fluid, you can also override Bootstrap's responsive behavior */
#about-jo .image-container.image-non-fluid {
    flex: 0 0 auto !important;
    width: 500px !important; /* Set your desired fixed width */
    max-width: 500px !important;
}
/*# sourceMappingURL=custom.css.map */