/* Gradient background + animation */
/* .sitemapMain-bg {
  background-size: 400% 400%;
  animation: siteGradientMove 10s ease infinite;
  min-height: 100vh;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
} */

@keyframes siteGradientMove {
  0% { background-position: 0% 50%; background-color: #d7f0f5; }
  50% { background-position: 100% 50%; background-color: #e0f7fa; }
  100% { background-position: 0% 50%; background-color: #f7fdfd; }
}

/* Central container */
/* .sitemapMain-container {
  max-width: 1200px;
  width: 100%;
} */

/* Navigation Section */
/* .sitemapMain-navArea {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
} */

.sitemapMain-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.sitemapMain-navBtn {
  text-decoration: none;
  border-radius: 25px;
  padding: 10px 28px;
  background: white;
  color: #F26922;
  font-weight: 600;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.sitemapMain-navBtn:hover {
  background: #33C2EF;
  color: #fff;
  border-color: #33C2EF;
  transform: translateY(-3px);
}

/* Heading */
.sitemapMain-title {
  text-align: center;
  color: #F26922;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}

.sitemapMain-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #F26922;
  border-radius: 5px;
  animation: sitemapUnderlineGrow 1.5s ease-in-out infinite alternate;
}

@keyframes sitemapUnderlineGrow {
  from { width: 50px; opacity: 0.7; }
  to { width: 120px; opacity: 1; }
}

/* Grid Layout */
.sitemapMain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}

/* Card */
.sitemapMain-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sitemapMain-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Card Header */
.sitemapMain-cardHeader {
  background: linear-gradient(135deg, #F26922, #F26922);
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 14px 10px;
}

/* Card Body */
.sitemapMain-cardBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*padding: 20px 10px;*/
}

/* Buttons/Links */
.sitemapMain-link {
  display: block;
  width: 360px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #222;
  font-weight: 500;
  border-radius: 12px;
  margin: 8px 0;
  padding: 10px 16px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

.sitemapMain-link:hover {
  background: #33C2EF;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(11, 100, 106, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
  .sitemapMain-link {
    width: 100%;
  }
  .sitemapMain-title::after {
    width: 60px;
  }
}
/* 1. Prevent extra white space at bottom */
.sitemapMain-bg {
  background-size: 400% 400%;
  animation: siteGradientMove 10s ease infinite;
  min-height: 80vh;
  padding: 30px  40px 0px 40px;  /* increased side padding */
  display: flex;
  justify-content: center;
  align-items: flex-start;  /* remove vertical stretching */
  box-sizing: border-box;
}

/* 2. Prevent white gap and better container control */
.sitemapMain-container {
  max-width: 1250px;  /* slightly wider */
  width: 100%;
  margin: 0 auto;
}

/* 3. Add spacing at bottom of last grid */
.sitemapMain-grid:last-of-type {
  margin-bottom: 80px;
}

/* 4. Add subtle internal padding for card content */
.sitemapMain-cardBody {
  display: flex;
  flex-direction: column;
  align-items: center;


  /* increased from 20px 10px */
}

/* 5. Adjust link width so it doesn’t touch edges */
.sitemapMain-link {
  display: block;
  width: 90%;  /* instead of fixed 360px */
  max-width: 360px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #222;
  font-weight: 500;
  border-radius: 12px;
  margin: 8px 0;
  padding: 10px 16px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}
.uvlight-header {
  background-color: #f97316;  /* same orange as other headers */
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  width: 100%;


}

.sitemapLocation-section {
  background-color: #f8fafc;
}

.sitemapLocation-title {

  font-weight: 700;
  letter-spacing: 0.5px;
}

.sitemapLocation-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #1c1c1c;
  font-weight: 500;
  border-radius: 12px;
  height: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  padding: 10px;
  margin: 10px; /* 🔹 adds uniform gap between boxes */
}

.sitemapLocation-card:hover {
  background: #33C2EF;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(51, 194, 239, 0.25);
}





/* Responsive adjustments */
@media (max-width: 767px) {
  .sitemapLocation-card {
    height: auto;
    padding: 15px;
  }
}
.sitemapMain-bgs{
      
      
  animation: siteGradientMove 10s ease infinite;


  padding: 20px  40px 0px 40px;  /* increased side padding */
  display: flex;
  justify-content: center;
  align-items: flex-start;  /* remove vertical stretching */
  box-sizing: border-box;
    
}
.sitemapLocation-card:active {
  background: #33C2EF;
  color: #fff;
  transform: scale(0.98);
}
/* Match 'Our Locations' mobile layout with above sitemap cards */
/* Match 'Our Locations' mobile style to other sections */
@media (max-width: 767px) {
  /* Section wrapper alignment */
  .sitemapLocation-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }

  /* Orange header (Our Locations) same as others */
  .sitemapLocation-title {
    background-color: #F26922;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    max-width: 360px;
    border-radius: 12px 12px 0 0;
    padding: 10px 0;
    margin-bottom: 10px;
  }
/* Match 'Our Locations' mobile style to other sections */
/* Match 'Our Locations' responsiveness with other sitemap cards */
@media (max-width: 992px) {
  .sitemapLocation-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .sitemapLocation-title {
    background: #F26922;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    width: 100%;
    max-width: 360px;
    border-radius: 12px 12px 0 0;
    padding: 12px 0;
    margin-bottom: 10px;
  }

  .sitemapLocation-card {
    width: 100%;
    max-width: 360px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #222;
    font-weight: 500;
    font-size:13px;
    border-radius: 12px;
    margin: 8px 0;
    padding: 10px 16px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    transition: all 0.25s ease;
  }

  .sitemapLocation-card:hover {
    background: #33C2EF;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(11, 100, 106, 0.3);
  }

  .sitemapLocation-card:active {
    transform: scale(0.98);
  }
}





