/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

#floating-section-product {
  position: absolute;
  bottom: -9rem;
  
  left: 0;
  width: 100%;
}

[dir="rtl"] #floating-section-product {
  left: auto;
  
  right: 0;
}

.tabs {
  display: flex;
  border: 2px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 888;
}

.tab {
  flex: 1;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  transition: all .3s;
  font-family: Arial, sans-serif;
}

.tab.active {
  background-color: #000;
  color: #fff;
}

#gallery-section-ex5 .image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
  /* Image styling */
}

#gallery-section-ex5 .image-grid .image {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}


/*# sourceMappingURL=floating-section-product.layout.css.map*/