/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20-Aug-2025, 4:04:37 pm
    Author     : Ajit Chandra
*/
.sub-banner {
  background-attachment: scroll;
  background-color: #000;
  background-origin: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 1rem; }

.page-sitemap {
  padding: 2rem 0rem; }
  .page-sitemap h1, .page-sitemap h2, .page-sitemap h3, .page-sitemap h4 {
    font-family: var(--heading-font);
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #fff; }
  .page-sitemap h3, .page-sitemap h4 {
    margin-top: 25px; }
  .page-sitemap .webpages {
    padding-left: 20px;
    display: inline-block;
    columns: 1;
    width: 100%; }
    .page-sitemap .webpages li {
      width: 100%;
      list-style-type: square;
      color: #fff; }
    .page-sitemap .webpages a {
      color: #fff;
      padding: 5px 0px;
      display: inline-block;
      text-decoration: none; }
      .page-sitemap .webpages a:hover {
        text-decoration: underline; }
  .page-sitemap .postlinks .sublinks {
    padding-left: 20px;
    display: inline-block;
    columns: 1;
    width: 100%; }
    .page-sitemap .postlinks .sublinks li {
      width: 100%;
      list-style-type: square;
      color: #fff; }
      .page-sitemap .postlinks .sublinks li a {
        color: #fff;
        padding: 5px 0px;
        display: inline-block;
        text-decoration: none; }
        .page-sitemap .postlinks .sublinks li a:hover {
          text-decoration: underline; }

.subpage .page-heading {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #400919; }
.subpage .page-locality ul {
  columns: 1; }
  .subpage .page-locality ul li {
    padding-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
    .subpage .page-locality ul li a {
      color: #FFFBB1;
      border-left: 10px solid #FFFBB1;
      display: inline-block;
      width: 100%;
      background-color: #25343F;
      padding: 8px 10px;
      font-size: 1.2rem;
      font-weight: bold;
      text-decoration: none; }

@media (min-width: 576px) {
  .subpage .page-sitemap .webpages {
    columns: 1; }
  .subpage .page-sitemap .postlinks .sublinks {
    columns: 1; }
  .subpage .page-hotel ul {
    columns: 1; } }
@media (min-width: 768px) {
  .page-sitemap .webpages {
    columns: 2; }
  .page-sitemap .postlinks .sublinks {
    columns: 2; }

  .subpage .page-heading {
    padding-top: 7rem;
    padding-bottom: 2rem; }
  .subpage .page-locality ul {
    columns: 2; } }
@media (min-width: 992px) {
  .page-sitemap .webpages {
    columns: 3; }
  .page-sitemap .postlinks .sublinks {
    columns: 3; }

  .subpage .page-heading {
    padding-top: 7rem;
    padding-bottom: 2rem; }
  .subpage .page-locality ul {
    columns: 2; } }
@media (min-width: 1200px) {
  .page-sitemap .webpages {
    columns: 3; }
  .page-sitemap .postlinks .sublinks {
    columns: 3; }

  .subpage .page-heading {
    padding-top: 10rem;
    padding-bottom: 2rem; }
  .subpage .page-locality ul {
    columns: 3; } }
@media (min-width: 1400px) {
  .page-sitemap .webpages {
    columns: 3; }
  .page-sitemap .postlinks .sublinks {
    columns: 3; } }

/*# sourceMappingURL=substyle.css.map */
