/*
Theme Name: Green Coconut Village
Description: This is a child theme for XooWeb Theme
Author: XooSoft
Template: xooweb
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.html_sitemap #toc_container{
	display:none !important;
}
      body {
        margin: 0;
        color: #1b5e20;
      }



      h1 {
        margin-bottom: 30px;
      }

      .sitemap-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
      }

      .sitemap-section {
        background: #ffffff;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      }

      .sitemap-section h2 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #2f7d32;
        border-bottom: 2px solid #43a047;
        padding-bottom: 8px;
		  font-family: Arial, Helvetica, sans-serif;
      }

      .sitemap-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .sitemap-section ul li {
        margin-bottom: 10px;
      }

      .sitemap-section ul li a {
        text-decoration: none;
        color: #1b5e20;
        font-size: 14px;
        transition: all 0.3s ease;
		  font-family: Arial, Helvetica, sans-serif;
      }

      .sitemap-section ul li a:hover {
        color: #43a047;
        padding-left: 5px;
      }
