/*
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 : 30-Apr-2026, 5:47:18 pm
    Author     : Ajit Chandra

.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-sc-<uniquifier> {
  font-family: "Noto Serif SC", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

*/
:root {
  --body-font: "DM Sans", sans-serif;
  --heading-font: "Noto Serif SC", 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; }

* {
  box-sizing: border-box; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ol, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

html {
  scrollbar-width: thin;
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available; }
  html::-webkit-scrollbar {
    width: 5px; }
  html::-webkit-scrollbar-track {
    background: #ddd; }
  html::-webkit-scrollbar-thumb {
    background: #FDD36A; }

ul {
  list-style: none; }
  ul li {
    list-style-type: none; }

.heading-title {
  padding-bottom: 2rem; }
  .heading-title .title {
    font-family: var(--heading-font);
    font-size: 2rem;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    color: #1E104E;
    font-weight: bold; }
    .heading-title .title::after {
      content: attr(title);
      color: rgba(1, 1, 1, 0.1);
      position: absolute;
      z-index: -1;
      font-size: 2.5rem;
      width: 100%;
      left: 0px;
      transform: translate(0px, 10px);
      width: 100%; }

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none; }

a {
  text-decoration: none; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

ul, li {
  list-style-type: none; }

body {
  font-size: 16px;
  font-family: var(--body-font); }

.pt-1rem {
  padding-top: 1rem; }

.pt-2rem {
  padding-top: 2rem; }

.pt-3rem {
  padding-top: 3rem; }

.pt-4rem {
  padding-top: 4rem; }

.pb-1rem {
  padding-bottom: 1rem; }

.pb-2rem {
  padding-bottom: 2rem; }

.pb-3rem {
  padding-bottom: 3rem; }

.pb-4rem {
  padding-bottom: 4rem; }

.contact-links {
  display: initial;
  width: 100%; }
  .contact-links li {
    margin: 0px auto;
    width: 200px; }
    .contact-links li + li {
      margin-left: 0px;
      margin: 0px auto;
      margin-top: 15px; }
    .contact-links li a {
      display: inline-block;
      padding: 12px 0px;
      width: 100%;
      color: #fff;
      font-weight: bold;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      border-radius: 15px; }
    .contact-links li .mobile-link {
      background-color: #1D0E0C; }
    .contact-links li .whatsapp-link {
      background-color: #054640; }

header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 99; }
  header .header-contact {
    padding: 15px 0px;
    color: #fff; }
  header .navbar .navbar-toggler {
    border: 1px solid #fff;
    border-radius: 0px; }
    header .navbar .navbar-toggler .navbar-icon {
      color: #fff; }
  header .navbar .navbar-nav {
    padding: 35px 0px; }
    header .navbar .navbar-nav .nav-item .nav-link {
      font-size: 16px;
      text-align: center;
      color: #fff;
      padding-left: 15px;
      padding-right: 15px; }
      header .navbar .navbar-nav .nav-item .nav-link:hover {
        text-decoration: underline;
        color: #fff; }
      header .navbar .navbar-nav .nav-item .nav-link.active {
        text-decoration: underline;
        color: #fff; }
  header .navbar .contact-details {
    color: #000;
    font-weight: bold;
    background-color: #fff;
    font-size: 1.2rem;
    padding: 3px 10px;
    border-radius: 15px;
    margin-left: 15px; }
  header .offcanvas {
    background-color: #000; }
    header .offcanvas .offcanvas-header {
      background-color: #460000; }
      header .offcanvas .offcanvas-header .btn-close {
        background: none;
        color: #fff;
        opacity: 1;
        height: inherit;
        width: inherit;
        font-size: 1.1rem; }
    header .offcanvas .navbar-nav .nav-item {
      padding: 5px 0px; }
      header .offcanvas .navbar-nav .nav-item + .nav-item {
        border-top: 1px solid #4a4a4a; }
      header .offcanvas .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 12px;
        color: #fff; }
        header .offcanvas .navbar-nav .nav-item .nav-link:hover {
          text-decoration: underline; }
        header .offcanvas .navbar-nav .nav-item .nav-link.active {
          text-decoration: underline; }

.page-content {
  color: #000;
  background-color: #FFFDF1; }
  .page-content h1 {
    font-size: 26px; }
  .page-content h2 {
    font-size: 25px; }
  .page-content h3 {
    font-size: 24px; }
  .page-content h4 {
    font-size: 23px; }
  .page-content h5 {
    font-size: 22px; }
  .page-content h6 {
    font-size: 21px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    text-align: center;
    font-family: var(--heading-font);
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #000; }
  .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-top: .9rem; }
  .page-content p {
    padding-bottom: 12px;
    text-align: justify;
    font-size: 15px; }
    .page-content p a {
      color: #000; }
  .page-content ul {
    margin-left: 15px;
    margin-bottom: 15px; }
    .page-content ul li {
      list-style-type: square;
      padding: 5px 0px; }
  .page-content ol {
    margin-left: 20px;
    margin-bottom: 15px; }
    .page-content ol li {
      list-style-type: upper-alpha;
      padding: 5px 0px; }
  @media (min-width: 768px) {
    .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
      text-align: left; }
    .page-content h1 {
      font-size: 28px; }
    .page-content h2 {
      font-size: 26px; }
    .page-content h3 {
      font-size: 24px; }
    .page-content h4 {
      font-size: 22px; }
    .page-content h5 {
      font-size: 20px; }
    .page-content h6 {
      font-size: 18px; }
    .page-content p {
      padding-bottom: 12px;
      text-align: justify; }
      .page-content p a {
        color: #000; } }

footer {
  color: #fff;
  background-color: #000;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  font-size: 13px; }
  footer .footer-menu ul {
    display: inline-flex; }
    footer .footer-menu ul li a {
      color: #fff;
      text-decoration: none; }
      footer .footer-menu ul li a:hover {
        text-decoration: underline; }
    footer .footer-menu ul li + li {
      margin-left: 5px; }
      footer .footer-menu ul li + li:before {
        content: '|';
        color: #fff;
        padding-right: 5px; }

@media (min-width: 576px) {
  .contact-links {
    display: inline-flex;
    width: initial; }
    .contact-links li {
      width: 200px; }
      .contact-links li + li {
        margin-left: 15px;
        margin-top: 0px; }
      .contact-links li a {
        display: inline-block;
        padding: 12px 0px;
        width: 100%;
        color: #fff;
        font-weight: bold;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 15px; }
      .contact-links li .mobile-link {
        background-color: #1D0E0C; }
      .contact-links li .whatsapp-link {
        background-color: #054640; } }
@media (min-width: 768px) {
  .heading-title .title {
    font-size: 3rem; }
    .heading-title .title::after {
      font-size: 4rem;
      left: 50%;
      top: 10%;
      transform: translate(-50%, 0); } }

/*# sourceMappingURL=mainstyle.css.map */
