.business-profile {
  font-family: Arial, sans-serif;
  max-width: 1176px;
  margin: 20px auto;
}

.cover-logo-container {
  position: relative;
  width: 100%; 
}
.cover-photo {
  height: 300px; 
  text-align: center;
  line-height: 300px; 
}

.cover-photo img {
  width: 100%;
  height: 300px; 
  object-fit: cover; 
  display: block; 
}
.business-logo {
  position: absolute;
  top: -50px; 
  left: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
}
.business-logo img {
  width: 100%; 
  height: auto; 
  display: block; 
}
.business-info {
  background: #fff;
  padding: 15px;
  text-align: center;
}
.business-info h1 {
  margin-top: 60px; 
  font-size: 24px;
  color: #333;
}
.business-contact, .business-actions {
  background: #f9f9f9;
  padding: 10px 15px;
}
.business-contact p {
  margin: 5px 0;
}
.business-actions button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 8px 12px;
  margin-right: 5px;
  border-radius: 4px;
  cursor: pointer;
}
.navigation-menu {
  width: 90%;
  background-color: #f9f9f9;
  margin: auto;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  bottom: 0;
  z-index: 10;
}
.menu-links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.link-item {
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: bold;
}

.link-item.active {
  border-bottom: 2px solid #007bff;
}

.profile-overview {
align-items: center;  
}
.profile-overview .overview-content {
  padding: 10px;
  background-color: #f8f8f8;
  margin:auto;
  text-align: center;
  width: 95%;
}

.gallery-section {
padding: 20px;
background-color: #f8f8f8; 
}

.feature-title {
text-align: center;
font-size: 24px; 
margin-top: 15px;
margin-bottom: 20px;
}

.gallery-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
  flex-direction: row;
}

.gallery-item {
width: calc(33.333% - 15px); 
height: 200px; 
overflow: hidden; 
border-radius: 10px; 
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
width: 100%; 
height: 100%; 
}

.youtube-video-section {
  padding: 20px;
  background-color: #f8f8f8; 
  text-align: center;
}

.youtube-video-embed {
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.youtube-video-embed iframe {
  max-width: 60%;
  border: none; 
}


.map-location-section {
  padding: 20px;
  background-color: #f8f8f8;
  text-align: center;
}

.map-location-section .feature-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.google-maps-embed {
  display: flex;
  justify-content: center;
  align-items: center;
}

.google-maps-embed iframe {
  width: 80%;
  height: 350px;
  border: none;
  margin: auto;
}


.section-wrap .feature-title {
  text-align: center;
}

.section-wrap .social-presence {
  display: flex;
  justify-content: center;
}

.section-wrap .social-presence ul {
  list-style: none;
  padding: 0;
}

.section-wrap .social-presence li {
  display: inline-block;
  margin: 0 10px;
  padding: 0 !important;
}
.section-wrap .button-social {
  color: #3b5998; 
}
.btn-group a.button-social {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
margin-right: 10px;
background-color: #ddd; 
border-radius: 50%;
margin-bottom: 25px;
}

.btn-group a.button-social svg {
fill: #fff;
}

.opening-hours {
  padding: 20px;
  background-color: #f8f8f8;
  text-align: center;
}

.opening-hours .hours-content {
  margin: auto;
  width: 80%;
}

.opening-hours .section-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.opening-hours .hours-list span {
  display: block;
  margin: 5px 0;
  color: #333;
}

.opening-hours .hours-list i {
  margin-right: 5px;
  color: #007bff;
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
     min-width: 900px;
  }
}
