body, p {
  letter-spacing: 0em !important;
  }


nav .offcanvas-body a {
  font-size: 20px;
}

.bg-bg-1{
  background-color: #0C3562 !important;
}

.custom-dark-offcanvas-bg{
  background-color: #0C3562 !important;
}

.mainMenu a:hover {
    color: rgba(255, 255, 255, 0.45) !important;
}

.photoTeamMember{
  border:1px solid rgb(161, 158, 158);    
  height:175px;
  width:175px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.photoTeamMember:hover {
  filter: unset;
  -webkit-filter: unset;
  border-color: #d2a263;
  border-width: 2px;
}

.storeComponent a {
  padding: 8px;
}

/* .storeComponent a:hover {
  opacity: 1 !important;
  background-color: #d5d5d5 !important;
} */

	/* Force remove grey overlay, shadows, and hover effects on images */
  .storeComponent a img {
    transition: none !important; /* Disable animations */
    filter: none !important; /* Remove grayscale */
    opacity: 1 !important; /* Ensure full visibility */
    pointer-events: auto !important; /* Allow clicks */
    background: none !important; /* Remove background overlay */
}

/* Prevent hover effects */
.storeComponent a img:hover,
.storeComponent a:hover img {
    filter: none !important;
    opacity: 1 !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
}

/* If an overlay div is present inside .storeComponent, remove it */
.storeComponent::after,
.storeComponent a::after,
.storeComponent a img::after {
    display: none !important;
    background: none !important;
    content: none !important;
}

/* Additional fix: Ensure no Bootstrap or AOS effect interferes */
.storeComponent a {
    text-decoration: none !important;
    outline: none !important;
}

.background-image-scale {
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-scale-position-top {
  background-position: top center;
}

.background-image-scale-position-bottom {
  background-position: bottom center;
}

.carousel-caption {
  left: 0;
  right: 0;
}

.carousel-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
  z-index: 2;
}

.vertical-center-element {
  position: absolute;
  min-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.filter-white {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.custom-button-height button {
  height: 48px;
}

.border-radius-newsletter{
  border-top-right-radius: .625rem !important;
  border-bottom-right-radius: 0.625rem !important;
}

.family-story-assimetric-images img {
  width: 215px !important;
}

.iframeHeight{
  height: 800px;
}

/* Fixed video background that works well on mobile devices */

.video-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  z-index: -1000;
}

video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.video-background {
  position: relative;
  width: 100%;
  min-height: 75vh;
  background-color: rgba(0, 0, 0, 0.2)
}


#consultation .booking-card {
  height: 100%;
  width: 210px !important;
}

#consultation .booking-card-text {
  background-color: #d5d5d5;
}

#consultation .booking-card:hover .booking-card-text,
#consultation .booking-card:hover .booking-card-text h1 {
  background-color: #000;
  color: #fff !important;
}

.btn-outline-action-1-stores{
  display: block !important;
}

#consultation .btn-outline-action-1:hover h5 {
  opacity: 1 !important;
  color: #FFF !important;
}

#consultation .booking-card a:not([data-aos]):not(.btn):hover {
  opacity: 1 !important;
}

#consultation .ti-calendar,
#consultation .ti-email {
    margin-right: 5px;
    position: relative;
    font-size: 18px;
}

#consultation .ti-calendar {
    top: 1px;
}

#consultation .ti-email {
    top: 2px;
}

.custom-f-size-accent {
  font-size: 18px !important;
}

.custom-f-size-accent-2 {
  font-size: 16px !important;
}

.page404{
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.full-size-content {
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  display: flex;
  /* This makes it a flex container */
  justify-content: center;
  /* Centers children horizontally */
  align-items: center;
  /* Centers children vertically */
  text-align: center;
  /* Ensures text within the container is centered */
}



@media (max-width: 575px) {
 .custom-width-50 {
  width: 50% !important;
 }
}

@media (max-width: 767px) {
  .footer-logo,
  .footer-menu,
  .custom-button-height {
    align-self: center;
  }

  .footer-logo,
  .footer-menu,
  .footer-socials,
  .footer-copyright,
  .custom-button-height {
    text-align: center !important;
  }

  .footer-menu .col-md-auto {
    display: flex;
    justify-content: center;
  }

  .custom-team-column-w{
    max-width: 450px;
  }

  .iframeHeight{
    height: 400px;
  }
}

@media (min-width: 768px) {
    .custom-team-column-w{
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .family-story-assimetric-images .col-sm {
    align-items: center !important;
  }
}

/* Progress Steps Styling */
.progress-container {
  background-color: #fff;
  border-radius: 80px 80px 0 0;
  padding: 30px 40px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#progressSteps {
  position: relative;
  padding: 0;
}

#progressSteps::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #e9ecef;
  z-index: 1;
}

.step-indicator {
  position: relative;
  z-index: 2;
}

.step-indicator:first-child {
  margin-left: -20px;
}

.step-indicator:last-child {
  margin-right: -20px;
}

.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto 8px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.step-circle.step-active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.step-circle.step-completed {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}

.step-label {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
  transition: color 0.3s ease;
}

.step-active .step-label {
  color: #000;
  font-weight: 600;
}

.step-completed .step-label {
  color: #28a745;
  font-weight: 600;
}

/* Step Content Container */
.step-content-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}