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;
}

/* Fabric Thumbnails */
.fabric-thumbnail {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover !important;
  max-width: 60px !important;
  max-height: 60px !important;
}

/* Override any conflicting controller styles */
.controller-146 img.fabric-thumbnail {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  max-height: 60px !important;
  object-fit: cover !important;
}

/* Responsive fabric buttons - half size on screens 400px and below */
@media (max-width: 400px) {
  .fabric-thumbnail {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    object-fit: cover !important;
  }
  
  .controller-146 img.fabric-thumbnail {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    object-fit: cover !important;
  }
  
  /* Reduce spacing between fabric buttons on small screens */
  .slide[data-cid="slide-146-bf5e8fee"] .fabric-buttons-overlay ul {
    gap: 5px; /* Reduced from 10px */
  }
  
  /* Adjust fabric buttons overlay positioning for smaller buttons */
  .slide[data-cid="slide-146-bf5e8fee"] .fabric-buttons-overlay {
    bottom: -90px; /* Closer to image since buttons are smaller */
  }
}

/* Responsive Form Grid */
.responsive-form-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-field {
  margin-bottom: 20px;
}

/* Left-align all form field labels */
.form-field .label {
  text-align: left !important;
}

.form-field label {
  text-align: left !important;
  display: block;
}

/* Two columns on screens above 1200px */
@media (min-width: 1200px) {
  .responsive-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
  }
  
  /* Make message field span full width */
  .form-field:nth-child(6) {
    grid-column: 1 / -1;
  }
  
  /* Make newsletter field span full width */
  .form-field:nth-child(7) {
    grid-column: 1 / -1;
  }
}

/* Slide 146 Layout - Text always on top, image below */
.slide[data-cid="slide-146-bf5e8fee"] .flex.verticalCenter {
  flex-direction: column;
}

.slide[data-cid="slide-146-bf5e8fee"] .col-512 {
  order: -1; /* Move text to top on all resolutions */
  margin-bottom: 20px;
}

.slide[data-cid="slide-146-bf5e8fee"] .col-12-12 {
  order: 1; /* Move image below text on all resolutions */
  width: 100% !important;
  margin: 0;
  padding: 0;
  position: relative; /* For positioning fabric buttons */
}

.slide[data-cid="slide-146-bf5e8fee"] .slider {
  width: 100%;
  position: relative; /* For positioning fabric buttons */
}

.slide[data-cid="slide-146-bf5e8fee"] .slider img {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 0;
}

/* Position fabric title and buttons below the image, centered horizontally */
.slide[data-cid="slide-146-bf5e8fee"] .fabric-buttons-overlay {
  position: absolute;
  left: 50%;
  bottom: -110px; /* Position below the image */
  transform: translateX(-50%);
  z-index: 10;
  margin: 0;
  text-align: center;
  width: auto;
}

.slide[data-cid="slide-146-bf5e8fee"] .fabric-buttons-overlay p {
  margin-bottom: 15px;
  color: #000000;
}

