/* Ensure the gallery container is full-width */
.gallery-container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Slick slider full-width */
#gallery {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Style for gallery images */
.gallery-image {
  width: 100%;
  height: 500px;
  object-fit: contain;
  padding: 10px;
  background: #f8f9fa;
}

/* Center the heading within the container */
#section3 .container {
  max-width: 1200px;
}
.slick-dots li button:before {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 50%;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  font-size: 24px;
  line-height: 1;
  color: #f89521;
  opacity: 0.75;
}
.slick-prev:before { content: "←"; }
.slick-next:before { content: "→"; }
.slick-prev { left: 15px; }
.slick-next { right: 15px; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ccc;
  border-radius: 50%;
}
.slick-dots li.slick-active button { background: #000; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-image { height: 300px; }
  .slick-prev, .slick-next { width: 30px; height: 30px; }
  .slick-prev:before, .slick-next:before { font-size: 20px; }
  .slick-dots { bottom: 5px; }
  .slick-dots li button { width: 10px; height: 10px; }
}

/* Navigation link styling */
.nav-link {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease, background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.nav-link:hover,
.nav-link:focus {
  color: #f89521;
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
  border-radius: 0.25rem;
}
.nav-link.active {
  color: #f89521;
  font-weight: 600;
}

/* Contact buttons styling */
.enquire-button,
.phone-button {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  background-color: transparent;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
  white-space: nowrap;
}
.enquire-button:hover,
.phone-button:hover { background-color: #f0f0f0; }
.enquire-button img,
.phone-button img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.contact-buttons { flex-wrap: wrap; }
@media (max-width: 991.98px) {
  .contact-buttons { width: 100%; }
  .enquire-button, .phone-button { width: 100%; justify-content: center; }
}

.modal-content {
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
.modal-title { font-weight: 600; }
.modal-footer .btn-dark {
  background-color: #000;
  border: none;
  transition: background-color 0.3s ease;
}
.modal-footer .btn-dark:hover { background-color: #333; }
.phone-button { text-decoration: none; }

/* Footer styling */
footer {
  background-color: #212529;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.95rem;
}

/* Social icons (Bootstrap Icons) */
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.2s ease, opacity 0.3s ease, background-color 0.2s ease;
}
.footer-social .bi {
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
}
.footer-social a:hover {
  transform: scale(1.08);
  background-color: rgba(255, 255, 255, 0.08);
  opacity: 0.9;
}

/* NEW: Header social icons */
.header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.header-social .bi {
  font-size: 1.25rem;
  line-height: 1;
  color: #212529; /* dark text for light header */
  transition: color 0.2s ease;
}
.header-social a:hover {
  transform: translateY(-1px);
  background-color: rgba(0,0,0,0.04);
}
.header-social a:hover .bi { color: #f89521; }


/* Footer links */
.footer-links a {
  color: #ffffff;
  margin: 0 8px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: #ccc;
  text-decoration: underline;
}

/* (Optional) Legacy image-based social icons — safe to keep if you revert to images */
.footer-social img.social-icon {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}
.footer-social a:hover img {
  transform: scale(1.15);
  opacity: 0.8;
}





