
@font-face {
  font-family: 'Mique';
  src: url('Mique-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Mique', sans-serif;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  color: #333;
}

  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  color: #333;
}

.navbar {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background-color: #333;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar a {
  color: white;
  text-decoration: none;
  font-size: 1.25rem;
  letter-spacing: 2px;
  transition: transform 0.3s ease;
}
.navbar a:hover {
  transform: scale(1.15);
}
footer {
  text-align: center;
  padding: 1rem;
  background: #222;
  color: white;
}
.footer-logo {
  max-width: 150px;
  margin-top: 0.5rem;
}
.carousel-section {
  padding: 2rem;
  text-align: center;
}
.video-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.video-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0;
}
.carousel-btn {
  font-size: 2rem;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}
iframe {
  width: 300px;
  height: 170px;
  border: none;
}

.video-carousel-container {
  max-width: 1300px;
  margin: 0 auto;
}

.video-carousel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.video-carousel iframe {
  width: 360px;
  height: 210px;scroll-snap-align: start;
}


#footer-logo {
  display: block;
  margin: 0.5rem auto;
  max-width: 200px;
  opacity: 1;
}


header img {
  width: 100%;
  height: auto;
  display: block;
}


.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background: #111;
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding: 1rem 0;
  z-index: 1000;
  letter-spacing: 0.1em;
  font-family: 'Mique', sans-serif;
}

.navbar a {
  color: white;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
  font-size: 1.2rem;
}

.navbar a:hover {
  transform: scale(1.1);
  color: #f0c420;
}


.video-carousel iframe {
  width: 360px;
  height: 210px;
  border: 3px solid #f0c420;
  
  border-radius: 8px;
  padding: 4px;
  background: #000;
}


.video-carousel iframe {
  width: 360px;
  height: 210px;
  border: 3px solid #28a745;
  
  border-radius: 8px;
  padding: 4px;
  background: #000;
}