.slide[data-cid="slide-146-bf5e8fee"] .fabric-buttons-overlay ul {
  display: flex;
  flex-direction: row; /* Horizontal line */
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.slide[data-cid="slide-146-bf5e8fee"] .fabric-buttons-overlay li {
  margin: 0;
  display: inline-block;
}

/* Hide the original fabric buttons below the text */
.slide[data-cid="slide-146-bf5e8fee"] .col-512 .controller-146 {
  display: none;
}

/* Desktop/Tablet layout (767px and above) - Text centered, full width */
@media (min-width: 767px) {
  .slide[data-cid="slide-146-bf5e8fee"] .col-512 {
    text-align: center;
    width: 100% !important;
    max-width: none;
    padding: 0 20px;
  }
  
  .slide[data-cid="slide-146-bf5e8fee"] .col-512 h2,
  .slide[data-cid="slide-146-bf5e8fee"] .col-512 p {
    text-align: center;
    max-width: none;
    width: 100%;
  }
}

/* Mobile specific adjustments (below 767px) */
@media (max-width: 766px) {
  .slide[data-cid="slide-146-bf5e8fee"] .slider {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  
  .slide[data-cid="slide-146-bf5e8fee"] .slider img {
    width: 100vw;
  }
  
  /* Adjust button positioning for mobile */
  .slide[data-cid="slide-146-bf5e8fee"] .fabric-buttons-overlay {
    bottom: -110px; /* Closer to image on mobile */
  }
}

/* Slide 146 Fabric Gallery Styles */
.slide[data-cid="slide-146-bf5e8fee"] .slider[data-slider-id="slider-146"] li {
  display: none;
}

.slide[data-cid="slide-146-bf5e8fee"] .slider[data-slider-id="slider-146"] li.selected {
  display: block;
}

.slide[data-cid="slide-146-bf5e8fee"] .slider[data-slider-id="slider-146"] img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Second slide wrap padding override */
.slide[data-cid="slide-146-bf5e8fee"] .wrap {
  padding-top: 0px !important;
}

/* Fullscreen button mobile positioning */
@media (max-width: 768px) {
  .slide[data-cid="slide-146-bf5e8fee"] #fullscreenBtn {
    position: absolute !important;
    top: 15px !important;
    right: -30px !important;
    z-index: 10 !important;
    background: rgba(0,0,0,0.7) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    color: white !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
  }
}

/* Gallery preloader positioning - top left corner */
.slide[data-cid="slide-142-4b8db8ed"] .auto-timer {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  z-index: 10 !important;
}

/* Gallery Fullscreen button - top right corner */
.slide[data-cid="slide-142-4b8db8ed"] .gallery-fullscreen-btn {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 10 !important;
  background: rgba(0,0,0,0.7) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  color: white !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

/* Gallery navigation arrows - mobile positioning below images */
@media (max-width: 768px) {
  .slide[data-cid="slide-142-4b8db8ed"] .slider-prev {
    position: absolute !important;
    bottom: -50px !important;
    left: 20px !important;
    top: auto !important;
    z-index: 10 !important;
  }
  
  .slide[data-cid="slide-142-4b8db8ed"] .slider-next {
    position: absolute !important;
    bottom: -50px !important;
    right: 20px !important;
    top: auto !important;
    z-index: 10 !important;
  }
  
  /* Mobile gallery improvements */
  .slide[data-cid="slide-142-4b8db8ed"] .slider[data-slider-id="slider-142"] {
    height: 80vh !important; /* Larger height for mobile */
    width: 100% !important;
  }
  
  .slide[data-cid="slide-142-4b8db8ed"] .slider[data-slider-id="slider-142"] li {
    height: 80vh !important; /* Match container height */
    width: 100% !important;
  }
  
  .slide[data-cid="slide-142-4b8db8ed"] .slider[data-slider-id="slider-142"] img {
    height: 80vh !important; /* Full height on mobile */
    width: 100% !important;
    object-fit: cover !important;
    object-position: right top !important; /* Align images to top right corner */
  }
  
  /* Larger, more touch-friendly navigation arrows */
  .slide[data-cid="slide-142-4b8db8ed"] .slider-prev svg,
  .slide[data-cid="slide-142-4b8db8ed"] .slider-next svg {
    height: 45px !important; /* Bigger arrows */
    width: 45px !important;
  }
  
  /* Better spacing for mobile */
  .slide[data-cid="slide-142-4b8db8ed"] .slider-prev {
    bottom: -70px !important; /* More space below image */
    left: 30px !important;
  }
  
  .slide[data-cid="slide-142-4b8db8ed"] .slider-next {
    bottom: -70px !important; /* More space below image */
    right: 30px !important;
  }
  
  /* Optimize slide content for mobile */
  .slide[data-cid="slide-142-4b8db8ed"] .inner-text-142 {
    margin-top: 20px !important;
    text-align: center !important;
  }
  
  .slide[data-cid="slide-142-4b8db8ed"] .inner-text-142 h1 {
    font-size: 32px !important; /* Larger text for mobile */
    margin-bottom: 10px !important;
  }
}

/* Footer social media hover effects - All resolutions */
footer a[href*="abodelux.com"],
footer a[href*="blog.abodelux.com"],
footer a[href*="instagram.com/abode_central"],
footer a[href*="abodelux.com/contact"] {
  position: relative;
  cursor: pointer;
}

footer a[href*="abodelux.com"]::after,
footer a[href*="blog.abodelux.com"]::after,
footer a[href*="instagram.com/abode_central"]::after,
footer a[href*="abodelux.com/contact"]::after {
  content: '';
  position: absolute;
  top: -30px; /* Tooltip above the icon */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
}

footer a[href*="abodelux.com"]::before,
footer a[href*="blog.abodelux.com"]::before,
footer a[href*="instagram.com/abode_central"]::before,
footer a[href*="abodelux.com/contact"]::before {
  content: '';
  position: absolute;
  top: -20px; /* Arrow above the icon */
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8); /* Arrow pointing down to icon */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
}

/* Website icon hover */
footer a[href*="abodelux.com"]:not([href*="blog"]):not([href*="contact"]):hover::after {
  content: 'Website';
  opacity: 1;
  visibility: visible;
}

footer a[href*="abodelux.com"]:not([href*="blog"]):not([href*="contact"]):hover::before {
  opacity: 1;
  visibility: visible;
}

/* Blog icon hover */
footer a[href*="blog.abodelux.com"]:hover::after {
  content: 'Blog';
  opacity: 1;
  visibility: visible;
}

footer a[href*="blog.abodelux.com"]:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Instagram icon hover */
footer a[href*="instagram.com/abode_central"]:hover::after {
  content: 'Instagram';
  opacity: 1;
  visibility: visible;
}

footer a[href*="instagram.com/abode_central"]:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Locations icon hover */
footer a[href*="abodelux.com/contact"]:hover::after {
  content: 'Locations';
  opacity: 1;
  visibility: visible;
}

footer a[href*="abodelux.com/contact"]:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Desktop footer social media labels styling */
@media (min-width: 768px) {
  footer .d-none.d-md-flex .social-label {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
    transition: color 0.3s ease;
  }
  
  /* Hover effect for social media containers */
  footer .d-none.d-md-flex > div:hover .social-label {
    color: #0c426c;
  }
  
  /* Ensure proper spacing for social media containers */
  footer .d-none.d-md-flex > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transition: transform 0.2s ease;
  }
  
  footer .d-none.d-md-flex > div:hover {
    transform: translateY(-2px);
  }
}





