/*
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 : 03-May-2026, 2:43:11 am
    Author     : Ajit Chandra
*/
:root {
  --body-font: "Poppins", sans-serif;
  --heading-font: "Viga", sans-serif; }

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ol, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

html, .offcanvas-body {
  scrollbar-width: thin;
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available; }

html::-webkit-scrollbar, .offcanvas-body::-webkit-scrollbar {
  width: 5px; }

html::-webkit-scrollbar-track, .offcanvas-body::-webkit-scrollbar-track {
  background: #ddd; }

html::-webkit-scrollbar-thumb, .offcanvas-body::-webkit-scrollbar-thumb {
  background: #FDD36A; }

ul, li {
  list-style-type: none; }

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none; }

body {
  font-size: 16px;
  font-family: var(--body-font);
  background-color: #200009;
  color: #F6CE71; }

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

.pt-2rem {
  padding-top: 2rem; }

.pt-4rem {
  padding-top: 4rem; }

.pb-2rem {
  padding-bottom: 2rem; }

.pb-4rem {
  padding-bottom: 4rem; }

.section-title {
  padding-bottom: 1.5rem; }
  .section-title .title {
    font-family: var(--heading-font);
    font-size: 1.8rem;
    text-shadow: 0px 0px 1px #000; }
  .section-title .line {
    display: inline-block;
    width: 100%;
    border: 1px solid #F6CE71;
    position: relative;
    width: 250px; }
    .section-title .line:before {
      position: absolute;
      content: '';
      border: 1px solid #F6CE71;
      padding: 3px 40px;
      border-radius: 10px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 99;
      background-color: #000; }

.navmenu {
  background-color: rgba(192, 57, 43, 0.6);
  color: #fff; }
  .navmenu .web-logo .logo {
    display: inline-block;
    text-decoration: none;
    font-family: var(--heading-font);
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 2px 3px #555;
    line-height: 30px; }
  .navmenu .nav-web-links .nav-btn {
    color: #fff;
    font-size: 2rem; }
  .navmenu .nav-web-links .offcanvas .offcanvas-body {
    background-color: #f6e4e2; }
    .navmenu .nav-web-links .offcanvas .offcanvas-body ul li {
      text-align: start; }
      .navmenu .nav-web-links .offcanvas .offcanvas-body ul li + li {
        border-top: 1px solid #ccc; }
      .navmenu .nav-web-links .offcanvas .offcanvas-body ul li a {
        text-decoration: none;
        display: inline-block;
        width: 100%;
        padding: 5px 10px;
        color: #000; }
        .navmenu .nav-web-links .offcanvas .offcanvas-body ul li a:hover {
          background-color: #ebc2c2; }
  .navmenu .nav-web-links .offcanvas .offcanvas-header {
    background-color: #c0392b; }
    .navmenu .nav-web-links .offcanvas .offcanvas-header .offcanvas-title {
      font-family: var(--heading-font);
      font-size: 1.5rem;
      color: #fff; }

.page-sitemap .sitemap li {
  list-style-type: decimal;
  margin-left: 35px;
  padding: 5px 0px; }
  .page-sitemap .sitemap li a {
    color: #ccc;
    text-decoration: none; }
    .page-sitemap .sitemap li a:hover {
      text-decoration: underline; }

.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.8rem;
    color: #FFEEA9;
    margin-bottom: 15px;
    padding-left: 5px;
    border-bottom: 3px solid #9d6155; }
  .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;
        transform: scale(1.05); }
  .page-sitemap .postlinks .sublinks {
    padding-left: 20px;
    display: inline-block;
    columns: 1;
    width: 100%; }
    .page-sitemap .postlinks .sublinks li {
      width: 100%;
      list-style-type: disc;
      color: #E5F6C6; }
      .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;
          transform: scale(1.05); }

.disclaimer .norms {
  background-color: #000;
  font-size: 14px;
  color: #d1d1d1;
  border-radius: 15px 15px 0px 0px;
  padding: 1rem;
  border-width: 2px 2px 0px 2px;
  border-style: dashed;
  border-color: #D7A86E; }
  .disclaimer .norms .title {
    text-align: center; }

footer {
  padding-top: 2rem;
  padding-bottom: 4rem;
  color: #fff;
  background: #470a04;
  font-size: 15px; }
  footer .footer-menu ul {
    display: inline-flex; }
    footer .footer-menu ul li + li {
      margin-left: 5px; }
      footer .footer-menu ul li + li:before {
        content: '|';
        color: #fff;
        padding-right: 5px; }
    footer .footer-menu ul li a {
      color: #fff;
      text-decoration: none; }
      footer .footer-menu ul li a:hover {
        text-decoration: underline; }

@media (min-width: 768px) {
  .page-sitemap .webpages {
    columns: 2; }
  .page-sitemap .postlinks .sublinks {
    columns: 2; } }
@media (min-width: 992px) {
  .page-sitemap .webpages {
    columns: 3; }
  .page-sitemap .postlinks .sublinks {
    columns: 3; } }

/*# sourceMappingURL=subpage-stye.css.map */