.footer-logo {
  filter: brightness(1.5) drop-shadow(0 0 5px #000);
}
.social-links {
  margin-top: 0.5rem;
}
.social-links a {
  color: #f0c420;
  margin: 0 0.5rem;
  text-decoration: none;
}
.social-links a:hover {
  text-decoration: underline;
}

/* --- Social links --- */
.social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.social-links a {
  text-decoration: none;
  color: #28a745;
}
.social-links a:hover { text-decoration: underline; }
.social-links .dot { color: #aaa; }

/* --- Footer logo card for better contrast --- */
.footer-logo-card {
  display: inline-block;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  
  margin-top: 8px;
}
.footer-logo { max-height: 40px; display: block; }

/* --- Contact page --- */
.contact-section {
  max-width: 900px;
  margin: 24px auto;
  padding: 0 16px;
}
.contact-section h2 { margin-bottom: 8px; }

.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  background: #0b0b0b;
  color: #e6e6e6;
  border: 1px solid #2b2b2b;
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
}
.contact-form button {
  background: #28a745;
  color: #041b0a;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}
.contact-form button:hover { filter: brightness(1.1); }
.form-note {
  font-size: 0.9rem;
  color: #aaa;
}

.contact-details { margin-top: 16px; }
.contact-details ul { padding-left: 18px; }
.contact-details a { color: #28a745; }




.footer-logo-card { box-shadow: none !important; }

.footer-logo { filter: none !important; }

/* Brand icons (Font Awesome) */
.social-links i {
  font-size: 20px;
  line-height: 1;
}
.social-links a {
  color: #ffffff;
}


.contact-form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  background: #f9f9f9;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
}
.contact-form button {
  background: #28a745;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}
.contact-form button:hover { filter: brightness(1.1); }

.contact-form textarea {
  resize: none;
}

.carousel-empty { padding: 12px; color: #ddd; }

.video-carousel{min-height:180px}
.carousel-loading{opacity:.7}


.video-slide {
  flex: 0 0 auto;
}

.carousel-empty { padding: 12px; color: #ddd; }
.carousel-loading { opacity: .7; }
.video-carousel { min-height: 180px; }


/* === Mobile-first fixes === */
.header-img { width: 100%; height: auto; display: block; }

/* Make nav responsive */
.menu-toggle {
  display: none;
  font: inherit;
  border: 1px solid #ddd;
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
  margin: 10px;
}
.navbar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 12px;
}
.navbar a {
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
}

/* Media query for small screens */
@media (max-width: 768px) {
  .menu-toggle { display: inline-block; }
  .navbar {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 8px 12px;
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #fff;
  }
  .navbar.open { display: flex; }
  header { margin-bottom: 6px; }
  h1, h2, h3 { line-height: 1.15; word-wrap: break-word; }
  p { line-height: 1.5; }
  .grid, .cards, .video-grid, .products, .services, .gallery {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .card, .tile, .service-card, .video-slide {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .hero, .section { padding: 12px !important; }
  .container { padding: 0 12px !important; }
  .footer { padding: 16px !important; text-align: center; }
  .footer .social-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
  iframe, video, .embed, .yt-video, .map {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }
  .carousel {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px !important;
  }
  .carousel .video-slide {
    min-width: 85% !important;
    scroll-snap-align: start;
  }
  .carousel-btn { display: none !important; }
}

/* Avoid horizontal scrollbars globally */
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }

/* Larger tap targets */
a, button { min-height: 44px; }


/* Only collapse nav on small screens when JS is available */
@media (max-width: 768px) {
  .js-enabled .navbar { display: none; }
  .js-enabled .navbar.open { display: flex; }
}


/* Visibility & positioning tweaks */
@media (max-width: 768px) {
  .menu-toggle {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #111;
    color: #fff;
    border-color: #222;
  }
}


/* Responsive YouTube playlist embed */
.yt-embed-wrapper { position: relative; width: 100%; }
.yt-embed-wrapper::before { content: ""; display: block; padding-top: 56.25%; }
.yt-embed-wrapper > iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: 0;
}


/* --- Carousel layout & crisp thumbnails --- */
.video-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding: 6px 4px 12px;
}
.video-slide {
  flex: 0 0 auto;
  width: 320px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.video-slide img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
.video-caption {
  padding: 10px 12px;
  font-size: 0.95rem;
  line-height: 1.25;
}

/* Buttons hidden on small screens (swipe instead) */
@media (max-width: 768px) {
  .carousel-btn { display: none !important; }
  .video-slide { width: 85vw; }
}

/* Responsive YouTube playlist fallback */
.yt-embed-wrapper { position: relative; width: 100%; }
.yt-embed-wrapper::before { content: ""; display: block; padding-top: 56.25%; }
.yt-embed-wrapper > iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: 0;
}


/* --- Mobile dropdown visibility fix --- */
@media (max-width: 768px){
  .menu-toggle{
    display:inline-block;
    position: sticky; top:0; z-index:1001;
    background:#111; color:#fff; border:1px solid #222;
    padding:10px 14px; border-radius:8px; margin:10px;
  }
  .navbar{
    display:none;
    position:relative; z-index:1000;
  }
  .navbar.open{
    display:flex; flex-direction:column; gap:0;
    background:#fff;
    border-top:1px solid #eee; border-bottom:1px solid #eee;
    padding:6px 0;
  }
  .navbar a{
    color:#111 !important;
    background:#fff;
    display:block;
    padding:14px 16px;
    text-decoration:none;
    font-weight:600;
  }
  .navbar a:hover{ background:#f5f5f5; }
}

/* --- Swipe hint & gradient edges for carousel --- */
.video-carousel-container {
  position: relative;
}

/* Edge fade gradients to imply scrollability */
.video-carousel-container::before,
.video-carousel-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28px;
  pointer-events: none;
  z-index: 2;
}
.video-carousel-container::before {
  left: 0;
  background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%);
}
.video-carousel-container::after {
  right: 0;
  background: linear-gradient(270deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%);
}

/* Hint pill */
.carousel-hint {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 3;
  background: rgba(17,17,17,0.85);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  transition: opacity .25s ease, transform .25s ease;
}

/* Hide the hint after user interacts */
.video-carousel-container.hint-dismissed .carousel-hint {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}

/* On mobile, show a bit of next card ("peek") */
@media (max-width: 768px){
  .video-carousel { padding-right: 48px; } /* room for peek + hint */
  .video-slide { width: 82vw; } /* slightly narrower to reveal next */
}

/* --- Carousel dots & hint visibility --- */
.carousel-hint {
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 5;
  background: rgba(17,17,17,0.92);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 0 2px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfcfcf;
  border: 0;
  padding: 0;
  display: inline-block;
}

.carousel-dot[aria-selected="true"] {
  background: #111;
  transform: scale(1.2);
}

@media (max-width: 768px){
  .video-slide { width: 82vw; }
  .video-carousel { padding-right: 52px; }
}
